summaryrefslogtreecommitdiffstats
path: root/apps/CtsVerifier/res
diff options
context:
space:
mode:
authorDongwon Kang <dwkang@google.com>2016-10-17 23:04:10 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-10-17 23:04:10 +0000
commit163bd7523ef596038f31478163aeff021c4c4abf (patch)
tree7feeb8f58d7f73fb2026105a5c89325a0b372141 /apps/CtsVerifier/res
parentc00c335380f1c9f6bf3131fc1004fb871bc48fb1 (diff)
parentd8754b293d8d12bf42d5d19adf3cc7dfbb6955a8 (diff)
downloadplatform_cts-163bd7523ef596038f31478163aeff021c4c4abf.tar.gz
platform_cts-163bd7523ef596038f31478163aeff021c4c4abf.tar.bz2
platform_cts-163bd7523ef596038f31478163aeff021c4c4abf.zip
TIF: Rename 'Fake' rating to 'Custom Rating' am: 98a61e2600
am: d8754b293d Change-Id: Id24b1076b482d281de73c481260b7da94fcfb87e
Diffstat (limited to 'apps/CtsVerifier/res')
-rw-r--r--apps/CtsVerifier/res/values/strings.xml6
-rw-r--r--apps/CtsVerifier/res/xml/mock_content_rating_systems.xml6
2 files changed, 6 insertions, 6 deletions
diff --git a/apps/CtsVerifier/res/values/strings.xml b/apps/CtsVerifier/res/values/strings.xml
index 6ce5b208d13..8073e1fdccc 100644
--- a/apps/CtsVerifier/res/values/strings.xml
+++ b/apps/CtsVerifier/res/values/strings.xml
@@ -2085,9 +2085,9 @@ You should be prompted to select credentials; choose the ones you just installed
Is there an option to turn off parental controls on this device?
</string>
<string name="tv_parental_control_test_block_tv_ma">
- Select the \"Launch TV app\" button and block the \"Fake\" rating for \"CtsVerifier\" rating
+ Select the \"Launch TV app\" button and block the \"Custom Rating\" for \"CtsVerifier\" rating
system in the parental control settings. If the rating system is disabled by default, enable it.
- If the \"Fake\" rating is already blocked, unblock it, save, and then block again.
+ If the \"Custom Rating\" is already blocked, unblock it, save, and then block again.
</string>
<string name="tv_parental_control_test_verify_receive_broadcast2">
TV input service must have received ACTION_BLOCKED_RATINGS_CHANGED broadcast.
@@ -2181,7 +2181,7 @@ You should be prompted to select credentials; choose the ones you just installed
</string>
<string name="overlay_view_text">Overlay View Dummy Text</string>
- <string name="fake_rating">Fake</string>
+ <string name="custom_rating">Example of input app specific custom rating.</string>
<!-- A list of fully-qualified test classes that should not be run. -->
<string-array name="disabled_tests" />
diff --git a/apps/CtsVerifier/res/xml/mock_content_rating_systems.xml b/apps/CtsVerifier/res/xml/mock_content_rating_systems.xml
index 245d7f56e6f..e5bd7d386b4 100644
--- a/apps/CtsVerifier/res/xml/mock_content_rating_systems.xml
+++ b/apps/CtsVerifier/res/xml/mock_content_rating_systems.xml
@@ -19,9 +19,9 @@
<rating-system-definition android:name="CTS_VERIFIER"
android:title="CtsVerifier"
android:description="@string/app_name">
- <rating-definition android:name="MOCK_FAKE"
- android:title="Fake"
+ <rating-definition android:name="MOCK_CUSTOM"
+ android:title="Custom Rating"
android:contentAgeHint="0"
- android:description="@string/fake_rating" />
+ android:description="@string/custom_rating" />
</rating-system-definition>
</rating-system-definitions>