summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorZhizhi Liu <zhizhiliu@google.com>2018-06-05 16:20:22 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-06-05 16:20:22 -0700
commit0b229f87dfd7da51714add097d0a03f237b51007 (patch)
tree297f4680afe41bad264026951e48f29856b2c74b /res
parentbcd560eda2cd83503800418d2e5c6f6836bef0ef (diff)
parent6827e4a066bc730d1f8a18c824c4646503fda0ef (diff)
downloadandroid_packages_apps_SettingsIntelligence-0b229f87dfd7da51714add097d0a03f237b51007.tar.gz
android_packages_apps_SettingsIntelligence-0b229f87dfd7da51714add097d0a03f237b51007.tar.bz2
android_packages_apps_SettingsIntelligence-0b229f87dfd7da51714add097d0a03f237b51007.zip
Merge "Increase SI suggestion filter timeout value for TV." into pi-dev am: 39184a5317
am: 6827e4a066 Change-Id: I545ecc52e70d5429a5cdc7a8a37edae6aa5489c0
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