summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorZhizhi Liu <zhizhiliu@google.com>2018-06-05 12:06:21 -0700
committerZhizhi Liu <zhizhiliu@google.com>2018-06-05 12:34:47 -0700
commitcf8a22d8ef2f0dd0649601b837af26feabcdbd53 (patch)
tree2565f9b2f80a5277e4c351260791bf18b71550b6 /res
parent390bdfe1fdf5a875b93ced02af1ae9c19f30d26e (diff)
downloadandroid_packages_apps_SettingsIntelligence-cf8a22d8ef2f0dd0649601b837af26feabcdbd53.tar.gz
android_packages_apps_SettingsIntelligence-cf8a22d8ef2f0dd0649601b837af26feabcdbd53.tar.bz2
android_packages_apps_SettingsIntelligence-cf8a22d8ef2f0dd0649601b837af26feabcdbd53.zip
Increase SI suggestion filter timeout value for TV.
Bug: 74022482 Test: Manually check phone and TV get different timeout value. Change-Id: Ife2784f6781493d33a92887a21c3adc0ac6ff43d
Diffstat (limited to 'res')
-rw-r--r--res/values-television/integers.xml19
-rw-r--r--res/values/integers.xml15
2 files changed, 34 insertions, 0 deletions
diff --git a/res/values-television/integers.xml b/res/values-television/integers.xml
new file mode 100644
index 0000000..100a391
--- /dev/null
+++ b/res/values-television/integers.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2018 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<resources>
+ <integer name="check_task_timeout_ms">700</integer>
+</resources> \ No newline at end of file
diff --git a/res/values/integers.xml b/res/values/integers.xml
new file mode 100644
index 0000000..03f4354
--- /dev/null
+++ b/res/values/integers.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2018 The Android Open Source Project
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ http://www.apache.org/licenses/LICENSE-2.0
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <integer name="check_task_timeout_ms">200</integer>
+</resources> \ No newline at end of file