blob: 66c8f86e8fe7edc75dd87605cdea13aac8912725 [file] [log] [blame]
Brian Muramatsu70a9e3f2010-06-25 15:27:09 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
Jeff Davidson112f2792011-08-22 09:46:46 -07007
Brian Muramatsu70a9e3f2010-06-25 15:27:09 -07008 http://www.apache.org/licenses/LICENSE-2.0
Jeff Davidson112f2792011-08-22 09:46:46 -07009
Brian Muramatsu70a9e3f2010-06-25 15:27:09 -070010 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
Sudheer Shanka16acbdd2016-02-08 14:23:04 +000016<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Brian Muramatsu70a9e3f2010-06-25 15:27:09 -070017 <string name="app_name">CTS Verifier</string>
Isaac Katzenelsond96d0662013-10-02 17:06:28 -070018
Brian Muramatsuda429d72012-06-14 12:45:22 -070019 <string name="title_version">CTS Verifier %1$s</string>
Brian Muramatsue1181872010-08-20 12:59:39 -070020
Brian Muramatsuff1038f2010-08-26 14:37:08 -070021 <string name="pass_button_text">Pass</string>
Brian Muramatsu14e1cbb2010-09-13 18:33:39 -070022 <string name="info_button_text">Info</string>
Brian Muramatsuff1038f2010-08-26 14:37:08 -070023 <string name="fail_button_text">Fail</string>
destradaa65c7cdb2013-10-28 16:36:12 -070024 <string name="next_button_text">Next</string>
Zoltan Szatmary-Ban27a2bb52015-07-23 11:58:49 +010025 <string name="go_button_text">Go</string>
Brian Muramatsuff1038f2010-08-26 14:37:08 -070026
Brian Muramatsu78d2c1d2010-08-16 15:22:30 -070027 <!-- Strings for TestListActivity -->
Brian Muramatsuf8946202010-11-09 13:43:39 -080028 <string name="test_category_audio">Audio</string>
Brian Muramatsu1f549802011-06-09 15:25:28 -070029 <string name="test_category_camera">Camera</string>
Harsh Modi0d3062d2015-06-02 15:59:39 -070030 <string name="test_category_car">Car</string>
Brian Muramatsu713049d2011-06-23 18:35:36 -070031 <string name="test_category_device_admin">Device Administration</string>
Brian Muramatsu12c86912011-07-21 17:26:46 -070032 <string name="test_category_hardware">Hardware</string>
Brian Muramatsue891acb2011-05-19 16:02:39 -070033 <string name="test_category_networking">Networking</string>
Brian Muramatsu78d2c1d2010-08-16 15:22:30 -070034 <string name="test_category_sensors">Sensors</string>
Tom O'Neillcd4fa022013-12-13 17:27:46 -080035 <string name="test_category_location">Location</string>
Brian Muramatsu78d2c1d2010-08-16 15:22:30 -070036 <string name="test_category_security">Security</string>
Jeff Davidson112f2792011-08-22 09:46:46 -070037 <string name="test_category_streaming">Streaming</string>
Brian Muramatsu78d2c1d2010-08-16 15:22:30 -070038 <string name="test_category_features">Features</string>
Isaac Katzenelsond96d0662013-10-02 17:06:28 -070039 <string name="test_category_deskclock">Clock</string>
Matthew Williams547b8162014-10-15 10:18:11 -070040 <string name="test_category_jobscheduler">Job Scheduler</string>
Tyler Gunn177db3a2017-03-30 21:17:42 -070041 <string name="test_category_telecom">Telecom</string>
Ta-wei Yen3f78d2e2016-11-16 10:45:50 -080042 <string name="test_category_telephony">Telephony</string>
Wonsik Kim18aa5752014-10-30 00:47:57 +090043 <string name="test_category_tv">TV</string>
Brian Muramatsu78d2c1d2010-08-16 15:22:30 -070044 <string name="test_category_other">Other</string>
Brian Muramatsuac007372010-08-18 11:02:28 -070045 <string name="clear">Clear</string>
Nicholas Sauer5eba4292016-10-30 21:16:04 -070046 <string name="test_results_clear_title">Remove all test results?</string>
47 <string name="test_results_clear_yes">Yes</string>
48 <string name="test_results_clear_cancel">Cancel</string>
Brian Muramatsuac007372010-08-18 11:02:28 -070049 <string name="test_results_cleared">Test results cleared.</string>
Brian Muramatsu52f3b6f2011-09-23 12:09:59 -070050 <string name="view">View</string>
Brian Muramatsu82ab52a2011-06-27 14:02:12 -070051 <string name="test_results_error">Couldn\'t create test results report.</string>
Nicholas Sauer8cf9bdb2015-08-23 13:49:53 -070052 <string name="runtime_permissions_error">Cannot continue. Please grant runtime permissions</string>
Jeff Davidson4c3bbd82011-08-02 11:51:43 -070053 <string name="export">Export</string>
54 <string name="no_storage">Cannot save report to external storage, see log for details.</string>
55 <string name="report_saved">Report saved to: %s</string>
Dan Morrill5df275b2010-08-11 12:19:19 -070056
Damien Bargiacchia433c272017-01-31 16:34:22 -080057 <!-- Strings for IntentDrivenTestActivity -->
58 <string name="intent_not_resolved">Intent Not Resolved</string>
59 <string name="intent_not_resolved_info">The following intent could not be resolved: %1$s</string>
60
Brian Muramatsu52f3b6f2011-09-23 12:09:59 -070061 <!-- Strings for ReportViewerActivity -->
62 <string name="report_viewer">Report Viewer</string>
63
Anna Galusza33061232016-02-02 14:46:55 -080064 <!-- String shared between BackupTestActivity and BackupAccessibilityTestActivity -->
65 <string name="bu_loading">Loading...</string>
66 <string name="bu_generate_error">Error occurred while generating test data...</string>
67 <string name="bu_settings">Settings</string>
68
Brian Muramatsu713049d2011-06-23 18:35:36 -070069 <!-- Strings for Device Administration tests -->
70 <string name="da_policy_serialization_test">Policy Serialization Test</string>
71 <string name="da_policy_serialization_info">This test checks that a device policy is properly
72 saved and loaded across reboots.\n\nPress the \"Generate Policy\" button to create
73 a random policy. Then press the \"Apply Policy\" button to apply the policy. Reboot the
74 device and verify that all rows in the policy list are green. Red items indicate policy
75 settings that were not loaded properly.
76 </string>
Suprabh Shukla3eef0f82017-03-31 16:04:14 -070077 <string name="da_uninstall_test">Device Admin Uninstall Test</string>
78 <string name="da_uninstall_test_info">This test checks that an active device administrator
79 can be easily uninstalled from the application details screen in a way similar to other
Suprabh Shukla27e38a62017-09-01 14:39:01 -070080 apps. This test requires CtsEmptyDeviceAdmin.apk to be installed on the device.
Suprabh Shukla3eef0f82017-03-31 16:04:14 -070081 </string>
Suprabh Shuklad6ed58a2017-05-26 22:28:26 +000082 <string name="da_tapjacking_test">Device Admin Tapjacking Test</string>
83 <string name="da_tapjacking_test_info">This test checks that an activity cannot tapjack the
84 user by obscuring the device admin details while prompting the user to activate the admin.
85 </string>
Harsh Modi0d3062d2015-06-02 15:59:39 -070086 <string name="car_dock_test">Car Dock Test</string>
87 <string name="car_dock_test_desc">This test ensures that car mode opens the app associated with
Harsh Modi565526d2015-07-21 17:40:33 -070088 car dock when going into car mode.\n\n
89 Click on "Enable Car Mode" to start the test. Clicking on the button will either bring up a
90 disambiguation dialog asking which app to open or immediately open the CAR_DOCK application.
91 Select the "CTS Verifier" app and then "Always" if the dialog pops up.
92 This will open the CAR_DOCK application.\n\n
93 In the CAR_DOCK application, press the home button, which will enable the pass button if the
94 framework correctly tries to open the CAR_DOCK app again.</string>
Harsh Modi0d3062d2015-06-02 15:59:39 -070095 <string name="car_mode_enable">Enable Car Mode</string>
96 <string name="car_dock_activity_text">Press the Home button</string>
Brian Muramatsu713049d2011-06-23 18:35:36 -070097 <string name="da_no_policy">1. Press the \"Generate Policy\" to create a random device
98 policy\n\n2. Press \"Apply Policy\" to put the policy into effect.\n\n3. Reboot your
99 device and return to this test in the CTS Verifier.
100 </string>
101 <string name="da_generate_policy">Generate Policy</string>
102 <string name="da_apply_policy">Apply Policy</string>
103 <string name="da_random_policy">Random policy generated.</string>
104 <string name="da_policy_reboot">Reboot your device and return to this CTS Verifier test.</string>
105 <string name="da_password_quality">Password Quality</string>
106 <string name="da_password_quality_alphabetic">Alphabetic</string>
107 <string name="da_password_quality_alphanumeric">Alphanumeric</string>
108 <string name="da_password_quality_numeric">Numeric</string>
109 <string name="da_password_quality_something">Something</string>
Brian Muramatsu713049d2011-06-23 18:35:36 -0700110 <string name="da_password_minimum_length">Minimum Password Length</string>
111 <string name="da_maximum_failed_passwords_for_wipe">Maximum Failed Passwords for Wipe</string>
112 <string name="da_maximum_time_to_lock">Maximum Time to Lock</string>
113 <string name="da_policy_info">Expected value: %1$s\nActual value: %2$s</string>
114
115 <string name="da_screen_lock_test">Screen Lock Test</string>
116 <string name="da_screen_lock_info">This test checks that the DevicePolicyManager\'s lockNow
117 method immediately locks the screen. It should lock the screen immediately despite any
Christine Chen523d04c2011-09-22 11:45:50 -0700118 settings that may specify a timeout.\n\nClick the \"Force Lock\" button to lock the screen.
Brian Muramatsu76c50252011-06-29 17:12:29 -0700119 Your screen should be locked and require the password to be entered.
Brian Muramatsu713049d2011-06-23 18:35:36 -0700120 </string>
121 <string name="da_force_lock">Force Lock</string>
Brian Muramatsu713049d2011-06-23 18:35:36 -0700122 <string name="da_lock_success">It appears the screen was locked successfully!</string>
123 <string name="da_lock_error">It does not look like the screen was locked...</string>
124
Suprabh Shukla27e38a62017-09-01 14:39:01 -0700125 <string name="da_install_admin_instructions">
126 Please install the \'Test Device Admin\' app (packaged as CtsEmptyDeviceAdmin.apk) on the device.
Suprabh Shukla3eef0f82017-03-31 16:04:14 -0700127 </string>
Suprabh Shukla27e38a62017-09-01 14:39:01 -0700128 <string name="da_admin_installed_status_text">\'Test Device Admin\' installed on the device.</string>
Suprabh Shukla3eef0f82017-03-31 16:04:14 -0700129 <string name="da_enable_admin_instructions">Add \'Test Device Admin\' as an active administrator on the device.
130 Tap the button below to review the device admin details and activate the administrator.
131 </string>
132 <string name="da_enable_admin_button_text">Enable admin</string>
133 <string name="da_uninstall_admin_instructions">Attempt to uninstall the app from the application details page of the \'Test Device Admin\' app.
134 You should see another screen showing the device admin details before you can uninstall the app from the device.
135 Wait till the app is uninstalled before returning to this page.
136 </string>
137 <string name="da_uninstall_admin_button_text">Launch settings</string>
138
Suprabh Shuklad6ed58a2017-05-26 22:28:26 +0000139 <string name="da_tapjacking_overlay_app_description">This activity attempts to tapjack the activity below.\n
140 Any security sensitive controls below should not respond to taps as long as this activity is visible.</string>
141 <string name="da_tapjacking_instructions">
142 1. Launch the device admin add screen by pressing the button below.\n
143 2. Wait for an overlaying transparent activity to show up obscuring the device admin details window.\n
144 3. The button to activate the admin should be disabled and should not register any taps.\n
145 4. Press \'back\' to exit the overlaying transparent activity.\n
146 5. Press \'back\' to exit the device admin details and return to this screen.\n
147 Pass the test if the device admin could not be activated while the details
148 window was being obscured.
149 </string>
150 <string name="da_tapjacking_button_text">Enable device admin</string>
151
Kevin Chynf845f432018-10-03 12:27:32 -0700152 <!-- Strings for BiometricTest -->
153 <string name="biometric_test">Biometric Test</string>
154 <string name="biometric_test_info">
155 This test ensures that biometrics can be authenticated when templates are enrolled.
156 </string>
Kevin Chyn37e17762018-10-31 18:36:21 -0700157 <string name="biometric_enroll">Enroll</string>
Kevin Chynf845f432018-10-03 12:27:32 -0700158 <string name="biometric_start_test1">Start Test 1</string>
159 <string name="biometric_start_test2">Start Test 2</string>
160
Andres Morales469db8a2015-07-22 10:47:13 -0700161 <!-- Strings for lock bound keys test -->
162 <string name="sec_lock_bound_key_test">Lock Bound Keys Test</string>
163 <string name="sec_lock_bound_key_test_info">
164 This test ensures that Keystore cryptographic keys that are bound to lock screen authentication
165 are unusable without a recent enough authentication. You need to set up a screen lock in order to
166 complete this test. If available, this test should be run by using fingerprint authentication
167 as well as PIN/pattern/password authentication.
168 </string>
Kevin Chyn9d833112018-11-15 13:37:50 -0800169
Andres Morales626bb612015-07-22 16:01:15 -0700170 <string name="sec_fingerprint_bound_key_test">Fingerprint Bound Keys Test</string>
171 <string name="sec_fingerprint_bound_key_test_info">
172 This test ensures that Keystore cryptographic keys that are bound to fingerprint authentication
173 are unusable without an authentication. You need to set up a fingerprint order to
174 complete this test.
175 </string>
176 <string name="sec_fp_dialog_message">Authenticate now with fingerprint</string>
177 <string name="sec_fp_auth_failed">Authentication failed</string>
Andres Morales469db8a2015-07-22 10:47:13 -0700178 <string name="sec_start_test">Start Test</string>
Kevin Chyn9d833112018-11-15 13:37:50 -0800179
180 <string name="sec_biometric_prompt_bound_key_test">Biometric Prompt Bound Keys Test</string>
181 <string name="sec_biometric_prompt_bound_key_test_info">
182 This test ensures that Keystore cryptographic keys that are bound to biometric authentication
183 are unusable without an authentication.
184 </string>
Andres Morales469db8a2015-07-22 10:47:13 -0700185
Brian Muramatsue891acb2011-05-19 16:02:39 -0700186 <!-- Strings for BluetoothActivity -->
187 <string name="bluetooth_test">Bluetooth Test</string>
Satomi1dfcc1c2016-08-08 17:07:22 +0900188 <string name="bluetooth_test_info">
189 The Bluetooth Control tests check whether or not the device
190 can disable and enable Bluetooth properly.
191 \n\nThe Bluetooth tests require two devices, and Bluetooth data is exchanged between them.
192 \nThere are two types of connections: Insecure and Secure. There are two types of roles: Server and Client. You must pass all connection and role combinations.
193 \nThis is a list of the tests:
194 \nThis Device x Other Device
195 \n\n\"Bluetooth LE Insecure Client Test\" x \"Bluetooth LE Insecure Server Test\"
196 \n\n\"Bluetooth LE Insecure Server Test\" x \"Bluetooth LE Insecure Client Test\"
197 \n\n\"Bluetooth LE Secure Client Test\" x \"Bluetooth LE Secure Server Test\"
198 \n\n\"Bluetooth LE Secure Server Test\" x \"Bluetooth LE Secure Client Test\"
Stanley Tngfd11f8e2018-07-29 14:13:44 -0700199 \n\n\"Bluetooth LE CoC Insecure Server Test\" x \"Bluetooth LE CoC Insecure Client Test\"
200 \n\n\"Bluetooth LE CoC Insecure Client Test\" x \"Bluetooth LE CoC Insecure Server Test\"
201 \n\n\"Bluetooth LE CoC Secure Server Test\" x \"Bluetooth LE CoC Secure Client Test\"
202 \n\n\"Bluetooth LE CoC Secure Client Test\" x \"Bluetooth LE CoC Secure Server Test\"
Satomi1dfcc1c2016-08-08 17:07:22 +0900203 \n\nThe Device Communication tests require two
Brian Muramatsue891acb2011-05-19 16:02:39 -0700204 devices to pair and exchange messages. The two devices must be:
205 \n\n1. a candidate device implementation running the software build to be tested
Satomi1dfcc1c2016-08-08 17:07:22 +0900206 \n\n2. a separate device implementation already known to be compatible
207 </string>
Brian Muramatsue891acb2011-05-19 16:02:39 -0700208
Brian Muramatsue891acb2011-05-19 16:02:39 -0700209 <string name="bt_control">Bluetooth Control</string>
210 <string name="bt_device_communication">Device Communication</string>
Satomi1dfcc1c2016-08-08 17:07:22 +0900211 <string name="bt_le">Bluetooth LE</string>
Hansong Zhang05178742017-10-25 15:30:49 -0700212 <string name="bt_hid">Bluetooth HID</string>
Stanley Tngfd11f8e2018-07-29 14:13:44 -0700213 <string name="bt_le_coc">Bluetooth LE CoC</string>
Brian Muramatsue891acb2011-05-19 16:02:39 -0700214
215 <string name="bt_toggle_bluetooth">Toggle Bluetooth</string>
216 <string name="bt_toggle_instructions">Disable and enable Bluetooth to successfully complete this test.</string>
217 <string name="bt_enable_bluetooth">Enable Bluetooth</string>
218 <string name="bt_disable_bluetooth">Disable Bluetooth</string>
219 <string name="bt_disabling">Disabling Bluetooth...</string>
220 <string name="bt_disabling_error">Could not disable Bluetooth...</string>
221
Stanley Tngfd11f8e2018-07-29 14:13:44 -0700222 <string name="ble_coc_insecure_client_test_list_name">Bluetooth LE CoC Insecure Client Test</string>
223 <string name="ble_coc_insecure_client_test_list_info">
224 The Bluetooth LE CoC test must be done simultaneously on two devices. This device is the client.
225 All tests listed here must be done without pairing. Tap \"Bluetooth LE CoC Insecure Server Test\" on the other device.
226 \n\nTap \"01 Bluetooth LE CoC Client Test\" on this device, then tap \"01 Bluetooth LE CoC Server Test\" on the other device.
227 \nWhen the test is complete, move to the next item. You must complete all tests.
228 </string>
229 <string name="ble_coc_insecure_client_test_info">
230 The Bluetooth LE CoC test must be done simultaneously on two devices. This device is the client.
231 All tests listed here must be done without pairing.
232 </string>
233 <string name="ble_coc_insecure_server_test_list_name">Bluetooth LE CoC Insecure Server Test</string>
234 <string name="ble_coc_insecure_server_test_list_info">
235 This test is mostly automated, but requires some user interaction.
236 Once the list items below have check marks, the test is complete.
237 \n\nTap \"01 Bluetooth LE CoC Server Test\" on this device, then tap \"01 Bluetooth LE CoC Client Test\" on the other device.
238 \nWhen the test is complete, move to the next item. You must complete all tests.
239 </string>
240
241 <string name="ble_coc_secure_client_test_list_name">Bluetooth LE CoC Secure Client Test</string>
242 <string name="ble_coc_secure_client_test_list_info">
243 The Bluetooth LE CoC test must be done simultaneously on two devices. This device is the client.
244 All tests listed here must be done without pairing. Tap \"Bluetooth LE CoC Secure Server Test\" on the other device.
245 \n\nTap \"01 Bluetooth LE CoC Client Test\" on this device, then tap \"01 Bluetooth LE CoC Server Test\" on the other device.
246 \nWhen the test is complete, move to the next item. You must complete all tests.
247 </string>
248 <string name="ble_coc_secure_client_test_info">
249 The Bluetooth LE CoC test must be done simultaneously on two devices. This device is the client.
250 All tests listed here must be done without pairing.
251 </string>
252 <string name="ble_coc_secure_server_test_list_name">Bluetooth LE CoC Secure Server Test</string>
253 <string name="ble_coc_secure_server_test_list_info">
254 This test is mostly automated, but requires some user interaction.
255 Once the list items below have check marks, the test is complete.
256 \n\nTap \"01 Bluetooth LE CoC Server Test\" on this device, then tap \"01 Bluetooth LE CoC Client Test\" on the other device.
257 \nWhen the test is complete, move to the next item. You must complete all tests.
258 </string>
259
260 <!-- BLE CoC client side strings -->
261 <string name="ble_coc_client_test_name">01 Bluetooth LE CoC Client Test</string>
262 <string name="ble_coc_client_le_connect">Bluetooth LE Client Connect</string>
263 <string name="ble_coc_client_get_psm">Get peer PSM value</string>
264 <string name="ble_coc_client_coc_connect">LE CoC client Connect</string>
265 <string name="ble_coc_client_check_connection_type">Check connection type</string>
266 <string name="ble_coc_client_send_data_8bytes">Send 8 bytes</string>
267 <string name="ble_coc_client_receive_data_8bytes">Receive 8 bytes</string>
268 <string name="ble_coc_client_data_exchange">Send and receive large data buffer</string>
269
270 <!-- BLE CoC server side strings -->
271 <string name="ble_coc_server_start_name">01 Bluetooth LE CoC Server Test</string>
272 <string name="ble_coc_server_le_connect">Bluetooth LE Server Connect</string>
273 <string name="ble_coc_server_create_listener">Create LE CoC listener</string>
274 <string name="ble_coc_server_psm_read">Waiting on PSM to be read</string>
275 <string name="ble_coc_server_connection">Waiting on LE CoC connection</string>
276 <string name="ble_coc_server_check_connection_type">Check connection type</string>
277 <string name="ble_coc_server_receive_data_8bytes">Waiting to receive 8 bytes</string>
278 <string name="ble_coc_server_send_data_8bytes">Sending 8 bytes</string>
279 <string name="ble_coc_server_data_exchange">Send and receive large data buffer</string>
280
Brian Muramatsu0822bf42011-09-12 12:29:32 -0700281 <string name="bt_connection_access_server">Connection Access Server</string>
282 <string name="bt_connection_access_client">Connection Access Client</string>
283 <string name="bt_connection_access_server_info">
284 Start the CTS Verifier on another device, start the Bluetooth test, and choose
destradaa65c7cdb2013-10-28 16:36:12 -0700285 \"Connection Access Client\" to setup the test.
286 \n\nFirst, unpair the devices via Bluetooth settings. Then connect the devices together
Brian Muramatsu0822bf42011-09-12 12:29:32 -0700287 using the \"Make Discoverable\" and \"Pick Server\" buttons.
288 \n\nA connection access request should appear on the server and enable the pass button.
289 </string>
290 <string name="bt_connection_access_client_info">
291 Start the CTS Verifier on another device, start the Bluetooth test, and choose
destradaa65c7cdb2013-10-28 16:36:12 -0700292 \"Connection Access Server\" to complete the test.
293 \n\nMake the device acting as the server discoverable and connect to it via the
294 \"Pick Server\" button. Check that the server displays the connection access request
Brian Muramatsu0822bf42011-09-12 12:29:32 -0700295 dialog. The client device does not need to do anything else.
296 </string>
297 <string name="bt_ca_dialog">Was the connection access request dialog shown?</string>
298 <string name="bt_ca_tips">
299 Tap the \"Bluetooth Settings\" button and check that both devices are not paired
300 before running the test.
301 \n\nUse the \"Make Discoverable\" and \"Pick Server\" buttons to connect the two Bluetooth
302 devices together and start the test.
303 </string>
304
Hansong Zhang05178742017-10-25 15:30:49 -0700305 <!-- Strings for HidHost and HidDevice activity -->
306 <string name="bt_hid_host_test_name">Bluetooth HID Host Test</string>
307 <string name="bt_hid_host_test_info">
308 Start the CTS Verifier on another device, start the Bluetooth test, and choose
309 \"Bluetooth HID Device\" to complete the test.
310 \n\nClick \"Register app\" and \"Make discoverable\" on another device first, and click
311 \"Select device\". Choose the device from device picker. If the remote device is already
312 paired, unpair it first from system Settings.
313 \n\nAfter the remote device completes the \"Send_report\" command, text \"bluetooth\" should
314 appear in the EditText. Mark the test as passed.
Hansong Zhangf46e50e2018-04-13 14:38:48 -0700315 \n\n If the device under test (DUT) does not have Bluetooth HID Host service or HID Device
316 service enabled, mark the test as passed.
Hansong Zhang05178742017-10-25 15:30:49 -0700317 </string>
318 <string name="bt_hid_host">Bluetooth HID Host</string>
319 <string name="bt_hid_host_select_device">Select device</string>
320
321 <string name="bt_hid_device_test_name">Bluetooth HID Device Test</string>
322 <string name="bt_hid_device_test_info">
323 Start the CTS Verifier on another device, start the Bluetooth test, and choose
324 \"Bluetooth HID Host\" to complete the test.
325 \n\nFirst, click the \"Register app\" button, and click the \"Make discoverable\" button.
326 \n\nThen, on another device, click the \"Select device" button, and choose this device.
327 \n\nWait until the dialog shows up for pairing two devices.
328 \n\nFinally, click the \"Test send_report\", \"Test reply_report\", \"Test report_error\".
329 \n\nIf all the commands are successful, then click \"Unregister app\" and mark the test as
330 passed.
Hansong Zhangf46e50e2018-04-13 14:38:48 -0700331 \n\n If the device under test (DUT) does not have Bluetooth HID Host service or HID Device
332 service enabled, mark the test as passed.
Hansong Zhang05178742017-10-25 15:30:49 -0700333 </string>
334
335 <string name="bt_hid_device">Bluetooth HID Device</string>
336 <string name="bt_hid_device_register">Register app</string>
337 <string name="bt_hid_device_unregister">Unregister app</string>
338 <string name="bt_hid_device_send_report">Test Send_report</string>
339 <string name="bt_hid_device_reply_report">Test Reply_report</string>
340 <string name="bt_hid_device_report_error">Test Report_error</string>
341
342
Brian Muramatsue891acb2011-05-19 16:02:39 -0700343 <string name="bt_secure_server">Secure Server</string>
344 <string name="bt_secure_server_instructions">Start the CTS Verifier on another device, start the Bluetooth test, and choose \"Secure Client\" to complete the test.</string>
345 <string name="bt_insecure_server">Insecure Server</string>
346 <string name="bt_insecure_server_instructions">Start the CTS Verifier on another device, start the Bluetooth test, and choose \"Insecure Client\" to complete the test.</string>
347 <string name="bt_waiting">Waiting for client...</string>
Brian Muramatsu0822bf42011-09-12 12:29:32 -0700348 <string name="bt_listening">Listening...</string>
Brian Muramatsue891acb2011-05-19 16:02:39 -0700349 <string name="bt_connecting">Connecting...</string>
Brian Muramatsu0822bf42011-09-12 12:29:32 -0700350 <string name="bt_connected">Connected</string>
Brian Muramatsue891acb2011-05-19 16:02:39 -0700351 <string name="bt_received_messages">Received Messages</string>
352 <string name="bt_sent_messages">Sent Messages</string>
353 <string name="bt_no_messages">No messages</string>
354 <string name="bt_make_discoverable">Make Discoverable</string>
Brian Muramatsu0822bf42011-09-12 12:29:32 -0700355 <string name="bt_pick_server">Pick Server</string>
Brian Muramatsu8b98f7c2011-06-08 14:50:24 -0700356 <string name="bt_insecure_pairing_error_title">Pairing dialog shown?</string>
357 <string name="bt_insecure_pairing_error_message">Insecure connections should not show the pairing dialog!</string>
Satomi1dfcc1c2016-08-08 17:07:22 +0900358 <string name="bt_advertise_unsupported_title">Advertising is not supported</string>
359 <string name="bt_advertise_unsupported_message">Advertising is not supported on this device.\nTest finishes.</string>
360 <string name="bt_open_failed_title">BLE open failed</string>
361 <string name="bt_open_failed_message">Cannot open BLE GattService.\nTest finishes.</string>
362 <string name="bt_add_service_failed_title">Add service failed</string>
363 <string name="bt_add_service_failed_message">Failed to add services.\nTest finishes.</string>
Brian Muramatsue891acb2011-05-19 16:02:39 -0700364
365 <string name="bt_secure_client">Secure Client</string>
366 <string name="bt_insecure_client">Insecure Client</string>
367
368 <string name="bt_device_picker">Device Picker</string>
369 <string name="bt_paired_devices">Paired Devices</string>
370 <string name="bt_new_devices">New Devices</string>
371 <string name="bt_no_devices">No devices</string>
372 <string name="bt_scan">Scan for Devices</string>
373 <string name="bt_scanning">Scanning...</string>
374 <string name="bt_unpair">Device must be unpaired via Bluetooth settings before completing the test.\n\nUnpair the device in settings, make the server discoverable, and rescan to pick this device.</string>
375 <string name="bt_settings">Bluetooth Settings</string>
376
John Du73462362013-07-26 12:28:28 -0700377 <!-- BLE client side strings -->
378 <string name="ble_client_service_name">Bluetooth LE GATT Client Handler Service</string>
Satomi1dfcc1c2016-08-08 17:07:22 +0900379 <string name="ble_client_test_name">01 Bluetooth LE Client Test</string>
380 <string name="ble_client_connect_name">Bluetooth LE Client Connect</string>
381 <string name="ble_discover_service_name">Bluetooth LE Discover Service</string>
382 <string name="ble_read_characteristic_name">Bluetooth LE Read Characteristic</string>
383 <string name="ble_write_characteristic_name">Bluetooth LE Write Characteristic</string>
384 <string name="ble_reliable_write_name">Bluetooth LE Reliable Write</string>
385 <string name="ble_reliable_write_bad_resp_name">Bluetooth LE Reliable Write (receive bad response)</string>
386 <string name="ble_notify_characteristic_name">Bluetooth LE Notify Characteristic</string>
387 <string name="ble_read_descriptor_name">Bluetooth LE Read Descriptor</string>
388 <string name="ble_write_descriptor_name">Bluetooth LE Write Descriptor</string>
389 <string name="ble_read_rssi_name">Bluetooth LE Read RSSI</string>
390 <string name="ble_client_disconnect_name">Bluetooth LE Client Disconnect</string>
Stanley Tnga436d222017-10-27 10:00:21 -0700391 <string name="ble_insecure_client_test_info">
Satomi1dfcc1c2016-08-08 17:07:22 +0900392 The Bluetooth LE test must be done simultaneously on two devices. This device is the client.
Stanley Tnga436d222017-10-27 10:00:21 -0700393 All tests listed here must be done without pairing.
Satomi1dfcc1c2016-08-08 17:07:22 +0900394 </string>
John Du73462362013-07-26 12:28:28 -0700395 <string name="ble_client_send_connect_info">Type in the Bluetooth address of the remote device to connect to, and verify that the devices are connected.</string>
396 <string name="ble_discover_service_info">Verify that the service is discovered when you press the "Discover Service" button.</string>
397 <string name="ble_read_write_info">Write values to and read values from the server to verify that the write and read functionalities are working correctly.</string>
398 <string name="ble_reliable_write_info">A Reliable Write has two steps.\n\n1) Write to the device. This will trigger a callback from the server to verify that the value written was correct.\n2) Execute the write, if the value written is valid.</string>
399 <string name="ble_notify_characteristic_info">Start accepting notifications, and verify that notifications are being reported correctly. The server should be notifying this device with the time every second.</string>
400 <string name="ble_read_rssi_info">Press button to read the RSSI value. Verify that the RSSI changes as you move the two devices further apart or closer together.</string>
401 <string name="ble_client_disconnect_info">Verify that the device is disconnected when you press the "Disconnect" button</string>
402 <string name="ble_address">Bluetooth address</string>
403 <string name="ble_connect">Connect</string>
404 <string name="ble_discover_service">Discover service</string>
405 <string name="ble_write_hint">Nothing to write yet</string>
406 <string name="ble_read_hint">Nothing read yet</string>
407 <string name="ble_write">Write</string>
408 <string name="ble_read">Read</string>
409 <string name="ble_begin_write">Begin write</string>
410 <string name="ble_execute_write">Execute write</string>
411 <string name="ble_begin_notification">Begin notification</string>
412 <string name="ble_stop_notification">Stop notification</string>
413 <string name="ble_waiting_notification">Waiting on notification</string>
414 <string name="ble_read_rssi">Read RSSI</string>
415 <string name="ble_disconnect">Disconnect</string>
Yicheng Fanc8882202014-11-10 12:10:10 -0800416 <string name="ble_test_text">TEST</string>
Satomi1dfcc1c2016-08-08 17:07:22 +0900417 <string name="ble_test_finished">Test finished</string>
418 <string name="ble_test_next">Next</string>
419 <string name="ble_test_running">Test Running</string>
420 <string name="ble_test_running_message">This test requires a few minutes. Don\'t interrupt the test.</string>
421 <string name="ble_mtu_23_name">Bluetooth LE Request MTU(23bytes)</string>
422 <string name="ble_mtu_512_name">Bluetooth LE Request MTU(512bytes)</string>
John Du73462362013-07-26 12:28:28 -0700423
424 <!-- BLE server side strings -->
425 <string name="ble_server_service_name">Bluetooth LE GATT Server Handler Service</string>
Satomi1dfcc1c2016-08-08 17:07:22 +0900426 <string name="ble_server_start_name">01 Bluetooth LE Server Test</string>
427 <string name="ble_server_start_info">
428 The Bluetooth LE test must be done simultaneously on two devices, a server device and a client device. This device is the server.
429 </string>
430 <string name="ble_server_receiving_connect">Waiting on connection from Bluetooth LE client.</string>
431 <string name="ble_server_add_service">Adding service to Bluetooth LE server.</string>
John Du73462362013-07-26 12:28:28 -0700432 <string name="ble_server_write_characteristic">Waiting on write characteristic request</string>
433 <string name="ble_server_read_characteristic">Waiting on read characteristic request</string>
434 <string name="ble_server_write_descriptor">Waiting on write descriptor request</string>
435 <string name="ble_server_read_descriptor">Waiting on read descriptor request</string>
436 <string name="ble_server_reliable_write">Waiting on reliable write from client</string>
Satomi1dfcc1c2016-08-08 17:07:22 +0900437 <string name="ble_server_reliable_write_bad_resp">Waiting on reliable write from client (send bad response)</string>
438 <string name="ble_server_receiving_disconnect">Waiting on disconnection from Bluetooth LE client</string>
439 <string name="ble_connection_priority_server_name">02 Bluetooth LE Connection Priority Server Test</string>
440 <string name="ble_connection_priority_server_info">Bluetooth LE Connection Priority Server receive message from message in 3 different priority.</string>
441 <string name="ble_server_notify_characteristic">Waiting on notify characteristic request</string>
442 <string name="ble_server_write_characteristic_without_permission">Waiting on write characteristic request without permission</string>
443 <string name="ble_server_read_characteristic_without_permission">Waiting on read characteristic request without permission</string>
444 <string name="ble_server_write_descriptor_without_permission">Waiting on write descriptor request without permission</string>
445 <string name="ble_server_read_descriptor_without_permission"> Waiting on read descriptor request without permission</string>
446 <string name="ble_server_write_characteristic_need_encrypted">Waiting on write encrypted characteristic request</string>
447 <string name="ble_server_read_characteristic_need_encrypted">Waiting on read encryptedcharacteristic request</string>
448 <string name="ble_server_write_descriptor_need_encrypted">Waiting on write encrypted descriptor request</string>
449 <string name="ble_server_read_descriptor_need_encrypted"> Waiting on read encrypted descriptor request</string>
450 <string name="ble_server_indicate_characteristic">Waiting on indicate characteristic request</string>
451 <string name="ble_server_mtu_23bytes">Waiting on MTU request(23 bytes)</string>
452 <string name="ble_server_mtu_512bytes">Waiting on MTU request(512 bytes)</string>
453 <string name="ble_encrypted_server_name">03 Bluetooth LE Encrypted Server Test</string>
454 <string name="ble_encrypted_server_info">Bluetooth LE Encrypted Server Waiting on read/write characteristic and descriptor request need encrypted.</string>
455 <string name="ble_insecure_server_enctypted_info">Bluetooth LE Server is in operation.\nThis test does not change server state.\n\nIf Bluetooth pairing request was notified by system, you must cancel it.\n\nOnce the client tests are all successful, please change the state of the server-side to the "success".</string>
456 <string name="ble_insecure_server_test_list_name">Bluetooth LE Insecure Server Test</string>
457 <string name="ble_insecure_server_test_list_info">
458 This test is mostly automated, but requires some user interaction.
459 Once the list items below have check marks, the test is complete.
460 \n\nTap \"01 Bluetooth LE Server Test\" on this device, then tap \"01 Bluetooth LE Client Test\" on the other device.
461 \nWhen the test is complete, move to the next item. You must complete all tests.
462 </string>
463 <string name="ble_secure_server_test_list_name">Bluetooth LE Secure Server Test</string>
464 <string name="ble_secure_server_test_list_info">
465 This test is mostly automated, but requires some user interaction.
466 You can pass this test once the list items below are checked.
467 \n\nTap \"01 Bluetooth LE Server Test\" on this device, then tap \"01 Bluetooth LE Client Test \"on other device.
468 \nTest completed, then test next item. You must be done all tests.
469 </string>
John Du73462362013-07-26 12:28:28 -0700470
Yicheng Fana6736922014-07-08 14:53:55 -0700471 <!-- BLE advertiser side strings -->
Satomi1dfcc1c2016-08-08 17:07:22 +0900472 <string name="ble_advertiser_test_name">Bluetooth LE Advertiser Test</string>
473 <string name="ble_advertiser_test_info">
474 The Bluetooth LE Advertiser Test and Scanner Test is a paired test.
475 \nTap \"Bluetooth LE Advertiser Test\" on this device. Once it is passed, tap \"Bluetooth LE Scanner Test\".
476 \nTap \"Bluetooth LE Scanner Test\" on this device. Once it is passed, tap \"Bluetooth LE Advertiser Test\".
477 </string>
Yicheng Fana6736922014-07-08 14:53:55 -0700478 <string name="ble_advertiser_service_name">Bluetooth LE Advertiser Handler Service</string>
Satomi1dfcc1c2016-08-08 17:07:22 +0900479 <string name="ble_privacy_mac_name">Bluetooth LE Privacy Mac</string>
480 <string name="ble_privacy_mac_info">Bluetooth LE Advertiser should advertise in non-repeating MAC address.</string>
481 <string name="ble_advertiser_privacy_mac_instruction">Click start to start advertising, you can disconnect USB and lock the screen of advertiser. Counts and mac address will show on scanner. You may receive message that this device does not support Bluetooth LE advertising.</string>
482 <string name="ble_power_level_name">Bluetooth LE Tx Power Level</string>
483 <string name="ble_power_level_info">Bluetooth LE Advertiser advertises in 4 different power levels. Scanner should receive them in different strength of Rssi, cannot receive weak signals beyond several feet.</string>
484 <string name="ble_advertiser_power_level_instruction">
485 Click start to start multi-advertising. Data packets are advertised in 4 different power levels.
486 You may receive a message that this device does not support multi-advertising.
487 If the advertiser does not advertise in 4 power levels, and you do not receive an error message,
488 you may not have stopped advertising in the previous test, or this device may not support 4 advertisers at the same time.
489 Try rebooting the device and running the test again to free those advertisers in use.
490 </string>
491 <string name="ble_advertiser_scan_filter_name">Bluetooth LE Hardware Scan Filter</string>
492 <string name="ble_advertiser_scan_filter_info">Bluetooth LE Advertiser advertises with 2 different data separately. One can wake up the scanner, the other cannot. This test cares about behavior on scanner only.</string>
Yicheng Fancb7cbc62014-08-13 18:11:30 -0700493 <string name="ble_advertiser_scannable">Scannable advertising</string>
Yicheng Fan994d1dd2014-09-24 16:02:35 -0700494 <string name="ble_advertiser_scannable_instruction">Start scannable advertising, expect scanner consume more power on Monsoon monitor, or see log of GattService from scanner logcat.</string>
Yicheng Fancb7cbc62014-08-13 18:11:30 -0700495 <string name="ble_advertiser_unscannable">Unscannble advertising</string>
Yicheng Fan994d1dd2014-09-24 16:02:35 -0700496 <string name="ble_advertiser_unscannable_instruction">Start unscannable advertising, expect scanner stay calm on Monsoon monitor, no log of GattService from scanner logcat.</string>
Yicheng Fancb7cbc62014-08-13 18:11:30 -0700497 <string name="ble_advertiser_start">Start</string>
498 <string name="ble_advertiser_stop">Stop</string>
Yicheng Fana6736922014-07-08 14:53:55 -0700499
500 <!-- BLE scanner side strings -->
Satomi1dfcc1c2016-08-08 17:07:22 +0900501 <string name="ble_scanner_test_name">Bluetooth LE Scanner Test</string>
Yicheng Fana6736922014-07-08 14:53:55 -0700502 <string name="ble_scanner_service_name">Bluetooth LE Scanner Handler Service</string>
Satomi1dfcc1c2016-08-08 17:07:22 +0900503 <string name="ble_scanner_test_info">The Bluetooth LE test must be done simultaneously on two devices, an advertiser and a scanner. This device is the scanner.</string>
Yicheng Fana6736922014-07-08 14:53:55 -0700504 <string name="ble_scanner_privacy_mac">Hold for 15 min to see if receive a different MAC address from advertiser.</string>
Yicheng Fan994d1dd2014-09-24 16:02:35 -0700505 <string name="ble_scanner_privacy_mac_instruction">Mac address, counts are shown on screen. It should continuously receive data packet from advertiser. Every 15 min, a new mac address should show up, which prevents mac address disclosure.</string>
Yicheng Fan036fc0cb12014-07-21 19:47:02 -0700506 <string name="ble_ultra_low">Ultra low</string>
507 <string name="ble_low">Low</string>
508 <string name="ble_medium">Medium</string>
509 <string name="ble_high">High</string>
Marco Nelissena8308402017-01-26 15:41:56 -0800510 <string name="ble_scanner_power_level_instruction">Count: Ultra low &lt; low &lt; medium &lt; high\nRssi: Ultra low &lt; low &lt; medium &lt; high\nDistance to see count freezing: Ultra low &lt; low &lt; medium &lt; high\nA common error is ultra low, low and medium behave similarly, with similar rssi, freeze at similar distance.\n\n All power level receive a mac address.</string>
511 <string name="ble_scanner_scan_filter_name">BLE Hardware Scan Filter</string>
Yicheng Fancb7cbc62014-08-13 18:11:30 -0700512 <string name="ble_scanner_scan_filter_info">Lock the screen of scanner, and connect to monsoon. It will not wake up when advertiser is advertising unscannable, and scanner is scanning with filter.</string>
Yicheng Fan63310ee2014-10-27 11:26:28 -0700513 <string name="ble_scanner_scan_filter_instruction">Scan filter is to scan data with service UUID = 0x6666 only. If you scan without scan filter, data with service UUID = 0x5555 and 0x6666 will show up on screen.\nFor monsoon test:\n\tClick scan with filter, lock the screen, connect to monsoon. It will not wake up when advertiser is advertising unscannable data packets, but will show a peak in power usage when advertiser is advertising scannable data.\nFor logcat test:\n\tClick scan with filter, logcat the scanner. No data will be received by GattService when advertiser is advertising unscannable data.</string>
Yicheng Fancb7cbc62014-08-13 18:11:30 -0700514 <string name="ble_scan_with_filter">Scan with filter</string>
515 <string name="ble_scan_without_filter">Scan without filter</string>
Yicheng Fanc8882202014-11-10 12:10:10 -0800516 <string name="ble_scan_start">Start scan</string>
517 <string name="ble_scan_stop">Stop scan</string>
Yicheng Fana6736922014-07-08 14:53:55 -0700518
Satomi1dfcc1c2016-08-08 17:07:22 +0900519 <!-- BLE connection priority test strings -->
520 <string name="ble_client_connection_priority">Testing priority: </string>
521 <string name="ble_connection_priority_balanced">BALANCED</string>
522 <string name="ble_connection_priority_high">HIGH</string>
523 <string name="ble_connection_priority_low">LOW</string>
524 <string name="ble_server_connection_priority_result_passed">All test passed</string>
525 <string name="ble_server_connection_priority_result_failed">Test failed.</string>
526 <string name="ble_server_connection_priority_result_intervals">
527 Transfer interval time (msec):\nHIGH=%1$d\nBALANCED=%2$d\nLOW=%3$d\n\nRequirements:\n HIGH &lt;= BALANCED &lt;= LOW
528 </string>
529
530 <!-- BLE Test Name -->
531 <string name="ble_secure_client_test_name">Bluetooth LE Secure Client Test</string>
532 <string name="ble_insecure_client_test_name">Bluetooth LE Insecure Client Test</string>
533 <string name="ble_secure_server_test_name">Bluetooth LE Secure Server Test</string>
534 <string name="ble_insecure_server_test_name">Bluetooth LE Insecure Server Test</string>
535
Stanley Tngfd11f8e2018-07-29 14:13:44 -0700536 <string name="ble_coc_secure_client_test_name">Bluetooth LE CoC Secure Client Test</string>
537 <string name="ble_coc_insecure_client_test_name">Bluetooth LE CoC Insecure Client Test</string>
538 <string name="ble_coc_secure_server_test_name">Bluetooth LE CoC Secure Server Test</string>
539 <string name="ble_coc_insecure_server_test_name">Bluetooth LE CoC Insecure Server Test</string>
540
Satomi1dfcc1c2016-08-08 17:07:22 +0900541 <string name="ble_read_characteristic_nopermission_name">Bluetooth LE Read Characteristic Without Perrmission</string>
542 <string name="ble_write_characteristic_nopermission_name">Bluetooth LE Write Characteristic Without Permission</string>
543 <string name="ble_read_descriptor_nopermission_name">Bluetooth LE Read Descriptor Without Perrmission</string>
544 <string name="ble_write_descriptor_nopermission_name">Bluetooth LE Write Descriptor Without Permission</string>
545 <string name="ble_connection_priority_client_name">02 Bluetooth LE Connection Priority Client Test</string>
546 <string name="ble_connection_priority_client_info">Bluetooth LE Connection Priority Client send message in 3 different priority.</string>
547 <string name="ble_read_authenticated_characteristic_name">Bluetooth LE Read Encrypted Characteristic</string>
548 <string name="ble_write_authenticated_characteristic_name">Bluetooth LE Write Encrypted Characteristic</string>
549 <string name="ble_read_authenticated_descriptor_name">Bluetooth LE Read Encrypted Descriptor</string>
550 <string name="ble_write_authenticated_descriptor_name">Bluetooth LE Write Encrypted Descriptor</string>
551 <string name="ble_connection_priority_client_high">Bluetooth LE Send With CONNECTION_PRIORITY_HIGH</string>
552 <string name="ble_connection_priority_client_low">Bluetooth LE Send With CONNECTION_PRIORITY_LOW_POWER</string>
553 <string name="ble_connection_priority_client_balanced">Bluetooth LE Send With CONNECTION_PRIORITY_BALANCED</string>
554 <string name="ble_indicate_characteristic_name">Bluetooth LE Indicate Characteristic</string>
555 <string name="ble_encrypted_client_name">03 Bluetooth LE Encrypted Client Test</string>
556 <string name="ble_encrypted_client_info">Bluetooth LE Encrypted Client read/write on characteristic and descriptor need encrypted.</string>
557 <string name="ble_insecure_client_test_list_name">Bluetooth LE Insecure Client Test</string>
558 <string name="ble_insecure_client_test_list_info">
559 The Bluetooth LE test must be done simultaneously on two devices. This device is the client.
560 All tests listed here must be done without pairing. Tap \"Bluetooth LE Insecure Server Test\" on the other device.
561 \n\nTap \"01 Bluetooth LE Client Test\" on this device, then tap \"01 Bluetooth LE Server Test\" on the other device.
562 \nWhen the test is complete, move to the next item. You must complete all tests.
563 </string>
564 <string name="ble_secure_client_test_list_name">Bluetooth LE Secure Client Test</string>
565 <string name="ble_secure_client_test_list_info">
566 The Bluetooth LE test must be done simultaneously on two devices.
567 This device is the client. All tests listed here must be done with pairing.
568 \n\nTap \"01 Bluetooth LE Client Test\" on this device, then tap \"01 Bluetooth LE Server Test\" on the other device.
569 \nWhen the test is complete, move to the next item. You must complete all tests.
570 </string>
571 <string name="ble_encrypted_client_no_encrypted_characteristic">Error!\nThe Characteristics unencrypted.</string>
572 <string name="ble_encrypted_client_no_encrypted_descriptor">Error!\nThe Descriptor unencrypted.</string>
573 <string name="ble_encrypted_client_fail_write_encrypted_characteristic">It failed to write to Characteristic.</string>
574 <string name="ble_encrypted_client_fail_write_encrypted_descriptor">It failed to write to Descriptor.</string>
575 <string name="ble_encrypted_client_fail_read_encrypted_characteristic">It failed to read the Characteristic.</string>
576 <string name="ble_encrypted_client_fail_read_encrypted_descriptor">It failed to read the Descriptor.</string>
577 <string name="ble_secure_client_test_info">
578 The Bluetooth LE test must be done simultaneously on two devices. This device is the client.
579 All tests listed here must be done with pairing.
580 </string>
581
582 <string name="ble_bluetooth_disable_title">Bluetooth Disable!</string>
583 <string name="ble_bluetooth_disable_message">Please set bluetooth enable.</string>
584
585 <string name="ble_bluetooth_mismatch_title">Bluetooth pairing state is a mismatch!</string>
586 <string name="ble_bluetooth_mismatch_secure_message">
587 And even though it has already been trying to run a test of Secure, the device has not been paired.
588 \nGo setting mode, set Bluetooth to pair other device.
589 </string>
590 <string name="ble_bluetooth_mismatch_insecure_message">
591 And even though it has already been trying to run a test of Insecure, the device has already been paired.
592 \nGo setting mode, set Bluetooth to unpair other device.
593 </string>
594
595 <string name="ble_mtu_mismatch_message">MTU is not correct.(Request:%1$d, Actual:%2$d)</string>
596 <string name="ble_mtu_fail_message">MTU test: failed to receive data</string>
597
Eugene Susla202e4412017-04-19 11:44:36 -0700598 <string name="companion_test">Companion Device Test</string>
599 <string name="companion_test_info">
600 This test checks that APIs to manage companion devices are working correctly,
601 including showing the dialog to the user to verify a device, as well as updating an internal
602 record once the user made the choice and then removing it.\n\n
603 Before proceeding, make sure you have a bluetooth device nearby and discoverable.
Eugene Suslaf0530f22017-06-28 10:53:16 -0700604 Also, make sure that bluetooth is turned on on this device.
Eugene Susla202e4412017-04-19 11:44:36 -0700605 Once you press the button, wait for a dialog to pop up and select your device from the list.
606 </string>
607
Brian Muramatsuaccc6842010-08-11 18:57:27 -0700608 <!-- Strings for FeatureSummaryActivity -->
Dan Morrill5df275b2010-08-11 12:19:19 -0700609 <string name="feature_summary">Hardware/Software Feature Summary</string>
Brian Muramatsu14e1cbb2010-09-13 18:33:39 -0700610 <string name="feature_summary_info">This is a test for...</string>
Dan Morrill5df275b2010-08-11 12:19:19 -0700611 <string name="fs_disallowed">WARNING: device reports a disallowed feature name</string>
612 <string name="fs_missing_wifi_telephony">WARNING: device reports neither WiFi nor telephony</string>
613 <string name="fs_no_data">No data.</string>
Dan Morrill71351d82010-10-20 15:26:00 -0700614 <string name="fs_legend_good">standard feature reported by device</string>
615 <string name="fs_legend_indeterminate">optional feature not reported by device</string>
616 <string name="fs_legend_warning">non-standard feature reported by device</string>
617 <string name="fs_legend_error">required feature not reported, or forbidden feature reported</string>
618
Dan Morrill5df275b2010-08-11 12:19:19 -0700619 <string name="empty"></string>
620
Raymond054a4412015-03-17 20:51:23 -0700621 <!-- Strings for HifiUltrasoundTestActivity -->
Raymondf15f8162015-05-19 11:58:43 -0700622 <string name="hifi_ultrasound_test">Hifi Ultrasound Microphone Test</string>
Raymond84218672015-05-13 11:58:12 -0700623 <string name="hifi_ultrasound_test_info">
Raymondf15f8162015-05-19 11:58:43 -0700624 This is a test for near-ultrasound (18500Hz - 20000Hz) microphone response.\n
Raymond84218672015-05-13 11:58:12 -0700625 This test requires two devices.\n</string>
626 <string name="hifi_ultrasound_test_play">PLAY</string>
Raymond054a4412015-03-17 20:51:23 -0700627 <string name="hifi_ultrasound_test_record">RECORD</string>
Raymond054a4412015-03-17 20:51:23 -0700628 <string name="hifi_ultrasound_test_plot">PLOT</string>
629 <string name="hifi_ultrasound_test_dismiss">DISMISS</string>
Raymondf15f8162015-05-19 11:58:43 -0700630 <string name="hifi_ultrasound_test_ok">OK</string>
Raymond054a4412015-03-17 20:51:23 -0700631 <string name="hifi_ultrasound_test_instruction1">
Raymondf15f8162015-05-19 11:58:43 -0700632 Open Hifi Ultrasound Microphone Test on the test device and the reference device.\n
633 Set the media volume of the reference device at 70% and hold it with one hand.\n
Raymond84218672015-05-13 11:58:12 -0700634 Hold the testing device with the other hand\n
635 Press the RECORD button on the testing device, then the PLAY button on the reference device within one second.\n
Raymondf15f8162015-05-19 11:58:43 -0700636 After the test, report result on the testing (recording) device.\n</string>
Raymond054a4412015-03-17 20:51:23 -0700637 <string name="hifi_ultrasound_test_pass">PASS</string>
638 <string name="hifi_ultrasound_test_fail">FAIL</string>
Raymond84218672015-05-13 11:58:12 -0700639 <string name="hifi_ultrasound_test_default_false_string">false</string>
Raymond84218672015-05-13 11:58:12 -0700640 <string name="hifi_ultrasound_test_mic_no_support">
641 Device does not support near-ultrasound recording.\n
Raymond236f9862015-10-26 13:59:46 -0700642 Please report PASS.\n</string>
Raymond84218672015-05-13 11:58:12 -0700643 <string name="hifi_ultrasound_test_spkr_no_support">
644 Device does not support near-ultrasound playback.\n
645 If this is your reference device, please use a different reference device.\n</string>
646
Raymondf15f8162015-05-19 11:58:43 -0700647 <string name="hifi_ultrasound_speaker_test">Hifi Ultrasound Speaker Test</string>
Raymond84218672015-05-13 11:58:12 -0700648 <string name="hifi_ultrasound_speaker_test_info">
Raymondf15f8162015-05-19 11:58:43 -0700649 This is a test for near-ultrasound (18500Hz - 20000Hz) speaker response.\n
Raymond84218672015-05-13 11:58:12 -0700650 This test requires two devices.\n</string>
651 <string name="hifi_ultrasound_speaker_test_instruction1">
Raymondf15f8162015-05-19 11:58:43 -0700652 Open Hifi Ultrasound Speaker Test on the test device and the reference device.\n
653 Set the media volume of the testing device at 70% and hold it with one hand.\n
Raymond84218672015-05-13 11:58:12 -0700654 Hold the reference device with the other hand\n
655 Press the RECORD button on the reference device, then the PLAY button on the testing device within one second.\n
Raymondf15f8162015-05-19 11:58:43 -0700656 After the test, report result on the testing (playback) device.\n</string>
Raymond84218672015-05-13 11:58:12 -0700657 <string name="hifi_ultrasound_speaker_test_mic_no_support">
658 Device does not support near-ultrasound recording.\n
659 If this is your reference device, please use a different reference device.\n</string>
660 <string name="hifi_ultrasound_speaker_test_spkr_no_support">
661 Device does not support near-ultrasound playback.\n
Raymond236f9862015-10-26 13:59:46 -0700662 Please report PASS.\n</string>
Raymondf15f8162015-05-19 11:58:43 -0700663 <string name="hifi_ultrasound_speaker_test_test_side">
664 Please wait for the result on the reference device then report here.</string>
665 <string name="hifi_ultrasound_speaker_test_reference_side">
666 Please report on the testing device.\n</string>
Raymond054a4412015-03-17 20:51:23 -0700667
Nick Pelly1fe08972012-05-14 17:35:58 -0700668 <!-- Strings for Location tests -->
669 <string name="location_gps_test">GPS Test</string>
670 <string name="location_gps_test_info">This test verifies basic GPS behavior
671 and callback scheduling.
672 Make sure the device has line of sight to GPS satellites
673 (for example, outside, or near a window)
674 and then press OK to run the automated tests.</string>
Zoltan Szatmary-Banbfdde072016-01-15 13:24:07 +0000675 <string name="location_listener_activity">Location listener</string>
Nick Pelly1fe08972012-05-14 17:35:58 -0700676
Sumit Kumare1046842016-03-31 16:09:09 -0700677 <!-- Strings for Location GNSS tests -->
Sumit Kumar73346082016-04-12 20:18:45 -0700678 <string name="location_gnss_constellation_type_test">GNSS Measurement Constellation Test</string>
Wyatt Rileyb7bd8e52016-08-10 13:23:55 -0700679 <string name="location_gnss_measure_no_location_test">GNSS Measurement Before Location Test</string>
Sumit Kumare1046842016-03-31 16:09:09 -0700680 <string name="location_gnss_reg_test">GNSS Measurement Registration Test</string>
681 <string name="location_gnss_value_test">GNSS Measurement Values Test</string>
Yipeng Caoa05ea722017-08-11 10:21:15 -0700682 <string name="location_pseudorange_value_test">GNSS Pseudorange Test</string>
Yipeng Caoa14fa512017-04-20 18:41:02 -0700683 <string name="location_gnss_ttff_test">GNSS TTFF Test</string>
Sumit Kumare1046842016-03-31 16:09:09 -0700684 <string name="location_gnss_nav_msg_test">GNSS Navigation Message Test</string>
Yu Liu2d25bb52016-10-24 17:53:09 -0700685 <string name="location_gnss_status_test">GNSS Status Test</string>
Sumit Kumare1046842016-03-31 16:09:09 -0700686 <string name="location_gnss_test_info">This test verifies basic GNSS behavior.
687 Make sure the device has line of sight to GNSS satellites
688 (for example, stationary on a windowsill. If needed, try again, outside, also with the
689 device stationary, and with at least some view of the sky.) and then press Next to run
690 the automated tests.</string>
tccyp55d6de22017-11-02 15:29:55 -0700691 <string name="location_emergency_call_test_info">This test verifies whether basic features
692 (wifi, sms, gps) works correctly during the emergency call. Make sure the device is using
693 a special white listed sim card. The wifi and GPS should be on and have internet connection.
Yipeng Cao96630252018-05-14 16:50:14 -0700694 Press the pass button to skip this test if outside US/Canada.
tccyp55d6de22017-11-02 15:29:55 -0700695 </string>
696 <string name="emergency_call_confirm_info">This test will dial 911! Please make sure to use a
697 whitelisted sim card to run this test!
698 </string>
Yipeng Cao96630252018-05-14 16:50:14 -0700699 <string name="emergency_call_skip_info">Current device doesn\'t support cellular network. Skipping the Test.
700 </string>
tccyp55d6de22017-11-02 15:29:55 -0700701 <string name="emergency_call_emergency_number_hint_text">
702 Emergency Number:
703 </string>
704 <string name="emergency_call_current_number_hint_text">
705 Current Number:
706 </string>
707 <string name="emergency_call_dial_text">
708 Dial 911
709 </string>
710 <string name="emergency_call_emergency_number_text">
711 911
712 </string>
Sumit Kumara2a00c32016-04-06 16:50:29 -0700713 <string name="location_gnss_test_retry_info">If this test fails, please make sure the device
714 has line of sight to GNSS satellites (for example, stationary on a windowsill. If needed,
715 try again, outside, also with the device stationary, with as much view of the sky as
716 possible.) </string>
tccyp55d6de22017-11-02 15:29:55 -0700717 <string name="location_emergency_call_gps_test">Emergency Call GPS Test</string>
718 <string name="location_emergency_call_message_test">Emergency Call Message Test</string>
719 <string name="location_emergency_call_wifi_test">Emergency Call Wifi Test</string>
Sumit Kumare1046842016-03-31 16:09:09 -0700720
Ivan Izmailov3f9500a2018-02-23 14:05:43 -0500721 <!-- Strings for ConnectivityBackgroundTestActivity -->
722 <string name="network_background_test">Network Background Connectivity Test</string>
723 <string name="network_background_test_instructions">
Erik Kline4018b0b2015-11-30 10:22:47 +0900724 This test verifies that IPv6 network connectivity continues to work
Ivan Izmailov3f9500a2018-02-23 14:05:43 -0500725 when the screen is off or is idle for some time.\n\n
Erik Kline4018b0b2015-11-30 10:22:47 +0900726
727 1. Join a Wi-Fi network with IPv6 Internet access.\n
728 2. If the device has battery power, disconnect all power connectors.\n
Ivan Izmailov3f9500a2018-02-23 14:05:43 -0500729 3. Turn the screen off if possible.\n
730 4. Wait until the screen turns on or the test result is displayed (it will take at least two minutes).\n
Erik Kline4018b0b2015-11-30 10:22:47 +0900731 5. If necessary, unlock the device.\n
732 6. Please mark the test according to the result status indicated.\n
733 </string>
Ivan Izmailov3f9500a2018-02-23 14:05:43 -0500734 <string name="network_background_test_start">Start</string>
Erik Kline4018b0b2015-11-30 10:22:47 +0900735
Sriram Viswanathan040f4252018-04-16 14:23:58 -0700736 <!-- Strings for net.MultiNetworkConnectivityTestActivity -->
737 <string name="multinetwork_connectivity_test">Multinetwork connectivity Test</string>
738 <string name="multinetwork_connectivity_test_instructions">
739 This test verifies that, when a phone has internet connectivity via mobile network
740 is connected to a Wi-Fi access point that doesn\'t have internet or loses internet access,
741 it restores the internet activity over the mobile cell network, while connected to the
742 Wi-Fi access point. \n\n
743
744 1. Setup a wireless access point with ability to turn on and off internet access.
745 2. Have SIM or cellular data connectivity on the phone being tested.
746 3. Execute the tests with the instructions outlined in the test
747 4. When the test completes, it will finish and mark it passed. If it fails, it will mark it \n
748 as failed.
749
750 </string>
751 <string name="multinetwork_connectivity_test_pre_requisites">Prerequisite - Setup a Wi-Fi access point with WPA PSK in which we can turn on or off internet access. </string>
752 <string name="multinetwork_connectivity_test_start">Start</string>
753 <string name="multinetwork_connectivity_test_ap_name">Wi-Fi SSID</string>
754 <string name="multinetwork_connectivity_test_ap_passphrase">WPA 2 passphrase</string>
755 <string name="multinetwork_connectivity_test_continue">Confirm and continue with test.</string>
756 <string name="multinetwork_connectivity_test_rerun">Completed. Re-run.</string>
757 <string name="multinetwork_connectivity_test_running">Running.</string>
758 <string name="multinetwork_connectivity_test_connect_cellular">Connecting to cellular network.</string>
759 <string name="multinetwork_connectivity_test_connect_wifi">Connecting to Wi-Fi network.</string>
760 <string name="multinetwork_connectivity_test_complete">Test completed.</string>
761 <string name="multinetwork_connectivity_test_progress_1">Waiting for Wi-Fi to lose connectivity.</string>
762 <string name="multinetwork_connectivity_test_progress_2">Waiting to check connectivity.</string>
763 <string name="multinetwork_connectivity_test_progress_3">Waiting to make sure Wi-Fi has connectivity.</string>
764 <string name="multinetwork_connectivity_test_1_desc">Test 1 - Connect to Wi-Fi with no internet doesnt disable current connectivity</string>
765 <string name="multinetwork_connectivity_test_2_desc">Test 2 - When connected to Wi-Fi, on losing connectivity, restores mobile connectivity</string>
766 <string name="multinetwork_status_wifi_connect_success">Wi-Fi connect success.</string>
767 <string name="multinetwork_status_mobile_connect_success">Mobile net connect success.</string>
768 <string name="multinetwork_status_wifi_connect_timed_out">Wi-Fi connect timed out.</string>
769 <string name="multinetwork_status_wifi_connect_wrong_ap">Wi-Fi connected to wrong access point.</string>
770 <string name="multinetwork_status_mobile_connect_timed_out">Mobile network connect timed out.</string>
771 <string name="multinetwork_status_mobile_restore_success">Mobile restore succeeded.</string>
772 <string name="multinetwork_status_mobile_restore_failed">Mobile restore failed.</string>
773 <string name="multinetwork_connectivity_test_1_prereq">Make sure that the Hotspot does not have internet access.</string>
774 <string name="multinetwork_connectivity_test_2_prereq_1">Make sure that the Hotspot has internet access.</string>
775 <string name="multinetwork_connectivity_test_2_prereq_2">Make sure that the Hotspot does not have internet access. When prompted to go back to using mobile data, choose ok.</string>
776 <string name="multinetwork_connectivity_test_all_prereq_1">Looks like your device does not support telephony or mobile data. If yes, you can mark test passed and proceed.</string>
777 <string name="multinetwork_connectivity_test_all_prereq_2">Need mobile data to proceed. Please insert a mobile data capable sim and repeat the test. By marking test as passed, you acknowledge that the device cannot do mobile data.</string>
778 <string name="multinetwork_status_wifi_connectivity_failed">Wi-Fi connectivity failed.</string>
779
Brian Muramatsu984b78b2011-09-23 12:37:28 -0700780 <!-- Strings for NfcTestActivity -->
781 <string name="nfc_test">NFC Test</string>
782 <string name="nfc_test_info">The Peer-to-Peer Data Exchange tests require two devices with
783 NFC enabled to exchange messages. One device must be the candidate device running the
784 software build to be tested, while the other device must be an implementation already
785 known to be compatible.\n\nThe Tag Verification tests check that your
786 device can properly read and write to tags of different technologies. The MIFARE
787 Ultralight test is only applicable for devices that support it.
Martijn Coenen109d7622013-09-24 07:09:29 -0700788 \n\nThe Host-based card emulation tests check that your device has properly implemented
789 host-based card emulation.
Brian Muramatsu984b78b2011-09-23 12:37:28 -0700790 </string>
791
792 <string name="nfc_not_enabled">NFC is not enabled!</string>
destradaa65c7cdb2013-10-28 16:36:12 -0700793 <string name="nfc_not_enabled_message">These tests require NFC to be enabled. Click the
Brian Muramatsu984b78b2011-09-23 12:37:28 -0700794 button below to goto Settings and enable it.</string>
795 <string name="nfc_settings">NFC Settings</string>
796
Nick Pellya9631ce2011-10-31 14:18:46 -0700797 <string name="ndef_push_not_enabled">NDEF Push is not enabled!</string>
798 <string name="ndef_push_not_enabled_message">These tests require Android Beam to be enabled.
799 Click the button below to goto NFC Sharing Settings and enable it.</string>
800 <string name="ndef_push_settings">NFC Sharing Settings</string>
801
Brian Muramatsu984b78b2011-09-23 12:37:28 -0700802 <string name="nfc_pee_2_pee">Peer-to-Peer Data Exchange</string>
803 <string name="nfc_ndef_push_sender">NDEF Push Sender</string>
804 <string name="nfc_ndef_push_receiver">NDEF Push Receiver</string>
Martijn Coenenbe6dfed2015-06-11 14:52:13 +0200805 <string name="nfc_llcp_version_check">LLCP version check</string>
Brian Muramatsu984b78b2011-09-23 12:37:28 -0700806
807 <string name="nfc_tag_verification">Tag Verification</string>
808 <string name="nfc_ndef">NDEF</string>
809 <string name="nfc_mifare_ultralight">MIFARE Ultralight</string>
810
811 <string name="nfc_ndef_push_sender_info">Start the \"CTS Verifier NDEF Receiver\" test on
812 another device and touch the devices back to back. The receiver should show a
813 dialog indicating it has successfully received the correct message!</string>
814 <string name="nfc_ndef_push_sender_instructions">Touch this device to the back of another
815 device running the \"CTS Verifier NDEF Receiver\"...</string>
816
817 <string name="nfc_ndef_push_receiver_info">Start the \"CTS Verifier NDEF Sender\" test on
818 another device and touch the devices back to back. The receiver should show a
819 dialog indicating it has successfully received the correct message!</string>
820 <string name="nfc_ndef_push_receiver_instructions">Touch this device to the back of another
821 device running the \"CTS Verifier NDEF Sender\"...</string>
822 <string name="nfc_ndef_push_receive_success">Successfully received the correct NDEF push
823 message.</string>
destradaa65c7cdb2013-10-28 16:36:12 -0700824 <string name="nfc_ndef_push_receive_failure">Failed to receive the correct NDEF push
Brian Muramatsu984b78b2011-09-23 12:37:28 -0700825 message.</string>
826
Martijn Coenenbe6dfed2015-06-11 14:52:13 +0200827 <string name="nfc_llcp_version_check_info">This test requires two candidate devices
828 with NFC enabled to exchange P2P messages. Start the \"LLCP version check\" test on
829 the other candidate device also, and touch the devices back to back. This test
830 then verifies that the candidate device correctly advises the LLCP version as 1.2</string>
831 <string name="nfc_llcp_version_check_failure">The candidate devices does not report LLCP
832 version 1.2 or higher.</string>
833 <string name="nfc_llcp_version_check_success">The candidate device has a valid LLCP version.</string>
Brian Muramatsu984b78b2011-09-23 12:37:28 -0700834 <string name="nfc_tag_verifier">NFC Tag Verifier</string>
835 <string name="nfc_tag_verifier_info">Follow the on-screen instructions to write and read
836 a tag of the chosen technology.</string>
837
838 <string name="nfc_scan_tag">Place device on a writable %s tag...</string>
839 <string name="nfc_write_tag_title">Writable tag discovered!</string>
840 <string name="nfc_write_tag_message">Press OK to write to this tag...</string>
841 <string name="nfc_scan_tag_again">Tap the same %s tag again to confirm that its contents match...</string>
842 <string name="nfc_wrong_tag_title">Wrong type of tag scanned</string>
843 <string name="nfc_no_tech">No tag technologies detected...</string>
844
845 <string name="nfc_writing_tag">Writing NFC tag...</string>
846 <string name="nfc_writing_tag_error">Error writing NFC tag...</string>
847 <string name="nfc_reading_tag">Reading NFC tag...</string>
848 <string name="nfc_reading_tag_error">Error reading NFC tag...</string>
849
850 <string name="nfc_result_success">Test passed!</string>
851 <string name="nfc_result_failure">Test failed!</string>
852
853 <string name="nfc_result_message">Written data:\n%1$s\n\nRead data:\n%2$s</string>
854 <string name="nfc_ndef_content">Id: %1$s\nMime: %2$s\nPayload: %3$s</string>
855
Martijn Coenen109d7622013-09-24 07:09:29 -0700856 <string name="nfc_hce">Host-based card emulation</string>
Martijn Coenen6fc35802016-02-02 12:06:30 +0100857 <string name="nfc_hce_f">Host-based Felica card emulation</string>
Martijn Coenen109d7622013-09-24 07:09:29 -0700858 <string name="nfc_hce_reader_tests">HCE reader tests</string>
Martijn Coenen6fc35802016-02-02 12:06:30 +0100859 <string name="nfc_hce_f_reader_tests">HCE Felica reader tests</string>
Martijn Coenen109d7622013-09-24 07:09:29 -0700860 <string name="nfc_hce_emulator_tests">HCE emulator tests</string>
Martijn Coenen6fc35802016-02-02 12:06:30 +0100861 <string name="nfc_hce_f_emulator_tests">HCE Felica emulator tests</string>
862 <string name="nfc_hce_f_emulator">HCE Felica emulator</string>
863 <string name="nfc_hce_f_reader">HCE Felica reader</string>
Martijn Coenen109d7622013-09-24 07:09:29 -0700864 <string name="nfc_hce_emulator_test_info">The host-based card emulation
865 tests require two devices to be completed. The HCE emulator tests are used
866 to actually test the host-based card emulation feature of the device-under-test. So the
867 device running the emulator tests must be the candidate device running the software
868 to be tested. \n\nFor each emulator test, there is a corresponding "reader test"
869 in the "HCE reader tests" section. The "reader test" acts as a NFC terminal/POS
Martijn Coenen0cf0c962014-02-28 14:22:15 -0800870 and makes sure the device-under-test implements card emulation correctly.</string>
Martijn Coenen109d7622013-09-24 07:09:29 -0700871 <string name="nfc_hce_reader_test_info">The host-based card emulation
872 tests require two devices to be completed. The HCE emulator tests are used
873 to actually test the host-based card emulation feature of the device-under-test. So the
874 device running the emulator tests must be the candidate device running the software
875 to be tested. \n\nFor each emulator test, there is a corresponding "reader test"
876 in the "HCE reader tests" section. The "reader test" acts as a NFC terminal/POS
877 and makes sure the device-under-test implements card emulation correctly.
878 </string>
Martijn Coenen0cf0c962014-02-28 14:22:15 -0800879 <string name="nfc_hce_type_selection">By default HCE applications must run on type A. If your device is restricted to type B (for example, because of a type B only UICC), select "Type B" from the drop-down box above. Note that all tests must be completed in the same mode (either "Type A" or "Type B").</string>
Martijn Coenen109d7622013-09-24 07:09:29 -0700880 <string name="nfc_hce_please_wait">Please wait</string>
881 <string name="nfc_hce_setting_up">Setting up card emulation services...</string>
Martijn Coenenc94c0122013-10-21 14:44:54 -0700882
883 <string name="nfc_hce_default_route_emulator">Default route (Emulator)</string>
884 <string name="nfc_hce_default_route_reader">Default route (Reader)</string>
885 <string name="nfc_hce_default_route_emulator_help">This test verifies that the default route for ISO-DEP (ISO14443-4) frames is the host CPU. It does this by selecting an AID that any Android HCE phone will respond to if the select command is routed to the host. Please verify that there is no rule in the routing table that points this AID to the host. This test may be passed if the "PASS" button on the reader side lights up after tapping the devices together.</string>
886
887 <string name="nfc_hce_protocol_params_emulator">Protocol parameters (Emulator)</string>
888 <string name="nfc_hce_protocol_params_reader">Protocol parameters (Reader)</string>
Martijn Coenen7294e322013-11-13 10:36:05 -0800889 <string name="nfc_hce_protocol_params_emulator_help">This test verifies that the Nfc-A and ISO-DEP protocol parameters are being set correctly. The test may be passed when no FAIL entries show up in the results below. Note that the reader device may be different from the device under test - the DUT itself does not need to be able to act as the reader for this test. \n\n Note that for each test there are 3 possible outcomes:\n1) OK -> test has passed;\n2) FAIL -> test has failed and this must be fixed;\n3) FAIL EMVCO -> this protocol parameter is deviating from the requirements in the EMV Contactless Communication Protocol specification.\n\nWhile it is allowed to ship a HCE implementation with EMVCo failures, it may not perform optimal when EMVco based payment HCE apps are run on the device.</string>
Martijn Coenenc94c0122013-10-21 14:44:54 -0700890
Martijn Coenen109d7622013-09-24 07:09:29 -0700891 <string name="nfc_hce_single_payment_emulator">Single payment (Emulator)</string>
892 <string name="nfc_hce_single_payment_reader">Single payment (Reader)</string>
893
894 <string name="nfc_hce_dual_payment_emulator">Two payment services (Emulator)</string>
895 <string name="nfc_hce_dual_payment_reader">Two payment services (Reader)</string>
896
897 <string name="nfc_hce_change_default_emulator">Change default payment service (Emulator)</string>
898 <string name="nfc_hce_change_default_reader">Change default payment service (Reader)</string>
899
900 <string name="nfc_hce_tap_reader_title">Tap reader</string>
901 <string name="nfc_hce_tap_reader_message">Select the corresponding reader test on the remote device, click OK on this dialog, and tap devices together. The pass button will be enabled if the test passes.</string>
902
903 <string name="nfc_hce_single_non_payment_emulator">Single non-payment (Emulator)</string>
904 <string name="nfc_hce_single_non_payment_reader">Single non-payment (Reader)</string>
905
906 <string name="nfc_hce_dual_non_payment_emulator">Two non-payment services (Emulator)</string>
907 <string name="nfc_hce_dual_non_payment_reader">Two non-payment services (Reader)</string>
908
909 <string name="nfc_hce_conflicting_non_payment_emulator">Two conflicting non-payment services (Emulator)</string>
910 <string name="nfc_hce_conflicting_non_payment_reader">Two conflicting non-payment services (Reader)</string>
911
Martijn Coenene71e3742014-05-23 16:35:55 -0700912 <string name="nfc_hce_foreground_non_payment_emulator">Foreground override non-payment services (Emulator)</string>
913 <string name="nfc_hce_foreground_non_payment_reader">Foreground override non-payment services (Reader)</string>
914 <string name="nfc_hce_foreground_non_payment_help">This test enables two non-payment services with conflicting AIDs. It then uses Androids API to allow the foreground app to set a preference for a specific service. This should prevent a popup dialog from showing. If you see a popup dialog during this asking you to select an app, this test has failed.</string>
915
916 <string name="nfc_hce_foreground_payment_emulator">Foreground override payment services (Emulator)</string>
917 <string name="nfc_hce_foreground_payment_reader">Foreground override payment services (Reader)</string>
918 <string name="nfc_hce_foreground_payment_help">This test enables two payment services, and asks you to set one as the default service. It then uses Androids API to allow the foreground app to set a preference for the non-default service. This will cause the non-default payment service to be invoked.</string>
Martijn Coenen1b0a2fd2016-03-02 11:42:10 +0100919 <string name="nfc_hce_change_favor_foreground">This test requires the \"Use default\" setting to be set to \"Except when another payment app is open\". Tap OK to go to Tap and Pay settings and make sure the \"Use default\" setting is set to \"Except when another payment app is open\".</string>
Martijn Coenen109d7622013-09-24 07:09:29 -0700920 <string name="nfc_hce_offhost_service_emulator">Off-host service (Emulator)</string>
921 <string name="nfc_hce_offhost_service_reader">Off-host service (Reader)</string>
922 <string name="nfc_hce_offhost_emulator_help">This tests enables a service that declares some AIDs to reside off-host. This test only needs to be passed if your device has a secure element (either embedded or UICC.). The responses from the secure element are not verified by the test - it is up to the tester to verify the responses are as expected.</string>
923
924 <string name="nfc_hce_on_and_offhost_service_emulator">On and off-host services (Emulator)</string>
925 <string name="nfc_hce_on_and_offhost_service_reader">On and off-host services (Reader)</string>
926 <string name="nfc_hce_on_and_offhost_emulator_help">This tests enables a service that declares some AIDs to reside off-host, and another service that runs on host. It then first sends an APDU sequence that goes off-host, and subsequently some APDUs that should go to the on-host service. This test only needs to be passed if your device has a secure element (either embedded or UICC.). The pass button will be enabled if the on-host sequence is performed as expected. The responses from the secure element are not verified by the test - it is up to the tester to verify the responses are as expected. </string>
927
928 <string name="nfc_hce_tap_test_emulator">50 successful taps test (Emulator)</string>
929 <string name="nfc_hce_tap_test_reader">50 successful taps test (Reader)</string>
930 <string name="nfc_hce_tap_test_emulator_help">This test requires you to complete at least 50 HCE taps, to ensure stability of the HCE feature. The NFC service and controller should not crash or hang during any of the 50 taps.</string>
931 <string name="nfc_hce_throughput_emulator">HCE throughput test (Emulator)</string>
932 <string name="nfc_hce_throughput_reader">HCE throughput test (Reader)</string>
933 <string name="nfc_hce_throughput_emulator_help">This tests verifies that your HCE implementation can reach a decent throughput. While Android does not have any requirements on HCE performance, many HCE applications such as transport and payment apps do. If the average APDU roundtrip time is more than 50ms, please take a look at your implementation to see where the delay is coming from.</string>
Martijn Coenene71e3742014-05-23 16:35:55 -0700934 <string name="nfc_hce_change_preinstalled_wallet">The device has an installed payment application that is currently set as default. To complete the test, you will be asked whether you want to make another app the default app. Select yes.</string>
Martijn Coenen109d7622013-09-24 07:09:29 -0700935 <string name="nfc_hce_change_default_help">You will now be asked whether you want to make Payment Service #1 the default app. Select yes.</string>
936 <string name="nfc_hce_conflicting_non_payment_help">When tapping the first time, you will be shown a dialog that asks you to choose between TransportService #1 and TransportService #2. Select TransportService #2. Verify a dialog is shown that asks you to tap again to complete. Now tap again, and if communication with TransportService #2 is successfull the pass button will be enabled."</string>
Martijn Coenene71e3742014-05-23 16:35:55 -0700937
938 <string name="nfc_hce_payment_dynamic_aids_emulator">Dynamic payment AIDs (Emulator)</string>
939 <string name="nfc_hce_payment_dynamic_aids_reader">Dynamic payment AIDs (Reader)</string>
940 <string name="nfc_hce_payment_dynamic_aids_help">This test tries to register dynamic AIDs for a payment service.</string>
941
Martijn Coenen7459cf22014-12-17 16:57:23 -0800942 <string name="nfc_hce_large_num_aids_emulator">Large number of AIDs (Emulator)</string>
943 <string name="nfc_hce_large_num_aids_reader">Large number of AIDs (Reader)</string>
944 <string name="nfc_hce_large_num_aids_help">This test tries to register a large number of different AIDs, to make sure there are no limitations on the maximum amount of HCE apps on the device. Note that this test may take a few seconds to complete; please be patient.</string>
945
Martijn Coenene71e3742014-05-23 16:35:55 -0700946 <string name="nfc_hce_payment_prefix_aids_emulator">Payment prefix AIDs (Emulator)</string>
947 <string name="nfc_hce_payment_prefix_aids_reader">Payment prefix AIDs (Reader)</string>
948 <string name="nfc_hce_payment_prefix_aids_help">This test statically registers prefix AIDs for a payment service.</string>
949
950 <string name="nfc_hce_payment_prefix_aids_emulator_2">Payment prefix AIDs 2 (Emulator)</string>
951 <string name="nfc_hce_payment_prefix_aids_reader_2">Payment prefix AIDs 2 (Reader)</string>
952
953 <string name="nfc_hce_other_prefix_aids_emulator">Other prefix AIDs (Emulator)</string>
954 <string name="nfc_hce_other_prefix_aids_reader">Other prefix AIDs (Reader)</string>
955 <string name="nfc_hce_other_prefix_aids_help">This test dynamically registers prefix AIDs for a non-payment service.</string>
956
957 <string name="nfc_hce_other_conflicting_prefix_aids_emulator">Conflicting non-payment prefix AIDs (Emulator)</string>
958 <string name="nfc_hce_other_conflicting_prefix_aids_reader">Conflicting non-payment prefix AIDs (Reader)</string>
959 <string name="nfc_hce_other_conflicting_prefix_aids_help">This test registers conflicting prefix AIDs and makes sure AID conflict detection with prefix AIDs works properly. When tapping the first time, you will be shown a dialog that asks you to choose between TransportService #1 and TransportService #2. Select TransportService #2. Verify a dialog is shown that asks you to tap again to complete. Now tap again, and if communication with TransportService #2 is successfull the pass button will be enabled."</string>
960
Martijn Coenen109d7622013-09-24 07:09:29 -0700961 <string name="nfc_payment_service_desc">NFC Payment service</string>
962 <string name="ppse">PPSE</string>
963 <string name="mastercard">MasterCard</string>
Martijn Coenene71e3742014-05-23 16:35:55 -0700964 <string name="visa">Visa</string>
Martijn Coenen109d7622013-09-24 07:09:29 -0700965 <string name="paymentService1">Payment Service #1</string>
966 <string name="paymentService2">Payment Service #2</string>
967 <string name="transportService1">TransportService #1</string>
968 <string name="transportService2">TransportService #2</string>
969 <string name="accessService">AccessService</string>
970 <string name="offhostService">OffhostService</string>
Martijn Coenen6fc35802016-02-02 12:06:30 +0100971 <string name="felicaservice">Felica Service</string>
Martijn Coenen109d7622013-09-24 07:09:29 -0700972
destradaa65c7cdb2013-10-28 16:36:12 -0700973 <!-- Strings for Sensor Test Activities -->
destradaa0dcd7102014-09-23 14:22:54 -0700974 <string name="snsr_device_admin_receiver">Sensor Tests Device Admin Receiver</string>
destradaa9732fb12014-08-15 10:40:50 -0700975 <string name="snsr_test_summary">Tests passed: %1$d, Tests skipped: %2$d, Tests failed: %3$d</string>
destradaa2581a9e2014-09-26 13:25:19 -0700976 <string name="snsr_test_complete">Test completed without errors.</string>
Peng Xu7254e7d2016-12-16 00:59:37 -0800977 <string name="snsr_test_complete_with_errors">Test completed with errors which indicates
978 the device does not meet Android compatibility requirement.
979 This will degrade user experience and cause applications to misbehave.
980 To help debugging, please take a bug report and back up contents under
981 /sdcard/sensorTests of the device under test.
982 </string>
destradaa9732fb12014-08-15 10:40:50 -0700983 <string name="snsr_test_pass">PASS</string>
984 <string name="snsr_test_skipped">SKIPPED</string>
985 <string name="snsr_test_fail">FAIL</string>
destradaafd031b92014-10-10 10:45:51 -0700986 <string name="snsr_execution_time">Test execution time %1$s sec</string>
Peng Xu6133d242015-09-22 21:50:47 -0700987 <string name="snsr_rvcvxchk_test">Rotation Vector CV Crosscheck</string>
988 <string name="snsr_rvcvxchk_test_rec">Rotation Vector CV Recording</string>
destradaa9732fb12014-08-15 10:40:50 -0700989
990 <!-- Strings to interact with users in Sensor Tests -->
991 <string name="snsr_test_play_sound">A sound will be played once the verification is complete...</string>
destradaafc687ea2014-08-27 14:47:59 -0700992 <string name="snsr_no_interaction">Leave the device on top of a flat surface.</string>
993 <string name="snsr_interaction_needed">Once the test begins, you will have to wave your hand over the front of the device.</string>
destradaa9732fb12014-08-15 10:40:50 -0700994 <string name="snsr_device_steady">Keep the device steady.</string>
destradaafc687ea2014-08-27 14:47:59 -0700995 <string name="snsr_keep_device_rotating_clockwise">Once the test begins, you will have to keep rotating the device clockwise.</string>
destradaa9732fb12014-08-15 10:40:50 -0700996 <string name="snsr_wait_for_user">Press \'Next\' to continue.</string>
destradaaa0b3bbc2014-09-03 14:08:00 -0700997 <string name="snsr_wait_to_begin">Press \'Next\' to begin.</string>
destradaa9732fb12014-08-15 10:40:50 -0700998 <string name="snsr_on_complete_return">After completing the task, go back to this test.</string>
destradaa139500e2014-08-22 16:01:52 -0700999 <string name="snsr_movement_expected">Movement was expected during the test. Found=%1$b.</string>
Peng Xu1521e512017-04-04 17:59:26 -07001000 <string name="snsr_sensor_feature_deactivation">IMPORTANT NOTE: Please also turn off any special features in the
1001 device that use sensors (wake up gestures, motion triggered events, moves, etc).
1002 Not doing so is expected to cause test failures. Once you are done, you can begin the test.</string>
John Rusnak7ceff362014-08-04 15:49:51 -07001003 <string name="snsr_setting_mode_request">You will be redirected to set \'%1$s\' to: %2$s.</string>
1004 <string name="snsr_setting_mode_set">\'%1$s\' set to: %2$s.</string>
1005 <string name="snsr_setting_mode_not_set">\'%1$s\' not set to: %2$s.</string>
destradaa3dccf1f02014-08-22 18:11:36 -07001006 <string name="snsr_setting_airplane_mode">Airplane mode</string>
1007 <string name="snsr_setting_screen_brightness_mode">Adaptive Brightness</string>
1008 <string name="snsr_setting_auto_rotate_screen_mode">Auto-rotate screen</string>
destradaafc687ea2014-08-27 14:47:59 -07001009 <string name="snsr_setting_keep_screen_on">Stay awake</string>
destradaa3dccf1f02014-08-22 18:11:36 -07001010 <string name="snsr_setting_location_mode">Location</string>
destradaa4d4efc82014-10-17 14:50:37 -07001011 <string name="snsr_setting_ambient_display">Ambient Display</string>
destradaa2581a9e2014-09-26 13:25:19 -07001012 <string name="snsr_pass_on_error">Pass Anyway</string>
destradaa2d3dc7d2014-09-26 16:52:06 -07001013 <string name="snsr_run_automated_tests">The screen will be turned off to execute the tests,
1014 when tests complete, the device will vibrate and the screen will be turned back on.</string>
destradaa9732fb12014-08-15 10:40:50 -07001015
destradaa65c7cdb2013-10-28 16:36:12 -07001016 <!-- Accelerometer -->
Dan Morrill5df275b2010-08-11 12:19:19 -07001017 <string name="snsr_accel_test">Accelerometer Test</string>
Dan Morrill71351d82010-10-20 15:26:00 -07001018 <string name="snsr_accel_test_info">This test verifies that the accelerometer is working properly. As you move the device around through space, the triangle should always point down (i.e. in the direction of gravity.) If it does not, the accelerometer is improperly configured.</string>
destradaa65c7cdb2013-10-28 16:36:12 -07001019 <string name="snsr_accel_m_test">Accelerometer Measurement Tests</string>
destradaa31f57432014-09-26 14:47:28 -07001020 <string name="snsr_accel_test_face_up">Place the device on a flat surface with the screen
1021 facing the ceiling.</string>
1022 <string name="snsr_accel_test_face_down">Place the device on a flat surface with the screen
1023 facing it.</string>
destradaa16203b42014-09-29 13:26:51 -07001024 <string name="snsr_accel_test_right_side">Place the device in a flat surface resting vertically
1025 on its right side.</string>
1026 <string name="snsr_accel_test_left_side">Place the device in a flat surface resting vertically
1027 on its left side.</string>
1028 <string name="snsr_accel_test_top_side">Place the device in a flat surface resting vertically
1029 on its top side.</string>
1030 <string name="snsr_accel_test_bottom_side">Place the device in a flat surface resting vertically
1031 on its bottom side.</string>
Brian Muramatsu729de482011-05-12 12:26:58 -07001032
destradaa65c7cdb2013-10-28 16:36:12 -07001033 <!-- Gyroscope -->
Brian Muramatsu729de482011-05-12 12:26:58 -07001034 <string name="snsr_gyro_test">Gyroscope Test</string>
1035 <string name="snsr_gyro_test_info">This test verifies that the gyroscope is working properly.\n\nRotate your device as shown by the 3D block. A green background or a check mark indicates that the gyroscope\'s value is correct. A red background or a X mark indicates that the gyroscope\'s value is not right.\n\nThere are 6 parts of the test corresponding to each rotation. Press Pass for all the stages to complete this test.</string>
1036 <string name="snsr_gyro_test_progress">Test %1$d of %2$d</string>
1037 <string name="snsr_gyro_test_no_gyro_title">No gyroscope?</string>
1038 <string name="snsr_gyro_test_no_gyro_message">It doesn\'t seem like you have a gyroscope, so you don\'t need to run this test.</string>
1039 <string name="snsr_gyro_test_degrees_title">Wrong units?</string>
1040 <string name="snsr_gyro_test_degrees_message">These values looks like degrees per second. These should be radians per second!</string>
destradaa65c7cdb2013-10-28 16:36:12 -07001041 <string name="snsr_gyro_m_test">Gyroscope Measurement Test</string>
destradaa9732fb12014-08-15 10:40:50 -07001042 <string name="snsr_gyro_device_placement">Place the device in a flat surface with the screen
destradaa31f57432014-09-26 14:47:28 -07001043 facing the ceiling. Read the instructions for each scenario, before you perform the
1044 test.</string>
destradaa9732fb12014-08-15 10:40:50 -07001045 <string name="snsr_gyro_device_static">Leave the device static.</string>
destradaa31f57432014-09-26 14:47:28 -07001046 <string name="snsr_gyro_rotate_device">Once you begin the test, you will need to rotate the
1047 device 360deg (one time) in the direction show by the animation, then place it back on the
1048 flat surface.</string>
destradaa65c7cdb2013-10-28 16:36:12 -07001049
Vinod Krishnan20d67252014-04-30 11:12:01 -07001050 <!-- Heart Rate -->
1051 <string name="snsr_heartrate_test">Heart Rate Test</string>
Vinod Krishnan7b6bdeb2014-05-13 16:19:44 -07001052 <string name="snsr_heartrate_test_info">This test verifies that the heart rate monitor is working properly.\n\nWait for at least 1 minute before verifying.\n\nVerify that the resting heart rate is between 0 and 100.</string>
Vinod Krishnan20d67252014-04-30 11:12:01 -07001053 <string name="snsr_heartrate_test_no_heartrate_title">No heart rate monitor?</string>
1054 <string name="snsr_heartrate_test_no_heartrate_message">It doesn\'t seem like you have a heart rate monitor, so you don\'t need to run this test.</string>
1055
destradaa65c7cdb2013-10-28 16:36:12 -07001056 <!-- Magnetic Field -->
1057 <string name="snsr_mag_m_test">Magnetic Field Measurement Tests</string>
destradaa9732fb12014-08-15 10:40:50 -07001058 <string name="snsr_mag_verify_norm">Verifying the Norm...</string>
Brian Stack40f05c22018-09-05 09:13:28 -07001059 <string name="snsr_mag_verify_offset">Verifying the Offset...</string>
destradaa9732fb12014-08-15 10:40:50 -07001060 <string name="snsr_mag_verify_std_dev">Verifying the Standard Deviation...</string>
destradaa37286b42014-10-02 13:46:05 -07001061 <string name="snsr_mag_verify_calibrated_uncalibrated">Verifying the relationship between
1062 calibrated and uncalibrated measurements...</string>
destradaa9732fb12014-08-15 10:40:50 -07001063 <string name="snsr_mag_calibration_description">Please calibrate the Magnetometer by moving
Zhanrong Mu2a16eaf2017-11-14 09:36:22 +08001064 it in 8 shapes in different orientations. Click \"Next\" to start and click \"Next\" once again to end calibration.</string>
destradaa7bed8102014-09-24 13:18:16 -07001065 <string name="snsr_mag_calibration_complete">When done, leave the device in a flat surface, far
1066 from all metallic objects (if the test does not pass, try re-running it outdoors).</string>
destradaa37286b42014-10-02 13:46:05 -07001067 <string name="snsr_mag_measurement">-&gt; (%1$.2f, %2$.2f, %3$.2f) : %4$.2f uT</string>
Brian Muramatsuaccc6842010-08-11 18:57:27 -07001068
Jim Steele0c4d08a2014-08-03 00:49:59 -07001069 <!-- Sensor Value Accuracy -->
Jim Steele0c4d08a2014-08-03 00:49:59 -07001070 <string name="snsr_rot_vec_test">Rotation Vector Accuracy Test</string>
destradaaa7714542014-09-04 16:23:03 -07001071 <string name="snsr_event_length">Sensor(%3$s). Event values expected to have size=%1$d. Found=%2$d.</string>
destradaaa7714542014-09-04 16:23:03 -07001072 <string name="snsr_event_value">Sensor(%3$s). Event value[0] expected to be of value=%1$f. Found=%2$f.</string>
1073 <string name="snsr_event_time">Sensor(%5$s). Event timestamp expected to be synchronized with SystemClock.elapsedRealtimeNanos(). Event received at=%1$d. Event timestamp=%2$d. Delta=%3$d. Threshold=%4$d.</string>
Jim Steele0c4d08a2014-08-03 00:49:59 -07001074
1075 <!-- Sensor Batching -->
Peng Xu90f3f5c2016-12-15 20:43:56 -08001076 <string name="snsr_batch_test">Sensor Batching Manual Tests</string>
destradaa16203b42014-09-29 13:26:51 -07001077 <string name="snsr_batching_walking_needed">Once the test begins, you will have to take the
1078 device in your hand and walk.</string>
Jim Steele0c4d08a2014-08-03 00:49:59 -07001079
1080 <!-- Sensor Synchronization -->
1081 <string name="snsr_synch_test">Sensor Synchronization Test</string>
1082
Jim Steeleb292a9f2014-07-13 23:29:56 -07001083 <!-- Step Counter and Detector -->
1084 <string name="snsr_step_counter_test">Step Counter and Detector Tests</string>
destradaa139500e2014-08-22 16:01:52 -07001085 <string name="snsr_step_counter_test_walking">Once the test begins, you will need to walk, and tap on the screen with each step you take.</string>
destradaaa7714542014-09-04 16:23:03 -07001086 <string name="snsr_step_counter_test_still">Once the test begins, you will need to remain still and hold the device still in your hand.</string>
destradaa139500e2014-08-22 16:01:52 -07001087 <string name="snsr_step_counter_expected_steps">At least %1$d steps are expected to be reported. Reported=%2$d.</string>
1088 <string name="snsr_step_counter_detected_reported">Steps reported by user=%1$d. Steps counted=%2$d. Delta=%3$d. Tolerance=%4$d.</string>
1089 <string name="snsr_step_detector_detected_reported">Steps reported by user=%1$d. Steps detected=%2$d. Delta=%3$d. Tolerance=%4$d.</string>
1090 <string name="snsr_step_counter_event_changed">Step counter expected to increase monotonically, with a delta > 0. Found=%1$d. Timestamp=%2$d.</string>
1091 <string name="snsr_step_reported">%1$d | User reported step.</string>
1092 <string name="snsr_step_counter_event">%1$d | Step Counter event. count=%2$d.</string>
1093 <string name="snsr_step_detector_event">%1$d | Step Detector event.</string>
Jim Steeleb292a9f2014-07-13 23:29:56 -07001094
Aravind Akelladbc95c52015-06-09 10:22:16 -07001095 <!-- Device suspend tests -->
1096 <string name="snsr_device_suspend_test">Device Suspend Tests</string>
1097 <string name="snsr_device_did_not_go_into_suspend">Device did not go into suspend mode during test execution </string>
1098 <string name="snsr_batch_did_not_arrive_at_expected_time">Batch did not arrive at the expected time estimatedBatchArrivalMs=%1$d
1099 firstEventReceivedMs=%2$d diffMs=%3$d toleranceMs=%4$d </string>
1100 <string name="snsr_device_suspend_test_instr">One you begin the test, disconnect USB, turn off the display and allow
1101 the device to go into suspend mode. The screen will turn on and a sound will be played once all the tests are completed.</string>
1102
Jim Steelec57c8432014-05-24 09:53:32 -07001103 <!-- Significant Motion -->
1104 <string name="snsr_significant_motion_test">Significant Motion Tests</string>
destradaaa7714542014-09-04 16:23:03 -07001105 <string name="snsr_significant_motion_event_arrival">Event expected to trigger. Triggered=%1$s.</string>
1106 <string name="snsr_significant_motion_event_type">Event expected to be of type=%1$d. Found=%2$d.</string>
1107 <string name="snsr_significant_motion_event_unexpected">Event not expected to trigger. Triggered=%1$s.</string>
destradaaa07a7a22014-08-21 17:09:03 -07001108 <string name="snsr_significant_motion_disable_info">Significant Motion is expected to disable itself after it triggers once.</string>
1109 <string name="snsr_significant_motion_test_trigger">Once you begin the test, you will need to walk for Significant Motion to be detected.</string>
1110 <string name="snsr_significant_motion_test_cancel">Once you begin the test, you will need to walk to ensure Significant Motion is not reported after trigger canceled.</string>
1111 <string name="snsr_significant_motion_test_vibration">Leave the device in a level surface. Once you begin the test, the device will vibrate to ensure that Significant Motion is not triggered.</string>
1112 <string name="snsr_significant_motion_test_in_hand">Once you begin the test, hold the device in your hand while you perform natural hand movements.</string>
1113 <string name="snsr_significant_motion_test_sitting">Once you begin the test, keep the device in your pocket and move naturally while sitting in a chair.</string>
1114 <string name="snsr_significant_motion_test_deactivation">Once you begin the test, you will need to walk to ensure Significant Motion triggers only once.</string>
destradaa91553992014-09-19 17:50:15 -07001115 <string name="snsr_significant_motion_registration">Expected to be able to register for TriggerSensor. Found=%1$b.</string>
destradaaa07a7a22014-08-21 17:09:03 -07001116 <string name="snsr_significant_motion_cancelation">Expected to be able to cancel TriggerSensor. Found=%b.</string>
Aravind Akelladbc95c52015-06-09 10:22:16 -07001117 <string name="snsr_significant_motion_ap_suspend">One you begin the test, disconnect USB, turn off the display and allow the device to go into suspend.
1118 You will need to walk to ensure that Significant Motion triggers. The screen will turn on and a sound will be played once the test completes.</string>
Peng Xu1521e512017-04-04 17:59:26 -07001119 <string name="snsr_device_did_not_wake_up_at_trigger">Device did not wakeup at trigger time. wakeTime=%1$d ms triggerTime=%2$d ms</string>
Jim Steelec57c8432014-05-24 09:53:32 -07001120
Svet Ganovaaeba7d2018-01-15 17:05:15 -08001121 <!-- Event sanitization for idle UIDs -->
1122 <string name="snsr_event_sanitization_test">Event sanitization for idle UID test</string>
1123 <string name="snsr_event_sanitization_test_setup">Run the \'adb shell cmd sensorservice set-uid-state com.android.cts.verifier idle\' shell command
1124 to emulate the CtsVerifier UID being idle.</string>
1125 <string name="snsr_event_sanitization_test_cleanup">Run the \'adb shell cmd sensorservice reset-uid-state com.android.cts.verifier\' shell command
1126 to stop emulating the CtsVerifier UID being idle. Failing to do that would lead to other tests failing!</string>
1127 <string name="snsr_significant_motion_test_uid_idle">Move around with the device to try triggering significant motion</string>
1128 <string name="snsr_significant_motion_test_uid_idle_expectation">No trigger events should be generated while idle</string>
1129 <string name="snsr_proximity_test_uid_idle">Touch the proximity sensor to try triggering it</string>
1130 <string name="snsr_proximity_test_uid_idle_expectation">No on-change events should be generated while idle</string>
1131
Nick Vaccarodf7b8e12017-01-18 17:14:27 -08001132 <!-- Low Latency Off-Body Detect -->
1133 <string name="snsr_offbody_sensor_test">Off Body Sensor Tests</string>
1134 <string name="snsr_offbody_sensor_registration">Registration failed for low latency offbody detect sensor.\n</string>
1135 <string name="snsr_offbody_event_arrival">Expected to receive a low latency offbody detect event. Found=%b.</string>
1136 <string name="snsr_offbody_event_type">Event expected to be of type=%1$d. Found=%2$d.</string>
1137 <string name="snsr_offbody_event_invalid_value">Invalid value received for offbody state; Expected value %1$d or %2$d. Found=%2$d.</string>
1138 <string name="snsr_offbody_event_wrong_value">Expected to receive an event having value=%1$d. Found=%2$d.</string>
1139 <string name="snsr_offbody_event_unexpected">Event not expected to trigger. Triggered=%1$s.</string>
1140 <string name="snsr_offbody_response_timing_violation">%1$s event maximum allowed latency is %2$d. Found=%3$d ms.</string>
1141 <string name="snsr_offbody_state_change">Offbody state changed to %1$d. Timestamp=%2$d.</string>
1142 <string name="snsr_start_offbody_sensor_test_instr">Put watch on your wrist and then click Next button.</string>
1143 <string name="snsr_start_onbody_sensor_test_instr">Remove the watch from your wrist and then click Next button.</string>
Andrew Zengc2614a32017-07-11 18:57:25 -07001144 <string name="snsr_offbody_detect_test_instr">Click Next button, then immediate remove the watch from your wrist after the countdown reaches 0.</string>
1145 <string name="snsr_offbody_detect_test_countdown">Countdown: %1$d.</string>
Nick Vaccarodf7b8e12017-01-18 17:14:27 -08001146 <string name="snsr_onbody_detect_test_instr">Click Next button, then immediately attach the watch on your wrist.</string>
1147 <string name="snsr_ap_wake_offbody_detect_test_instr">Click Next button, then palm the screen. Wait a few seconds after screen blackens, then remove watch from wrist.</string>
1148
destradaaa0b3bbc2014-09-03 14:08:00 -07001149 <!-- Strings for Sensor CTS tests inside CtsVerifier -->
1150 <string name="snsr_single_sensor_tests">CTS Single Sensor Tests</string>
1151 <string name="snsr_sensor_integration_tests">CTS Sensor Integration Tests</string>
1152 <string name="snsr_sensor_test">CTS Sensor Test</string>
destradaa774c0152014-09-15 17:00:37 -07001153 <string name="snsr_sensor_batching_tests">CTS Sensor Batching Tests</string>
destradaaa0b3bbc2014-09-03 14:08:00 -07001154
Peng Xuc4469cd2016-03-29 17:55:54 -07001155 <!-- String for DynamicSensorDiscoveryTest -->
1156 <string name="snsr_dynamic_sensor_discovery_test">Dynamic Sensor Discovery Test</string>
1157
Stuart Scottba898162014-01-17 13:18:14 -08001158 <!-- Strings for Sample Test Activities -->
1159 <string name="share_button_text">Share</string>
1160 <string name="sample_framework_test">Sample Framework Test</string>
1161 <string name="sample_test">Sample Test</string>
1162 <string name="sample_test_info">This test verifies that bluetooth sharing is working properly.\nThe test assumes the Device Under Test has bluetooth enabled and is already paired with a second device, also with bluetooth enabled.\nStart this test by clicking share, choose bluetooth from the options, and then select a device to share with.\nNote: This is a sample test, used to demonstrate how to write CTS Verifier tests, so just click pass.</string>
1163
Beverly15dd5c82017-08-25 10:27:20 -04001164 <!-- Strings for UsbDebuggingDialogTapjackingTest -->
Beverly221f4492017-12-21 17:33:27 -05001165 <string name="usb_tapjacking_button_text">Show overlay</string>
Beverly15dd5c82017-08-25 10:27:20 -04001166 <string name="usb_tapjacking_test">Usb Debugging Dialog Tapjacking Test</string>
1167 <string name="usb_tapjacking_test_info">This test verifies that tapjacking on the usb dialog is not possible by disallowing users from accepting usb debugging pemissions when dialog is obscured.</string>
1168 <string name="usb_tapjacking_test_instructions">
1169 1. Connect device via usb to computer.\n
Beverly221f4492017-12-21 17:33:27 -05001170 2. Click \"Show overlay\" button. Settings may appear if the CTS Verifier app doesn\'t have display over apps permission. Enable this permission and then click back to navigate back to the app.\n
Andrew Zengaebf6212018-06-15 12:46:54 -07001171 3. Trigger USB debugging dialog (from computer terminal): \"adb shell am start -e fingerprints placeholder -e key placeholder %s\"\n
Beverlyda62a9a2018-06-15 16:38:03 -04001172 4. USB debugging dialog should appear. If the overlay cannot be seen above the USB debugging dialog, PASS this test (no need to proceed to Step 5). Else, if the overlay does appear on top saying \"This message covers the USB debugging RSA prompt\", continue to Step 5.\n
Beverly221f4492017-12-21 17:33:27 -05001173 5. Try clicking OK. \n
Beverly15dd5c82017-08-25 10:27:20 -04001174 Test pass if you cannot click OK when the text quoted above is on top of the USB debugging dialog. Toast should appear saying there is an overlay so Settings cannot verify your response. \n
1175 Note: Fake message overlay may remain on screen until you leave the test. This is working as intended. \n
1176 </string>
Andrew Zengaebf6212018-06-15 12:46:54 -07001177 <string name="usb_tapjacking_usb_debugging_component">com.android.systemui/.UsbDebuggingActivityAlias</string>
Beverly15dd5c82017-08-25 10:27:20 -04001178 <string name="usb_tapjacking_overlay_message">This message covers the USB debugging RSA prompt</string>
1179 <string name="usb_tapjacking_error_toast">Please restart the application and try again.</string>
1180 <string name="usb_tapjacking_error_toast2">Please enable display over apps permission for this application before proceeding.</string>
1181
James Painterfa2e1662012-09-13 15:37:58 -07001182 <!-- Strings for Camera Orientation -->
1183 <string name="camera_orientation">Camera Orientation</string>
James Painter6cdb8682012-10-02 08:22:39 -07001184 <string name="co_info">This test verifies the orientation capabilities of
1185 camera preview and capture.\n - The left view shows a preview window rotated
1186 clockwise by a given magnitude of degrees.\n - The right view, after taking
1187 a photo, shows the captured image.\n - For each camera and orientation, both
1188 the left and right views should appear rotated clockwise by the amount of
1189 degrees specified. Choose \"Pass\" if this is the case. Otherwise, choose
1190 \"Fail\".\n - For front-facing cameras, the test will horizontally mirror
1191 the captured image prior to rotation, in attempt to make the left and right
1192 views appear the same.\n - The physical orientation of the device does not
1193 matter.\n - Read the message above the \"Take Photo\" button for
1194 step-by-step instructions.
James Painter738030a2012-09-26 00:31:30 -07001195 </string>
James Painterfa2e1662012-09-13 15:37:58 -07001196 <string name="co_preview_label">Camera preview</string>
1197 <string name="co_format_label">Oriented photo</string>
1198 <string name="co_camera_label">Camera:</string>
1199 <string name="co_orientation_label">Orientation</string>
James Painter738030a2012-09-26 00:31:30 -07001200 <string name="co_orientation_direction_label">clockwise</string>
James Painterfa2e1662012-09-13 15:37:58 -07001201 <string name="co_instruction_heading_label">Instruction:</string>
1202 <string name="co_instruction_text_photo_label">Take a photo</string>
James Painter6cdb8682012-10-02 08:22:39 -07001203 <string name="co_instruction_text_passfail_label">Choose \"Pass\" if the left view is oriented the same as the right view. Otherwise, choose \"Fail\".</string>
1204 <string name="co_instruction_text_extra_label">(mirrored horizontally prior to rotation, since camera is front-facing)</string>
James Painterfa2e1662012-09-13 15:37:58 -07001205 <string name="co_photo_button_caption">Take Photo</string>
Eino-Ville Talvalae56ae2a2012-04-27 19:18:41 -07001206
Igor Murashkin48f86e72012-10-17 18:12:59 -07001207 <!-- Strings for Camera Intents -->
1208 <string name="camera_intents">Camera Intents</string>
1209 <string name="ci_info">
1210 This test verifies that the default camera app is firing intents
1211 after pictures/videos are taken. It also verifies that when the
1212 default camera app is invoked via intents, the launch intents work,
1213 and the broadcast intents are received when appropriate per the SDK
1214 documentation.\n\n
1215 - Read the message above the \"Start Test\" button for
1216 step-by-step instructions.
1217 </string>
1218 <string name="ci_preview_label">Camera preview</string>
1219 <string name="ci_format_label">Oriented photo</string>
1220 <string name="ci_camera_label">Camera:</string>
1221 <string name="ci_intents_label">Intents Test</string>
1222 <string name="ci_intents_direction_label">clockwise</string>
1223 <string name="ci_instruction_heading_label">Instructions:</string>
1224 <string name="ci_instruction_text_photo_label">READ BEFORE STARTING TEST</string>
1225 <string name="ci_instruction_text_passfail_label">Choose \"Pass\" if the right intent is fired after taking a photo from the camera app. Otherwise, choose \"Fail\".</string>
1226 <string name="ci_instruction_text_app_picture_label">\n
1227 1. Click Start Test. \n
1228 2. Go to home screen (HOME key). \n
1229 3. Launch Camera application. \n
Yin-Chia Yeha9dd8682016-05-04 17:49:14 -07001230 4. Capture photo within 1 minute. \n
Igor Murashkin48f86e72012-10-17 18:12:59 -07001231 5. Return to CTS verifier app. \n
Yin-Chia Yeha9dd8682016-05-04 17:49:14 -07001232 6. Pass button will light up if URI trigger was fired.\n
Igor Murashkin48f86e72012-10-17 18:12:59 -07001233 7. Click "Pass" if possible.
1234 </string>
1235 <string name="ci_instruction_text_app_video_label">\n
1236 1. Click Start Test. \n
1237 2. Go to home screen (HOME key). \n
1238 3. Launch Camera application. \n
Yin-Chia Yeha9dd8682016-05-04 17:49:14 -07001239 4. Capture video within 1 minute. \n
Igor Murashkin48f86e72012-10-17 18:12:59 -07001240 5. Return to CTS verifier app. \n
Yin-Chia Yeha9dd8682016-05-04 17:49:14 -07001241 6. Pass button will light up if URI trigger was fired.\n
Igor Murashkin48f86e72012-10-17 18:12:59 -07001242 7. Click "Pass" if possible.
1243 </string>
1244 <string name="ci_instruction_text_intent_picture_label">\n
1245 1. Click Start Test.\n
1246 2. Camera app will launch, prompting to take photo.\n
Yin-Chia Yeha9dd8682016-05-04 17:49:14 -07001247 3. Capture/confirm photo using camera app controls within 1 minute.\n
1248 4. Pass button will light up if URI trigger was NOT received.\n
Igor Murashkin48f86e72012-10-17 18:12:59 -07001249 5. Click "Pass" if possible.
1250 </string>
1251 <string name="ci_instruction_text_intent_video_label">\n
1252 1. Click Start Test.\n
1253 2. Camera app will launch, prompting to take video.\n
Yin-Chia Yeha9dd8682016-05-04 17:49:14 -07001254 3. Capture/confirm video using camera app controls within 1 minute.\n
1255 4. Pass button will light up if URI trigger was received.\n
Igor Murashkin48f86e72012-10-17 18:12:59 -07001256 5. Click "Pass" if possible.
1257 </string>
1258 <string name="ci_start_test_button_caption">Start Test</string>
1259
James Painterfa2e1662012-09-13 15:37:58 -07001260 <!-- Strings for Camera Formats -->
Eino-Ville Talvalae56ae2a2012-04-27 19:18:41 -07001261 <string name="camera_format">Camera Formats</string>
1262 <string name="cf_info">This test checks that all the supported
1263 output formats for camera preview callbacks work correctly, and
1264 that the mandatory formats are available. \n - The left view shows
1265 a standard preview window. \n - The right view shows the output
1266 processed from camera preview callbacks. \n - For each camera,
1267 resolution, and format combination in the dropdowns, the right
1268 view should look the same as the left, and neither should have
1269 streaks, lines, or other artifacts. \n - For front-facing cameras,
1270 the right view must be horizontally mirrored relative to the left
1271 view.\n - Note that the frame rate of the right view may be much
1272 lower than on the left; this is not an indication of a failed
1273 test.
1274 </string>
1275 <string name="cf_preview_label">Normal preview</string>
1276 <string name="cf_format_label">Processed callback data</string>
1277
Jianing Wei636f9032013-10-03 10:00:25 -07001278 <!-- Strings for Camera Video -->
1279 <string name="record_button_text">Test</string>
1280 <string name="camera_video">Camera Video</string>
1281 <string name="video_info"> This test checks video capture
1282 at different resolutions. \n - The left view window shows the preview.
1283 \n - Pressing the test button will trigger three
1284 seconds of video recording. Playback will show up in the right view
1285 window after recording is complete. \n - Use the spinners to choose
1286 camera and resolution combinations. The playback should be similar
1287 to what you saw in preview. \n - After all possible combinations
1288 are tested, the pass button will be enabled. You may press the pass
1289 button to indicate a pass. \n - You may press fail button any time during
1290 the test to indicate failure.
1291 </string>
1292 <string name="video_capture_label">Video capture</string>
1293 <string name="video_playback_label">Video playback</string>
1294 <string name="dialog_fail_test">Test failed</string>
1295 <string name="fail_quit">Fail and quit</string>
1296 <string name="cancel">Cancel</string>
1297 <string name="status_ready">Ready</string>
1298 <string name="status_recording">Recording</string>
1299 <string name="status_playback">Playing back</string>
1300
Brian Muramatsu12c86912011-07-21 17:26:46 -07001301 <!-- Strings for USB accessory test activity -->
1302 <string name="usb_accessory_test">USB Accessory Test</string>
1303 <string name="usb_accessory_test_info">
Philip P. Moltmann14e298e2016-11-01 15:49:36 -07001304 1. Install the Cts Verifier USB Companion app on a separate helper device.
1305 \n\n2. Start the accessory test companion in the Cts Verifier USB Companion.
1306 \n\n3. Connect the two devices. If using a OTG adapter make sure the adapter is directly connected to the helper device. If using an Type-C cable make sure that the helper device is set as "supply power to the attached device".
1307 \n\n4. Confirm access to the USB device on the helper device.
1308 \n\n5. Confirm access to the USB accessory on this device
1309 \n\n6. Confirm access to the USB device on the helper again.
Philip P. Moltmann0b8a6232017-03-31 14:29:49 -07001310 \n\n7. Test will run and complete automatically in less than 30 seconds.
Philip P. Moltmann14e298e2016-11-01 15:49:36 -07001311 \n\n8. Cancel all further dialogs on this device
Brian Muramatsu12c86912011-07-21 17:26:46 -07001312 </string>
Philip P. Moltmann14e298e2016-11-01 15:49:36 -07001313 <string name="usb_accessory_test_step1">
1314 In this specific order:
1315 \n1. Install the Cts Verifier USB Companion app on a separate helper device.
1316 \n2. Start the accessory test companion in the Cts Verifier USB Companion.
1317 \n3. Connect the two devices. If using a OTG adapter make sure the adapter is directly connected to the helper device. If using an Type-C cable make sure that the helper device is set as "supply power to the attached device".
1318 \n4. Confirm access to the USB device on the helper device. Only confirm once.
1319 \n5. Confirm access to the USB accessory on this device.
1320 \n6. Confirm access to the USB device on the helper device again.
1321 \n\nResult: A progress indicator should appear or test will finish.
1322 </string>
1323 <string name="usb_accessory_test_step2">
1324 Test is running and will complete automatically in less than 30 seconds.
1325 </string>
Brian Muramatsu12c86912011-07-21 17:26:46 -07001326
Philip P. Moltmanncdc09182016-09-16 17:49:25 -07001327 <!-- String for the USB device test activity -->
1328 <string name="usb_device_test">USB Device Test</string>
1329 <string name="usb_device_test_info">
1330 1. Install the Cts Verifier USB Companion app on a separate helper device.
1331 \n\n2. Start the device test companion in the Cts Verifier USB Companion.
Philip P. Moltmann6e047ae2016-09-22 16:16:24 -07001332 \n\n3. Connect the two devices. If using a OTG adapter make sure the adapter is directly connected to this device. If using an Type-C cable make sure that this device is set as "supply power to the attached device".
Philip P. Moltmann23e03762018-08-24 17:00:25 -07001333 \n\n4. Confirm access to the USB device on this device. Do <u>not</u> make this app the default app for the device.
Philip P. Moltmann14e298e2016-11-01 15:49:36 -07001334 \n\n5. Confirm access to the USB accessory on the helper device.
Philip P. Moltmann23e03762018-08-24 17:00:25 -07001335 \n\n6. Confirm access to the USB device on this device again. Do <u>not</u> make this app the default app for the device.
Jim Kaye12507db2016-11-07 11:24:54 -08001336 \n\n7. Test will run and complete automatically in less than 30 seconds.
Philip P. Moltmann14e298e2016-11-01 15:49:36 -07001337 \n\n8. Cancel all further dialogs on the helper device.
1338 </string>
1339 <string name="usb_device_test_step1">
1340 In this specific order:
1341 \n1. Install the Cts Verifier USB Companion app on a separate helper device.
1342 \n2. Start the device test companion in the Cts Verifier USB Companion.
1343 \n3. Connect the two devices. If using a OTG adapter make sure the adapter is directly connected to this device. If using an Type-C cable make sure that this device is set as "supply power to the attached device".
1344 \n\nResult: A dialog should show up on this device asking for access to a USB device.
1345 </string>
1346 <string name="usb_device_test_step2">
Philip P. Moltmann23e03762018-08-24 17:00:25 -07001347 Confirm access to the USB device on this device. Do <u>not</u> make this app the default app for the device.
Philip P. Moltmann14e298e2016-11-01 15:49:36 -07001348 \n\nResult: Dialogs should show up on this device and on the helper device asking for access to a USB device/accessory.
1349 </string>
1350 <string name="usb_device_test_step3">
1351 1. Confirm access to the USB accessory on the helper device.
Philip P. Moltmann23e03762018-08-24 17:00:25 -07001352 \n2. Confirm access to the USB device on this device again. Do <u>not</u> make this app the default app for the device.
Philip P. Moltmann14e298e2016-11-01 15:49:36 -07001353 \n\nResult: A progress indicator should appear or test will finish.
1354 </string>
1355 <string name="usb_device_test_step4">
1356 Test is running and will complete automatically in a less than 30 seconds.
Philip P. Moltmanncdc09182016-09-16 17:49:25 -07001357 </string>
Philip P. Moltmann6e047ae2016-09-22 16:16:24 -07001358 <string name="usb_device_unexpected">Usb companion device is not as expected %1$s. Please retry test.</string>
Philip P. Moltmanncdc09182016-09-16 17:49:25 -07001359
Daichi Hirono0ac59fc2016-04-11 03:36:27 +00001360 <!-- Strings for MTP host test activity -->
1361 <string name="mtp_host_test">MTP Host Test</string>
Daichi Hironoa16d4a42016-04-11 03:37:07 +00001362 <string name="mtp_host_test_info">The CTS-verifier tests the MTP host feature with another Android device. Please connect another Android device to this Android device by using OTG cable or USB type C cable, then follow the instructions on this screen. Note the test creates/deletes files in the connected Android device.</string>
1363 <string name="mtp_host_device_lookup_message">Connect MTP device.\nPlease connect another Android device to this device by using USB OTG cable or USB type C cable.\nOpen \"Use USB for\" dialog from the notification in the other Android device and choose \"File Transfer\" option.\nThen press the next button.</string>
1364 <string name="mtp_host_grant_permission_message">Grant permission.\nReply a dialog asking device permission.</string>
1365 <string name="mtp_host_test_read_event_message">Test MtpDevice#readEvent.\nTake a picture at the connected device.</string>
1366 <string name="mtp_host_test_send_object_message">Test MtpDevice#sendObject.</string>
Daichi Hironoc3e217a2017-09-04 16:56:02 +09001367 <string name="mtp_host_test_file_browse_message">Test MTP file browsing.\nCheck if the UI to browse files in the connected devices was shown automatically. If not, tap a notification on this device saying the other MTP device is connected. If different application launched, go to the applicaiton settings by clicking the App Settings button, open the detailes settings page of the app, clear the default action settings, and retry. </string>
1368 <string name="mtp_app_settings">App Settings</string>
Daichi Hirono0ac59fc2016-04-11 03:36:27 +00001369
Ruben Brunk370e2432014-10-14 18:33:23 -07001370 <!-- Strings for the Camera ITS test activity -->
1371 <string name="camera_its_test">Camera ITS Test</string>
1372 <string name="camera_its_test_info">
1373 1. Connect your Android device to a computer with adb installed via a USB cable.
1374 \n\n2. Setup the CameraITS test environment by following the setup instructions in the
1375 README file found in the CameraITS directory included in the CTS Verifier bundle
1376 (cd CameraITS; source build/envsetup.sh;).
1377 \n\n3. Setup the test scene described in the CameraITS README file, and aim the camera
1378 at it.
Yin-Chia Yeha2277d02014-10-20 15:50:23 -07001379 \n\n4. Run the full ITS test suite on all possible camera Ids.
Yin-Chia Yehab98ada2015-03-05 13:28:53 -08001380 (cd CameraITS; python tools/run_all_tests.py). Once all
Ruben Brunk370e2432014-10-14 18:33:23 -07001381 of the tests have been run, the \'PASS\' button will be enabled if all of the tests have
Yin-Chia Yehd6396fb2016-05-25 12:00:05 -07001382 succeeded. Please note that these tests can take more than 2 hours to run on some devices.
Ruben Brunk370e2432014-10-14 18:33:23 -07001383 </string>
1384 <string name="no_camera_manager">
1385 No camera manager exists! This test device is in a bad state.
1386 </string>
1387 <string name="all_legacy_devices">
Yin-Chia Yehfc60c4c2015-04-08 16:59:42 -07001388 All cameras on this device are LEGACY mode only - ITS tests are only required on LIMITED
1389 or better devices. Pass.
Ruben Brunk370e2432014-10-14 18:33:23 -07001390 </string>
1391 <string name="its_test_passed">All Camera ITS tests passed. Pass button enabled!</string>
1392 <string name="its_test_failed">Some Camera ITS tests failed.</string>
Yin-Chia Yeh02eeffb2016-08-16 15:28:03 -07001393 <string name="its_version_mismatch">
1394 CtsVerifier and ITS script version mismatch. Please update CtsVerifier and ITS script.
1395 </string>
1396 <string name="its_test_progress">ITS test progress will be shown here.</string>
Ruben Brunk370e2432014-10-14 18:33:23 -07001397
Chien-Yu Chen3e5b7202015-03-05 11:09:56 -08001398 <!-- Strings for the Camera Flashlight test activity -->
1399 <string name="camera_flashlight_test">Camera Flashlight</string>
1400 <string name="camera_flashlight_info">
1401 This test checks the flashlight functionality. It will turn on and off the flashlight of
1402 each camera device that has a flash unit. Follow the instructions on screen and observe the
1403 flashlight status changing.
1404 </string>
1405 <string name="camera_flashlight_start_button">Start</string>
1406 <string name="camera_flashlight_next_button">Next</string>
1407 <string name="camera_flashlight_done_button">Done</string>
1408 <string name="camera_flashlight_on_button">On</string>
1409 <string name="camera_flashlight_off_button">Off</string>
1410 <string name="camera_flashlight_start_text">Press Start to start flashlight test.</string>
1411 <string name="camera_flashlight_question_text">Is Camera %1$s flashlight on or off?</string>
1412 <string name="camera_flashlight_next_text">Ok. Press next.</string>
1413 <string name="camera_flashlight_failed_text">Test failed. Press Done or Fail button.</string>
1414 <string name="camera_flashlight_passed_text">All tests passed. Press Done or Pass button.
1415 </string>
1416
Emilian Peevc6b9d432018-11-27 14:31:24 +00001417 <!-- Strings for the Camera Performance test activity -->
1418 <string name="camera_performance_test">Camera Performance</string>
1419 <string name="camera_performance_test_info">
1420 This activity will run performance test cases. For optimal and consistent results please
1421 make sure that all camera sensors are pointing in a direction with sufficiently bright
1422 light source.
1423 </string>
1424 <string name="camera_performance_spinner_text">Running CTS performance test case...</string>
1425 <string name="camera_performance_result_title">Test Result</string>
1426
Jeff Davidson112f2792011-08-22 09:46:46 -07001427 <!-- Strings for StreamingVideoActivity -->
1428 <string name="streaming_video">Streaming Video Quality Verifier</string>
1429 <string name="streaming_video_info">This is a test for assessing the quality of streaming videos. Play each stream and verify that the video is smooth and in sync with the audio, and that there are no quality problems.</string>
1430 <string name="sv_no_data">No videos.</string>
1431 <string name="sv_failed_title">Test Failed</string>
1432 <string name="sv_failed_message">Unable to play stream. See log for details.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001433
Roshan Pius7ec36e52019-01-14 11:05:58 -08001434 <!-- Strings for TestListActivity -->
1435 <string name="wifi_test">Wi-Fi Test</string>
1436 <string name="wifi_test_info">
1437 The Wi-Fi tests requires an open (no security) access point along with the DUT.
1438 </string>
1439 <string name="wifi_location_not_enabled">Wi-Fi / Location Mode is not enabled</string>
1440 <string name="wifi_location_not_enabled_message">These tests require Wi-Fi and Location Mode to be enabled.
1441 Click the button below to go to system settings and enable Wi-Fi and Location Mode.</string>
1442 <string name="wifi_settings">Wi-Fi Settings</string>
1443 <string name="location_settings">Location Settings</string>
1444 <string name="wifi_setup_error">
1445 Test failed.\n\nSet up error. Check whether Wi-Fi is enabled.</string>
1446 <string name="wifi_unexpected_error">
1447 Test failed.\n\nUnexpected error. Check logcat.</string>
1448
1449 <string name="wifi_status_initiating_scan">Initiating scan.</string>
1450 <string name="wifi_status_scan_failure">Unable to initiate scan.</string>
1451 <string name="wifi_status_open_network_not_found">Unable to find any open network in scan results.</string>
1452 <string name="wifi_status_initiating_network_request">Initiating network request.</string>
1453 <string name="wifi_status_network_wait_for_available">Waiting for network connection. Please click the network in the dialog that pops up for approving the request.</string>
1454 <string name="wifi_status_network_available">"Connected to network."</string>
1455 <string name="wifi_status_network_wait_for_unavailable">"Ensuring device does not connect to any network. You should see an empty dialog that pops up for approving the request."</string>
1456 <string name="wifi_status_network_unavailable">"Did not connect to any network."</string>
1457 <string name="wifi_status_network_wait_for_lost">Ensuring device does not disconnect from the network until the request is released.</string>
1458 <string name="wifi_status_network_lost">Disconnected from the network.</string>
1459 <string name="wifi_status_network_cb_timeout">Network callback timed out.</string>
1460
1461 <string name="wifi_status_test_success">Test completed successfully!</string>
1462 <string name="wifi_status_test_failed">Test failed!</string>
1463
1464 <string name="wifi_test_network_request">Network Request tests</string>
1465 <string name="wifi_test_network_request_specific">Network Request with a specific SSID and BSSID.</string>
1466 <string name="wifi_test_network_request_specific_info">Tests whether the API can be used to a connect to network with a specific SSID and BSSID specified in the request.</string>
1467 <string name="wifi_test_network_request_pattern">Network Request with a SSID and BSSID pattern.</string>
1468 <string name="wifi_test_network_request_pattern_info">Tests whether the API can be used to a connect to network with a SSID and BSSID pattern specified in the request.</string>
1469 <string name="wifi_test_network_request_unavailable">Network Request with a specific network that is unavailable.</string>
1470 <string name="wifi_test_network_request_unavailable_info">Tests that the API fails to connect when an unavailable network is specified in the request.</string>
1471
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001472 <!-- Strings for P2pTestActivity -->
1473 <string name="p2p_test">Wi-Fi Direct Test</string>
1474 <string name="p2p_test_info">
1475 The Wi-Fi Direct tests require two devices with Wi-Fi Direct enabled to exchange
1476 messages. One device must be the candidate device running the software build to
1477 be tested, while the other device must be an implementation already known to be
1478 compatible.\n\nOne device should start the requester test, and the other should
1479 start the responder test. Your device must pass both requester and responder
1480 tests.
1481 </string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001482 <string name="p2p_group_formation">Group Formation</string>
1483 <string name="p2p_join">Group Join</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001484 <string name="p2p_service_discovery">Service Discovery</string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001485
1486 <string name="p2p_go_neg_responder_test">GO Negotiation Responder Test</string>
1487 <string name="p2p_go_neg_requester_test">GO Negotiation Requester Test</string>
1488 <string name="p2p_group_owner_test">Group Owner Test</string>
Jimmy Chenc7660002018-11-16 14:28:40 +08001489 <string name="p2p_join_with_config">Group Join with Config</string>
Jimmy Chendc3bad02019-01-07 16:11:25 +08001490 <string name="p2p_join_with_config_2g_band">Group Join with Config 2G Band</string>
1491 <string name="p2p_join_with_config_fixed_frequency">
1492 Group Join with Config Fixed Frequency</string>
Jimmy Chenc7660002018-11-16 14:28:40 +08001493 <string name="p2p_group_owner_with_config_test">Group Owner With Config Test</string>
Jimmy Chendc3bad02019-01-07 16:11:25 +08001494 <string name="p2p_group_owner_with_config_2g_band_test">
1495 Group Owner With Config 2G Band Test</string>
1496 <string name="p2p_group_owner_with_config_fixed_frequency_test">
1497 Group Owner With Config Fixed Frequency Test</string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001498 <string name="p2p_group_client_test">Group Client Test</string>
Jimmy Chenc7660002018-11-16 14:28:40 +08001499 <string name="p2p_group_client_with_config_test">Group Client With Config Test</string>
Jimmy Chendc3bad02019-01-07 16:11:25 +08001500 <string name="p2p_group_client_with_config_2g_band_test">
1501 Group Client With Config 2G Band Test</string>
1502 <string name="p2p_group_client_with_config_fixed_frequency_test">
1503 Group Client With Config Fixed Frequency Test</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001504 <string name="p2p_service_discovery_responder_test">
1505 Service Discovery Responder Test</string>
1506 <string name="p2p_service_discovery_requester_test">
1507 Service Discovery Requester Test</string>
1508
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001509 <string name="p2p_go_neg_responder">GO Negotiation Responder</string>
1510 <string name="p2p_go_neg_requester">GO Negotiation Requester</string>
1511 <string name="p2p_accept_client">Group Owner</string>
1512 <string name="p2p_join_go">Group Client</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001513 <string name="p2p_service_discovery_responder">Service Discovery Responder</string>
1514 <string name="p2p_service_discovery_requester">Service Discovery Requester</string>
1515
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001516 <string name="p2p_go_neg_responder_info">
Glen Kuhne912a21a2017-06-28 16:14:49 -07001517 Go to the Security and Location settings and ensure that Location is enabled. Then go to the
1518 Wi-Fi settings and forget all remembered networks. Then start the \"GO Negotiation
1519 Requester Test\" on the other device and follow
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001520 the instructions.</string>
1521 <string name="p2p_accept_client_info">
Glen Kuhne912a21a2017-06-28 16:14:49 -07001522 Go to the Security and Location settings and ensure that Location is enabled. Then go to the
1523 Wi-Fi settings and forget all remembered networks. Then start the \"Group Client Test\" on
1524 the other device and follow
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001525 the instructions.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001526 <string name="p2p_service_discovery_responder_info">
1527 Start the \"Service Discovery Requester Test\" on the other device and follow
1528 the instructions.</string>
1529
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001530 <string name="p2p_go_neg_requester_info">
Glen Kuhne912a21a2017-06-28 16:14:49 -07001531 Go to the Security and Location settings and ensure that Location is enabled. Then go to the
1532 Wi-Fi settings and forget all remembered networks. Then start the \"GO Negotiation
1533 Responder Test\" on the other device.
Jim Kaye12507db2016-11-07 11:24:54 -08001534 Then run each test individually by clicking on its name.</string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001535 <string name="p2p_join_go_info">
Glen Kuhne912a21a2017-06-28 16:14:49 -07001536 Go to the Security and Location settings and ensure that Location is enabled. Then go to the
1537 Wi-Fi settings and forget all remembered networks. Then start the \"Group Owner Test\" on
1538 the other device.
Jim Kaye12507db2016-11-07 11:24:54 -08001539 Then run each test individually by clicking on its name.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001540 <string name="p2p_service_discovery_requester_info">
Glen Kuhne912a21a2017-06-28 16:14:49 -07001541 Go to the Security and Location settings and ensure that Location is enabled. Then go to the
1542 Wi-Fi settings and forget all remembered networks. Then start the \"Service Discovery
1543 Responder Test\" on the other device.
Jim Kaye12507db2016-11-07 11:24:54 -08001544 Then run each test individually by clicking on its name.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001545
1546 <string name="p2p_not_enabled">Wi-Fi is not enabled</string>
1547 <string name="p2p_not_enabled_message">These tests require Wi-Fi to be enabled.
1548 Click the button below to go to system settings and enable Wi-Fi.</string>
1549 <string name="p2p_settings">Wi-Fi Direct Settings</string>
1550
1551 <string name="p2p_result_success">Test passed successfully.</string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001552
1553 <string name="p2p_go_neg_responder_ready">
Paul Stewart29ce53b2016-05-26 20:53:33 -07001554 The go negotiation responder is now ready to start.
Glen Kuhne912a21a2017-06-28 16:14:49 -07001555 Go to the Security and Location settings and ensure that Location is enabled. Then go to the
1556 Wi-Fi settings and forget all remembered networks. Then start the \"GO Negotiation
1557 Requester Test\" on the other device.
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001558 Keep the screen here until all tests on the other device are
1559 finished.</string>
1560 <string name="p2p_go_ready">
Paul Stewart29ce53b2016-05-26 20:53:33 -07001561 The group owner is now ready to start.
Glen Kuhne912a21a2017-06-28 16:14:49 -07001562 Go to the Security and Location settings and ensure that Location is enabled. Then go to the
1563 Wi-Fi settings and forget all remembered networks. Then start the \"Join Group Test\" on
1564 the other device.
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001565 Keep the screen here until all tests on the other device are
1566 finished.</string>
1567 <string name="p2p_service_responder_ready">
Paul Stewart29ce53b2016-05-26 20:53:33 -07001568 The service responder is now ready to start.
Glen Kuhne912a21a2017-06-28 16:14:49 -07001569 Go to the Security and Location settings and ensure that Location is enabled. Then go to the
1570 Wi-Fi settings and forget all remembered networks. Then start the \"Service Discovery
1571 Requester Test\" on the other device.
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001572 Keep the screen here until all tests on the other device are
1573 finished.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001574
1575 <string name="p2p_setup_error">
1576 Test failed.\n\nSet up error. Check whether Wi-Fi can be enabled.</string>
1577 <string name="p2p_unexpected_error">
1578 Test failed.\n\nUnexpected error. Check logcat.</string>
1579 <string name="p2p_add_local_service_error">
1580 Test failed.\n\nFailed to add local service.</string>
1581 <string name="p2p_add_service_request_error">
1582 Test failed.\n\nFailed to add service request.</string>
1583 <string name="p2p_remove_service_request_error">
1584 Test failed.\n\nFailed to remove service request.</string>
1585 <string name="p2p_clear_service_requests_error">
1586 Test failed.\n\nFailed to clear service requests.</string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001587 <string name="p2p_connect_error">
1588 Test failed.\n\nFailed to start a p2p connection to the target device.</string>
1589 <string name="p2p_remove_group_error">
1590 Test failed.\n\nFailed to remove a p2p group.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001591 <string name="p2p_discover_peers_error">
1592 Test failed.\n\nFailed to discover peers.</string>
1593 <string name="p2p_discover_services_error">
1594 Test failed.\n\nFailed to discover services.</string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001595 <string name="p2p_ceate_group_error">
1596 Test failed.\n\nFailed to start up group owner.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001597 <string name="p2p_no_service_requests_error">
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001598 Test failed.\n\n\"NO_SERVICE_REQUESTS\" error did not occur.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001599 <string name="p2p_receive_invalid_response_error">
1600 Test failed.\n\nReceived an invalid message or could not receive
1601 the expected message.\n\n</string>
1602 <string name="p2p_target_not_found_error">Test failed.\n\n
1603 The target responder device was NOT found. Start up the responder
1604 test on the other device, then run the test again.</string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001605 <string name="p2p_target_invalid_role_error">Test failed.\n\n
1606 The target responder must be p2p device. However, the target responder
1607 device was group owner. Check the test case on the other device.</string>
1608 <string name="p2p_target_invalid_role_error2">Test failed.\n\n
1609 The target responder must be group owner. However, the target responder
1610 device was p2p device. Check the test case on the other device.</string>
1611 <string name="p2p_connection_error">
1612 Test failed.\n\nFailed to establish a p2p connection.</string>
1613 <string name="p2p_detect_disconnection_error">
1614 Test failed.\n\nFailed to detect client disconnection.</string>
1615 <string name="p2p_disconnect_error">
1616 Test failed.\n\nFailed to disconnect a p2p connection.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001617
1618 <string name="p2p_search_target">Search Target</string>
1619 <string name="p2p_searching_target">Searching for target device ...</string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001620 <string name="p2p_checking_serv_capab">Checking the service discovery
1621 capability ...</string>
1622 <string name="p2p_connecting_with_pbc">Trying to connect the target device ...\n\n
1623 Click the \"OK\" button on the other device to accept the connection
1624 request from this device.</string>
1625 <string name="p2p_connecting_with_pin">Trying to connect the target device ...\n\n
1626 Enter the pin number on the other device.</string>
1627 <string name="p2p_waiting_for_peer_to_connect">Waiting for peer to
1628 connect ...</string>
1629 <string name="p2p_waiting_for_peer_to_disconnect">Waiting for peer
1630 to disconnect ...</string>
Angus Konga0216882013-03-06 17:51:11 -08001631
Etan Cohenc4f972a2017-03-15 15:57:35 -07001632 <!-- Strings for TestListActivity -->
1633 <string name="aware_test">Wi-Fi Aware Test</string>
1634 <string name="aware_test_info">
1635 The Wi-Fi Aware tests require two devices with Wi-Fi enabled. One device must
1636 be the candidate device running the software build to be tested, while the other
1637 device must be an implementation already known to be compatible.\n\nThere are
1638 tests for Publisher and Subscriber, Responder and Initiator. One device should
1639 start in a role, and the other should start in the complementary
1640 role. Your device must pass the tests in all roles.
1641 </string>
Etan Cohen8d660ef2018-03-21 12:45:12 -07001642 <string name="aware_not_enabled">Wi-Fi / Location Mode is not enabled</string>
1643 <string name="aware_not_enabled_message">These tests require Wi-Fi and Location Mode to be enabled.
1644 Click the button below to go to system settings and enable Wi-Fi and Location Mode.</string>
Etan Cohenc4f972a2017-03-15 15:57:35 -07001645 <string name="aware_settings">Wi-Fi Settings</string>
1646 <string name="aware_setup_error">
1647 Test failed.\n\nSet up error. Check whether Wi-Fi is enabled.</string>
1648 <string name="aware_unexpected_error">
1649 Test failed.\n\nUnexpected error. Check logcat.</string>
1650
1651 <string name="aware_dp_ib_open_unsolicited">Data Path: Open: Unsolicited/Passive</string>
Etan Cohen8db05d12017-03-16 16:48:09 -07001652 <string name="aware_dp_ib_passphrase_unsolicited">Data Path: Passphrase: Unsolicited/Passive</string>
1653 <string name="aware_dp_ib_open_solicited">Data Path: Open: Solicited/Active</string>
1654 <string name="aware_dp_ib_passphrase_solicited">Data Path: Passphrase: Solicited/Active</string>
Etan Cohen3d6ac442018-03-01 13:44:25 -08001655 <string name="aware_discovery_ranging">Discovery with Ranging</string>
Etan Cohenc4f972a2017-03-15 15:57:35 -07001656 <string name="aware_publish">Publish</string>
1657 <string name="aware_subscribe">Subscribe</string>
1658
Etan Cohen480272d2017-03-17 15:15:02 -07001659 <string name="aware_dp_oob_open">Data Path (OOB): Open</string>
1660 <string name="aware_dp_oob_passphrase">Data Path (OOB): Passphrase</string>
1661 <string name="aware_responder">Responder</string>
1662 <string name="aware_initiator">Initiator</string>
1663
Etan Cohen69e0a7c2017-03-15 16:12:10 -07001664 <string name="aware_status_attached">Attached ...</string>
1665 <string name="aware_status_attach_fail">Attach failure!</string>
1666 <string name="aware_status_attach_timeout">Attach failure - timed out!</string>
Etan Cohen480272d2017-03-17 15:15:02 -07001667 <string name="aware_status_identity">Discovery (Identity) MAC address: %1$s ...</string>
1668 <string name="aware_status_identity_fail">Identity listener failure - timed out!</string>
Etan Cohen69e0a7c2017-03-15 16:12:10 -07001669 <string name="aware_status_subscribe_started">Subscribe discovery session started ...</string>
1670 <string name="aware_status_subscribe_failed">Subscribe failure!</string>
1671 <string name="aware_status_subscribe_timeout">Subscribe failure - timed out!</string>
1672 <string name="aware_status_subscribe_null_session">Subscribe failure - null session!</string>
1673 <string name="aware_status_publish_started">Publish discovery session started ...</string>
1674 <string name="aware_status_publish_failed">Publish failure!</string>
1675 <string name="aware_status_publish_timeout">Publish failure - timed out!</string>
1676 <string name="aware_status_publish_null_session">Publish failure - null session!</string>
1677 <string name="aware_status_discovery">Service discovered ...</string>
Etan Cohen8abd7512018-04-25 17:56:06 -07001678 <string name="aware_status_discovery_with_info">Service discovered ... peer MAC : %1$s</string>
Etan Cohen69e0a7c2017-03-15 16:12:10 -07001679 <string name="aware_status_discovery_timeout">Service discovery failure - timed out!</string>
1680 <string name="aware_status_discovery_fail">Service discovery failure - parameter mismatch!</string>
1681 <string name="aware_status_send_success">Sent message successfully ...</string>
1682 <string name="aware_status_send_failed">Send message failure!</string>
1683 <string name="aware_status_send_timeout">Send message failure - timed out!</string>
1684 <string name="aware_status_send_fail_parameter">Send message failure - mismatched ids!</string>
1685 <string name="aware_status_received">Received message ...</string>
Etan Cohen8abd7512018-04-25 17:56:06 -07001686 <string name="aware_status_starting_rtt">Starting RTT operations ...</string>
1687 <string name="aware_status_waiting_for_peer_rtt">Pausing to let other device perform RTT ...</string>
1688 <string name="aware_status_received_peer_rtt_done">Other device done with RTT ...</string>
Etan Cohen480272d2017-03-17 15:15:02 -07001689 <string name="aware_status_received_mac">Received peer MAC address: %1$s ...</string>
Etan Cohen69e0a7c2017-03-15 16:12:10 -07001690 <string name="aware_status_receive_timeout">Receive message failure - timed out!</string>
1691 <string name="aware_status_receive_failure">Receive message failure - didn\'t receive expected message!</string>
1692 <string name="aware_status_network_requested">Network requested ...</string>
1693 <string name="aware_status_network_success">Network formed ...</string>
1694 <string name="aware_status_network_failed">Network request failure - timed out!</string>
Etan Cohen1f805e52019-01-08 14:16:20 -08001695 <string name="aware_status_network_failed_leak">Failure: Network request success - but leaked information!</string>
Etan Cohen480272d2017-03-17 15:15:02 -07001696 <string name="aware_status_sleeping_wait_for_responder">Pausing to let Responder time to set up ...</string>
Etan Cohen8d660ef2018-03-21 12:45:12 -07001697 <string name="aware_status_ranging_peer_failure">Ranging to PeerHandle failure: %1$d failures of %2$d attempts!</string>
1698 <string name="aware_status_ranging_mac_failure">Ranging to MAC address failure: %1$d failures of %2$d attempts!</string>
1699 <string name="aware_status_ranging_peer_success">Ranging to PeerHandle success: %1$d successes of %2$d attempts!</string>
1700 <string name="aware_status_ranging_mac_success">Ranging to MAC address success: %1$d successes of %2$d attempts!</string>
Etan Cohen8abd7512018-04-25 17:56:06 -07001701 <string name="aware_status_lifecycle_failed">Discovery lifecycle FAILURE!</string>
Etan Cohen69e0a7c2017-03-15 16:12:10 -07001702 <string name="aware_status_lifecycle_ok">Discovery lifecycle validated!</string>
1703
Etan Cohenc4f972a2017-03-15 15:57:35 -07001704 <string name="aware_data_path_open_unsolicited_publish">Data Path: Open: Unsolicited Publish</string>
1705 <string name="aware_data_path_open_unsolicited_publish_info">The publisher is now ready.\n\nOn the other device: start the \'Data Path: Open: Unsolicited/Passive\' / \'Subscribe\' test.</string>
1706 <string name="aware_data_path_open_passive_subscribe">Data Path: Open: Passive Subscribe</string>
1707
Etan Cohen8db05d12017-03-16 16:48:09 -07001708 <string name="aware_data_path_passphrase_unsolicited_publish">Data Path: Passphrase: Unsolicited Publish</string>
1709 <string name="aware_data_path_passphrase_unsolicited_publish_info">The publisher is now ready.\n\nOn the other device: start the \'Data Path: Passphrase: Unsolicited/Passive\' / \'Subscribe\' test.</string>
1710 <string name="aware_data_path_passphrase_passive_subscribe">Data Path: Passphrase: Passive Subscribe</string>
1711
1712 <string name="aware_data_path_open_solicited_publish">Data Path: Open: Solicited Publish</string>
1713 <string name="aware_data_path_open_solicited_publish_info">The publisher is now ready.\n\nOn the other device: start the \'Data Path: Open: Solicited/Active\' / \'Subscribe\' test.</string>
1714 <string name="aware_data_path_open_active_subscribe">Data Path: Open: Active Subscribe</string>
1715
1716 <string name="aware_data_path_passphrase_solicited_publish">Data Path: Passphrase: Solicited Publish</string>
1717 <string name="aware_data_path_passphrase_solicited_publish_info">The publisher is now ready.\n\nOn the other device: start the \'Data Path: Passphrase: Solicited/Active\' / \'Subscribe\' test.</string>
1718 <string name="aware_data_path_passphrase_active_subscribe">Data Path: Passphrase: Active Subscribe</string>
1719
Etan Cohen480272d2017-03-17 15:15:02 -07001720 <string name="aware_data_path_oob_open_responder">Data Path (OOB): Open: Responder</string>
1721 <string name="aware_data_path_oob_open_responder_info">The responder is now ready.\n\nOn the other device: start the \'Data Path (OOB): Open\' / \'Initiator\' test.</string>
1722 <string name="aware_data_path_oob_open_initiator">Data Path (OOB): Open: Initiator</string>
1723
1724 <string name="aware_data_path_oob_passphrase_responder">Data Path (OOB): Passphrase: Responder</string>
1725 <string name="aware_data_path_oob_passphrase_responder_info">The responder is now ready.\n\nOn the other device: start the \'Data Path (OOB): Passphrase\' / \'Initiator\' test.</string>
1726 <string name="aware_data_path_oob_passphrase_initiator">Data Path (OOB): Passphrase: Initiator</string>
1727
Etan Cohen3d6ac442018-03-01 13:44:25 -08001728 <string name="aware_discovery_ranging_publish">Discovery with Ranging: Publish</string>
1729 <string name="aware_discovery_ranging_publish_info">The publisher is now ready.\n\nOn the other device: start the \'Discovery with Ranging\' / \'Subscribe\' test.</string>
1730 <string name="aware_discovery_ranging_subscribe">Discovery with Ranging: Subscribe</string>
1731
Angus Konga0216882013-03-06 17:51:11 -08001732 <string name="camera_fov_calibration">Camera FOV Calibration</string>
1733 <string name="camera_fov_calibration_done">Done</string>
1734 <string name="camera_fov_general_settings">General settings</string>
1735 <string name="camera_fov_label_options">Settings</string>
1736 <string name="camera_fov_tap_to_take_photo">Tap to calibrate</string>
1737 <string name="camera_fov_marker_distance">Marker distance (in cm)</string>
1738 <string name="camera_fov_marker_distance_description">The distance in centimeters between
1739 the solid lines on the target pattern.</string>
1740 <string name="camera_fov_target_distance">Target distance (in cm)</string>
1741 <string name="camera_fov_target_distance_description">The distance in centimeters from the
1742 device to the target pattern.</string>
1743 <string name="camera_fov_settings_button_text">Setup</string>
Sascha Haeberling28cb27c2013-05-03 18:19:07 -07001744 <string name="camera_fov_change_preview_sizes_button_text">Preview Sizes</string>
1745 <string name="camera_fov_choose_preview_size_for_camera">Choose preview size for camera %1$s</string>
Angus Konga0216882013-03-06 17:51:11 -08001746 <string name="camera_fov_displayed_fov_label">Displayed FOV : </string>
1747 <string name="camera_fov_reported_fov_label">Reported FOV : </string>
Sascha Haeberling117c60c2013-06-11 13:26:42 -07001748 <string name="camera_fov_reported_fov_problem">Reported FOV problem</string>
1749 <string name="camera_fov_reported_fov_problem_message">The reported FOV before takePicture() is
1750 different from when onPictureTaken() is called.\nAs picture size has not been changed, the
1751 reported FOV should be identical at both times.\n\nFOV before/after: %1$f / %2$f</string>
1752
Angus Konga0216882013-03-06 17:51:11 -08001753 <string name="camera_fov_panorama_wallpaper_title">Photo Sphere Live Wallpaper</string>
1754 <string name="camera_fov_panorama_wallpaper_description">This live wallapper displays photo
1755 spheres.</string>
1756 <string name="camera_fov_select_panorama">Select panorama</string>
1757 <string name="camera_fov_select_panorama_description">Select a panorama to display in the
1758 live wallpaper.</string>
1759 <string name="camera_fov_reset_panorama">Reset panorama</string>
1760 <string name="camera_fov_reset_panorama_description">Resets the panorama to show the demo
1761 file.</string>
1762 <string name="camera_fov_enable_compass_mode">Enable compass mode</string>
1763 <string name="camera_fov_enable_compass_mode_description">If enabled, the panorama orients
1764 itself according to the current rotation of the device.</string>
1765
Chris Wrenf102e542013-04-30 17:52:57 -04001766 <string name="test_category_notifications">Notifications</string>
Chris Wrenf9509802014-11-18 17:42:36 -05001767 <string name="package_priority_test">Notification Package Priority Test</string>
1768 <string name="package_priority_info">This test checks that the NotificationManagerService respects
1769 user preferences about relative package priorities.
1770 </string>
Chris Wren7b75fe22015-01-13 09:54:34 -05001771 <string name="package_priority_bot">Verifying that the CTS Robot helper package is installed.</string>
Chris Wren7dc9a9e2016-04-27 15:47:14 -04001772 <string name="package_priority_high">Find \"%s\" in the \"Notifications\" settings panel, and allow it to Override Do Not Disturb.</string>
1773 <string name="package_priority_default">Find \"%s\" in the \"Notifications\" settings panel, and disallow it to Override Do Not Disturb.</string>
Chris Wrenf9509802014-11-18 17:42:36 -05001774 <string name="package_priority_user_order">Check that ranker respects user priorities.</string>
1775
Makoto Onuki40510a92016-09-14 15:52:57 -07001776 <string name="shortcut_reset_test">Shortcut Reset Rate-limiting Test</string>
1777 <string name="shortcut_reset_info">This test checks that when an inline-reply happens, ShortcutManager\'s rate-limiting
1778 is reset.</string>
1779 <string name="shortcut_reset_bot">Verifying that the CTS Robot helper package is installed.</string>
1780 <string name="shortcut_reset_start">Showing the notification.</string>
1781 <string name="shortcut_reset_prompt_inline_reply">Open the notification shade,
1782 find the \"Shortcut Reset Rate-limiting Test\" notification, type something in the inline-reply field and
1783 press the send button.</string>
1784 <string name="shortcut_reset_check_result">Check ShortcutManager rate-limit has been reset.</string>
1785
Chris Wrenbcdef182014-09-22 17:56:38 -04001786 <string name="attention_test">Notification Attention Management Test</string>
1787 <string name="attention_info">This test checks that the NotificationManagerService is
1788 respecting user preferences about notification ranking and filtering.
1789 </string>
Julia Reynolds17ad95b2017-10-11 14:21:41 -04001790 <string name="ringer_mode_tests">Ringer Mode Tests</string>
1791 <string name="ringer_mode_info">This test checks that Audio manager functionality that requires
1792 particular ringer mode states works properly.
1793 </string>
Julia Reynoldsc593e6f2018-01-24 10:26:38 -05001794 <string name="ringer_mode_pass_test">These tests are handled by CTS.</string>
Julia Reynolds17ad95b2017-10-11 14:21:41 -04001795 <string name="test_sound_effects">Test sound effects</string>
1796 <string name="test_vibrate_notification">Test vibrate notification</string>
1797 <string name="test_vibrate_ringer">Test vibrate ringer</string>
1798 <string name="test_access_ringer_mode">Test access ringer mode</string>
1799 <string name="test_ringer_mode_policy_access">Test ringer mode policy access</string>
1800 <string name="test_volume_dnd_affected_stream">Test volume change</string>
1801 <string name="test_mute_dnd_affected_streams">Test mute streams</string>
1802 <string name="test_ringer_manager">Test RingtoneManager</string>
1803 <string name="enable_sound_effects">Please enable sound effects in Sound settings.</string>
Chris Wrenbcdef182014-09-22 17:56:38 -04001804 <string name="attention_ready">I\'m done</string>
Julia Reynolds17ad95b2017-10-11 14:21:41 -04001805 <string name="attention_filter_any">Please enable \"Do not disturb\" by tapping the Quick Settings tile.</string>
Chris Wrend12fd342015-08-03 17:16:36 -04001806 <string name="attention_filter_all">Please disable \"Do not disturb\" by tapping the Quick Settings tile.</string>
Beverly8cafc1f2018-01-26 13:24:17 -05001807 <string name="attention_filter_priority">Please enable \"Do not disturb\" by tapping the Quick
1808 Settings tile. Then, long press the same tile and customize the setting to allow messages
1809 from starred contacts only.</string>
1810 <string name="attention_filter_priority_mimic_alarms_only">Please enable Priority-Only \"Do not disturb\"
1811 by tapping the Quick Settings tile. Then, long press the same tile and customize the setting to allow sounds
1812 from Alarms and Media (if applicable) only.</string>
Chris Wrenbcdef182014-09-22 17:56:38 -04001813 <string name="attention_create_contacts">Create contacts for notification annotations.</string>
1814 <string name="attention_delete_contacts">Delete test contacts.</string>
1815 <string name="attention_default_order">Check that ranker defaults to time order.</string>
1816 <string name="attention_priority_order">Check that ranker respects developers priorities.</string>
1817 <string name="attention_ambient_bit">Check that the ambient bit is set appropriately.</string>
1818 <string name="attention_lookup_order">Check that ranker respects Lookup URIs for contacts.</string>
1819 <string name="attention_email_order">Check that ranker respects mailto URIs for contacts.</string>
1820 <string name="attention_phone_order">Check that ranker respects telephone URIs for contacts.</string>
1821 <string name="attention_interruption_order">Check that ranker temporarily boosts interruptions.
Chris Wren30c0ebd2016-04-28 10:15:37 -04001822 This test takes 30 seconds to complete.</string>
Beverly636eb292017-09-29 14:01:43 -04001823 <string name="attention_none_are_filtered_messages">Check that \"All\" mode doesn\'t filter any notifications (messages).</string>
1824 <string name="attention_none_are_filtered_diff_categories">Check that \"All\" mode doesn\'t filter any notifications (event, reminder, alarm).</string>
1825 <string name="attention_some_are_filtered_messages">Check that \"Priority\" mode doesn\'t filter priority notifications (messages from starred contacts).</string>
1826 <string name="attention_some_are_filtered_alarms">Check that \"Priority\" mode doesn\'t filter priority notifications (alarms).</string>
1827 <string name="attention_some_are_filtered_media_system_other">Check that \"Priority\" mode doesn\'t filter priority notifications (media, system, other).</string>
Chris Wrenbcdef182014-09-22 17:56:38 -04001828 <string name="attention_all_are_filtered">Check that \"None\" mode filters all notifications.</string>
Beverly5ea55252017-12-18 13:38:15 -05001829 <string name="attention_cannot_disallow_alarms_or_media">Check that apps targeted with Pre-P SDK can\'t disallow alarms or media from bypassing DND.</string>
Chris Wrenf102e542013-04-30 17:52:57 -04001830 <string name="nls_test">Notification Listener Test</string>
Julia Reynolds236c28c2016-11-10 09:53:30 -05001831 <string name="nas_test">Notification Assistant Test</string>
Chris Wrenf102e542013-04-30 17:52:57 -04001832 <string name="nls_service_name">Notification Listener for CTS Verifier</string>
1833 <string name="nls_info">This test checks that a NotificationListenerService can be enabled
Chris Wrenbcdef182014-09-22 17:56:38 -04001834 and disabled, and that once enabled the service is able to receive notifications and
Chris Wrenf102e542013-04-30 17:52:57 -04001835 dismiss them.
1836 </string>
Julia Reynolds236c28c2016-11-10 09:53:30 -05001837 <string name="nas_service_name">Notification Assistant for CTS Verifier</string>
1838 <string name="nas_info">This test checks that a NotificationAssistantService can be enabled
1839 and disabled, and that once enabled the service is able to receive notifications and
1840 dismiss them.
1841 </string>
Shane Brennan7083e642017-03-14 11:02:25 -07001842 <string name="msg_extras_preserved">Check that Message extras Bundle was preserved.</string>
Ruben Brunk95a3ece2015-12-17 16:29:45 -08001843 <string name="vr_tests">VR Tests</string>
1844 <string name="test_category_vr">VR</string>
1845 <string name="vr_test_title">VR Listener Test</string>
1846 <string name="vr_service_name">VR Listener for CTS Verifier</string>
1847 <string name="vr_info">This test checks that a VrListenerService can be enabled and disabled, and
1848 and that it receives the correct lifecycle callbacks when entering and exiting VR mode.
1849 </string>
1850 <string name="vr_start_settings">Launch Settings</string>
1851 <string name="vr_start_vr_activity">Launch VR mode activity</string>
1852 <string name="vr_start_double_vr_activity">Launch Two VR mode activities</string>
1853 <string name="vr_start_vr_activity_desc">Click the button to launch the VR mode activity.</string>
1854 <string name="vr_start_vr_double_activity_desc">Click the button to launch two consecutive VR mode activities.</string>
1855 <string name="vr_check_disabled">Check that the CTS VR helper service is disabled by default.</string>
1856 <string name="vr_enable_service">Please enable \"VR Listener for CTS Verifier\"
1857 under Apps > Gear Icon > Special Access > VR Helper Services and return here.</string>
1858 <string name="vr_disable_service">Please disable \"VR Listener for CTS Verifier\"
1859 under Apps > Gear Icon > Special Access > VR Helper Services and return here.</string>
Julia Reynolds236c28c2016-11-10 09:53:30 -05001860 <string name="nas_enable_service">Please enable \"Notification Assistant for CTS Verifier\"
1861 under Apps > Gear Icon > Default > Notification Assistant and return here.</string>
1862 <string name="nas_disable_service">Please disable \"Notification Assistant for CTS Verifier\"
1863 under Apps > Gear Icon > Default > Notification Assistant and return here.</string>
destradaa65c7cdb2013-10-28 16:36:12 -07001864 <string name="nls_enable_service">Please enable \"Notification Listener for CTS Verifier\"
Chris Wren7dc9a9e2016-04-27 15:47:14 -04001865 under Apps > Gear Icon > Special Access > Notification Access and return here.</string>
Julia Reynolds1d734e72018-01-23 08:59:45 -05001866 <string name="nls_block_app">Please block the linked application and return here.</string>
1867 <string name="nls_unblock_app">Please unblock the linked application and return here.</string>
Julia Reynolds3269a7d2017-11-17 15:26:15 -05001868 <string name="nls_block_channel">Please block the linked notification channel and return here.</string>
1869 <string name="nls_block_group">Please block the linked notification channel group and return here.</string>
Julia Reynolds712305e2017-10-11 14:21:41 -04001870 <string name="nls_cannot_enable_service">Please make sure you cannot enable
1871 \"Notification Listener for CTS Verifier\" and return here.</string>
destradaa65c7cdb2013-10-28 16:36:12 -07001872 <string name="nls_disable_service">Please disable \"Notification Listener for CTS Verifier\"
Chris Wren7dc9a9e2016-04-27 15:47:14 -04001873 under Apps > Gear Icon > Special Access > Notification Access and return here.</string>
Chris Wrenf102e542013-04-30 17:52:57 -04001874 <string name="nls_start_settings">Launch Settings</string>
1875 <string name="nls_service_started">Service should start once enabled.</string>
Julia Reynolds236c28c2016-11-10 09:53:30 -05001876 <string name="nas_note_enqueued_received">Check that notification was enqueued.</string>
Chris Wrenf102e542013-04-30 17:52:57 -04001877 <string name="nls_note_received">Check that notification was received.</string>
1878 <string name="nls_payload_intact">Check that notification payload was intact.</string>
Gus Prevascf885f62018-12-17 16:13:07 -05001879 <string name="nls_audibly_alerted">Check that notification audibly alerting was reported correctly.</string>
Julia Reynolds63c27d42016-12-06 15:31:04 -05001880 <string name="nas_adjustment_payload_intact">Check that the Assistant can adjust notifications.</string>
Julia Reynolds8e952d32017-01-04 16:37:59 -05001881 <string name="nas_adjustment_enqueue_payload_intact">Check that the Assistant can adjust notifications on enqueue.</string>
Julia Reynolds85838db2016-12-09 15:36:48 -05001882 <string name="nas_create_channel">Check that the Assistant can create a Notification Channel for another app.</string>
1883 <string name="nas_update_channel">Check that the Assistant can update a Notification Channel for another app.</string>
Julia Reynolds58c08602016-12-16 15:56:53 -05001884 <string name="nas_block_channel">Check that the Assistant can block a Notification Channel.</string>
Julia Reynolds85838db2016-12-09 15:36:48 -05001885 <string name="nas_delete_channel">Check that the Assistant can delete a Notification Channel for another app.</string>
Julia Reynoldsadbbb822017-01-10 11:35:55 -05001886 <string name="nas_snooze_context">Check that the Assistant can snooze a notification until a given context.</string>
Chris Wrenf102e542013-04-30 17:52:57 -04001887 <string name="nls_clear_one">Check that service can clear a notification.</string>
Julia Reynolds236c28c2016-11-10 09:53:30 -05001888 <string name="nls_clear_one_reason">Check that service can clear a notification and receive the correct reason for dismissal.</string>
Julia Reynoldsa2a20142017-09-26 10:53:13 -04001889 <string name="nls_clear_one_stats">Check that service does not receive notification stats.</string>
Chris Wrenf102e542013-04-30 17:52:57 -04001890 <string name="nls_clear_all">Check that service can clear all notifications.</string>
1891 <string name="nls_service_stopped">Service should stop once disabled.</string>
1892 <string name="nls_note_missed">Check that notification was not received.</string>
Julia Reynoldsd4096ac2016-11-22 09:28:09 -05001893 <string name="nls_snooze">Check the service can be snoozed.</string>
1894 <string name="nls_unsnooze">Check the service can be unsnoozed.</string>
1895 <string name="nls_hints">Check that the listener can set hints.</string>
1896 <string name="nls_snooze_one">Check that service can snooze a notification.</string>
1897 <string name="nls_snooze_one_time">Check that service can snooze a notification for a given time.</string>
Julia Reynoldsb24327d2017-01-24 15:52:28 -05001898 <string name="nls_get_snoozed">Check that service can retrieve snoozed notifications.</string>
Julia Reynoldsd4096ac2016-11-22 09:28:09 -05001899 <string name="nls_unsnooze_one">Check that service can unsnooze a notification.</string>
Julia Reynolds236c28c2016-11-10 09:53:30 -05001900 <string name="nas_note_missed_enqueued">Check that notification was not enqueued.</string>
Julia Reynoldsae110332015-11-02 15:19:15 -05001901 <string name="cp_test">Condition Provider test</string>
1902 <string name="cp_service_name">Condition Provider for CTS Verifier</string>
Julia Reynolds712305e2017-10-11 14:21:41 -04001903 <string name="cp_info">This test checks that on non-low ram a ConditionProviderService can be enabled
Julia Reynoldsae110332015-11-02 15:19:15 -05001904 and disabled, and that once enabled the service is able to create, query, edit, and delete
Julia Reynolds712305e2017-10-11 14:21:41 -04001905 automatic zen rules. On low ram devices condition providers should not be bound.
Julia Reynoldsae110332015-11-02 15:19:15 -05001906 </string>
Julia Reynolds712305e2017-10-11 14:21:41 -04001907 <string name="cp_cannot_enable_service">Please make sure you cannot enable \"CTS Verifier\" under Do Not Disturb access and return here.</string>
Julia Reynoldsae110332015-11-02 15:19:15 -05001908 <string name="cp_enable_service">Please enable \"CTS Verifier\" under Do Not Disturb access and return here.</string>
1909 <string name="cp_disable_service">Please disable \"CTS Verifier\" under Do Not Disturb access and return here.</string>
1910 <string name="cp_start_settings">Launch Settings</string>
1911 <string name="cp_create_rule">Creating Automatic Zen Rule</string>
Beverly3b07ee72018-10-17 15:33:43 -04001912 <string name="cp_create_rule_with_zen_policy">Creating Automatic Zen Rule with Zen Policy</string>
Julia Reynolds24d8f982016-06-24 09:30:16 -04001913 <string name="cp_update_rule">Updating Automatic Zen Rule</string>
Beverly3b07ee72018-10-17 15:33:43 -04001914 <string name="cp_update_rule_use_zen_policy">Updating Automatic Rule to Use Zen Policy</string>
Julia Reynoldsae110332015-11-02 15:19:15 -05001915 <string name="cp_subscribe_rule">Subscribing to Automatic Zen Rule</string>
1916 <string name="cp_service_started">Service should start once enabled.</string>
1917 <string name="cp_service_stopped">Service should stop once disabled.</string>
1918 <string name="cp_unsubscribe_rule">Unsubscribing to Automatic Zen Rule</string>
1919 <string name="cp_delete_rule">Deleting Automatic Zen Rule</string>
1920 <string name="cp_get_rules">Retrieving Automatic Zen Rules</string>
1921 <string name="cp_get_rule">Retrieving Automatic Zen Rule</string>
destradaa65c7cdb2013-10-28 16:36:12 -07001922
Maggie Benthall3278c022013-10-04 18:50:51 -04001923 <string name="cacert_test">CA Cert Notification Test</string>
1924 <string name="cacert_info">This test checks that when a CA Certificate is installed, the user is notified.</string>
1925 <string name="cacert_do_something">Do it</string>
1926 <string name="cacert_done">Done</string>
Robin Lee7dbe9de2016-05-18 11:44:54 +01001927 <string name="cacert_install_cert">Use the CertInstaller to install the certificate "MyCA.cer" from device storage. When it opens, choose any name and tap "Okay". If this button does nothing, pass the test and move on.</string>
Maggie Benthall3278c022013-10-04 18:50:51 -04001928 <string name="cacert_check_cert_in_settings">Visit the user-installed trusted credentials page and confirm that the "Internet Widgits Pty Ltd" cert appears in the list.</string>
Robin Lee35476202016-05-03 09:39:04 +01001929 <string name="cacert_remove_screen_lock">You may have been prompted to set a screen lock when installing the certificate. If so, remove it. If not, you may skip this step.</string>
1930 <string name="cacert_check_notification">Look at the system notifications. Confirm that:\n
19311. There is a notification saying a certificate authority is installed.\n
19322. Tapping that notification brings up a more detailed explanation and a button to check trusted credentials.\n
19333. Tapping that button brings up the Trusted Credentials page you just visited.</string>
Robin Lee7dbe9de2016-05-18 11:44:54 +01001934 <string name="cacert_dismiss_notification">Open the notification and follow the link to remove CA certificates. If removing CA certificates does not dismiss the notification, fail the test.</string>
Maggie Benthall3278c022013-10-04 18:50:51 -04001935
1936 <string name="caboot_test">CA Cert Notification on Boot test</string>
1937 <string name="caboot_info">This test is to confirm that when the user has installed a trusted credential, the system notifies the user when it boots.</string>
Eran Messerie8cd6432018-02-13 13:48:17 +00001938 <string name="caboot_check_cert_installed">Please check here to see whether a certificate is already installed. If this button does nothing, pass the test and move on.</string>
Maggie Benthall3278c022013-10-04 18:50:51 -04001939 <string name="caboot_check_creds">Check Credentials</string>
Eran Messerie8cd6432018-02-13 13:48:17 +00001940 <string name="caboot_if_not_installed">Only if there is no credential currently installed, install one.</string>
Maggie Benthall3278c022013-10-04 18:50:51 -04001941 <string name="caboot_install_cert">Install credential</string>
Eran Messerie8cd6432018-02-13 13:48:17 +00001942 <string name="caboot_remove_screen_lock">Remove screen lock</string>
Maggie Benthall3278c022013-10-04 18:50:51 -04001943 <string name="caboot_reboot_desc">Please reboot the device and return to this test.</string>
1944 <string name="caboot_after_boot">AFTER REBOOTING: Check that there is a notification that the network may be monitored. Opening that notification should show a dialog box giving more information, with a button to check trusted credentials. This should open up the same view of trusted credentials that you get via the "Check credentials" button.</string>
1945
Robin Leeb4be0a92015-06-15 19:13:00 -07001946 <!-- Strings for KeyChain -->
1947 <string name="keychain_test">KeyChain Storage Test</string>
1948 <string name="keychain_info">This test checks that credentials installed to the system can be granted, retrieved, and used to create valid HTTPS connections.</string>
1949 <string name="keychain_reset">Reset</string>
1950 <string name="keychain_skip">Skip</string>
1951 <string name="keychain_setup_desc">The first step sets up an internal KeyStore and generates credentials to use for the remainder of the test.\n\n
Kevin Ma346cdde2016-03-16 16:29:25 -07001952 Tap \'Next\' to begin.</string>
1953 <string name="keychain_install_desc">Credentials generated. Tap \'Next\' to install them to the system keychain.\n\n
Robin Leeb4be0a92015-06-15 19:13:00 -07001954The container for the credentials will not be protected with a password; if prompted for one, leave that field blank.\n\n
1955During installation you may be prompted for a name - accept the default suggestion.\n\n
1956In the case that these credentials were already installed, you may skip this step.</string>
1957 <string name="keychain_https_desc">The last test involves setting up an HTTPS connection using credentials from the KeyChain.\n\n
1958You should be prompted to select credentials; choose the ones you just installed in the previous step.</string>
Kevin Ma346cdde2016-03-16 16:29:25 -07001959 <string name="keychain_reset_desc">Before marking this test as passed, tap \'Next\' to open security settings and reset the following items:\n
Robin Leeb4be0a92015-06-15 19:13:00 -07001960 1. Clear device credentials.\n
1961 2. Change the lock screen type to \'None\'.</string>
1962
Adam Cohen8ae96702013-05-17 14:21:23 -07001963 <!-- Strings for Widget -->
1964 <string name="widget_framework_test">Widget Framework Test</string>
1965 <string name="widget_framework_test_info">This test checks some basic features of the widget
1966 framework. In order to perform the test, press the Home button. Add the widget
1967 titled "CTS Verifier" to the home screen. Follow the instructions in the widget.</string>
1968 <string name="widget_name">Widget Framework Test</string>
1969 <string name="widget_pass">Pass</string>
1970 <string name="widget_fail">Fail</string>
Alon Albert4106ff12013-10-01 12:36:02 -07001971
Robin Lee020f1852015-01-15 11:56:05 +00001972 <string name="provisioning_byod_nonmarket_allow">Enable non-market apps</string>
1973 <string name="provisioning_byod_nonmarket_allow_info">
1974 This test verifies that non-market apps can be installed if permitted.\n
1975 1. A package installation UI should appear.\n
Suprabh Shukla2b1e4b62017-03-22 18:38:06 -07001976 2. If \'Cts Verifier\' is not allowed to install apps, a warning dialog will appear
1977 blocking the install. In this case go to step 3, else skip to step 4.\n
1978 3. Allow \'Cts Verifier\' to install apps. Return to package installer.\n
Esteban Talavera3bed4532017-06-08 16:46:02 +01001979 4. Accept the installation and verify that it succeeds (no error message is displayed).
Robin Lee020f1852015-01-15 11:56:05 +00001980 </string>
1981
1982 <string name="provisioning_byod_nonmarket_deny">Disable non-market apps</string>
1983 <string name="provisioning_byod_nonmarket_deny_info">
1984 This test verifies that non-market apps cannot be installed unless permitted.\n
1985 1. A package installation UI should appear.\n
1986 2. Verify that the installation of the package is refused.
1987 </string>
1988
Irina Dumitrescu9d9bca02018-10-05 16:33:00 +01001989 <string name="provisioning_byod_nonmarket_allow_global">Enable non-market apps (global restriction)</string>
1990 <string name="provisioning_byod_nonmarket_allow_global_info">
1991 This test verifies that non-market apps can be installed if permitted by device-wide block.\n
1992 1. A package installation UI should appear.\n
1993 2. If \'Cts Verifier\' is not allowed to install apps, a warning dialog will appear
1994 blocking the install. In this case go to step 3, else skip to step 4.\n
1995 3. Allow \'Cts Verifier\' to install apps. Return to package installer.\n
1996 4. Accept the installation and verify that it succeeds (no error message is displayed).
1997 </string>
1998
1999 <string name="provisioning_byod_nonmarket_deny_global">Disable non-market apps (global restriction)</string>
2000 <string name="provisioning_byod_nonmarket_deny_global_info">
2001 This test verifies that non-market apps cannot be installed unless permitted by device-wide block.\n
2002 1. A package installation UI should appear.\n
2003 2. Verify that the installation of the package is refused.
2004 </string>
2005
Irina Dumitrescu59f1d902018-10-16 14:25:03 +01002006 <string name="provisioning_byod_nonmarket_allow_global_primary">Enable primary user non-market apps (global restriction)</string>
2007 <string name="provisioning_byod_nonmarket_allow_global_primary_info">
2008 This test verifies that non-market apps from the primary user can be installed if permitted.\n
2009 1. A package installation UI should appear.\n
2010 2. If \'Cts Verifier\' is not allowed to install apps, a warning dialog will appear
2011 blocking the install. In this case go to step 3, else skip to step 4.\n
2012 3. Allow \'Cts Verifier\' to install apps. Return to package installer.\n
2013 4. Accept the installation and verify that it succeeds (no error message is displayed).
2014 </string>
2015
2016 <string name="provisioning_byod_nonmarket_deny_global_primary">Disable primary user non-market apps (global restriction)</string>
2017 <string name="provisioning_byod_nonmarket_deny_global_primary_info">
2018 This test verifies that non-market apps from the primary user cannot be installed unless permitted.\n
2019 1. A package installation UI should appear.\n
2020 2. Verify that the installation of the package is refused.
2021 </string>
2022
Sander Alewijnse7e24fda2015-03-26 17:41:57 +00002023 <string name="provisioning_byod_capture_image_support">Camera support cross profile image capture</string>
2024 <string name="provisioning_byod_capture_image_support_info">
2025 This test verifies that images can be captured from the managed profile using the primary profile camera.\n
2026 1. Capture a picture using the camera.\n
2027 2. Verify that the captured picture is shown.\n
2028 3. Click on the close button.
2029 </string>
Ricky Wai872e7a22016-03-04 10:35:09 +00002030 <string name="provisioning_byod_capture_video_support_with_extra_output">Camera support cross profile video capture (with extra output path)</string>
Sander Alewijnse7e24fda2015-03-26 17:41:57 +00002031 <string name="provisioning_byod_capture_video_support_info">
2032 This test verifies that videos can be captured from the managed profile using the primary profile camera.\n
2033 1. Capture a video using the camera.\n
2034 2. Click on the play button.\n
2035 3. Verify that the captured video is played.\n
2036 4. Click on the close button.
2037 </string>
Ricky Wai872e7a22016-03-04 10:35:09 +00002038 <string name="provisioning_byod_capture_video_support_without_extra_output">Camera support cross profile video capture (without extra output path)</string>
Sander Alewijnse7e24fda2015-03-26 17:41:57 +00002039 <string name="provisioning_byod_capture_audio_support">Sound recorder support cross profile audio capture</string>
2040 <string name="provisioning_byod_capture_audio_support_info">
2041 This test verifies that audio can be captured from the managed profile using the primary profile sound recorder.\n
2042 1. Capture audio.\n
2043 2. Click on the play button.\n
2044 3. Verify that the captured audio is played.\n
2045 4. Click on the close button.\n
Eric Sandness3f451b22018-12-27 15:13:41 +00002046 If this device does not support audio recording, please skip this test and mark it passing.\n
Sander Alewijnse7e24fda2015-03-26 17:41:57 +00002047 </string>
2048 <string name="provisioning_byod_dismiss_result_dialog">Close</string>
2049 <string name="provisioning_byod_play">Play</string>
2050 <string name="provisioning_byod_verify_image_title">Verify captured image</string>
2051 <string name="provisioning_byod_verify_video_title">Verify captured video</string>
2052 <string name="provisioning_byod_verify_audio_title">Verify captured audio</string>
2053 <string name="provisioning_byod_no_image_capture_resolver">No image capture app present. Skip test.</string>
2054 <string name="provisioning_byod_no_video_capture_resolver">No video capture app present. Skip test.</string>
2055 <string name="provisioning_byod_no_audio_capture_resolver">No audio capture app present. Skip test.</string>
2056 <string name="provisioning_byod_capture_media_error">Error while capturing media from managed profile.</string>
Daniel Xiea41d4972015-10-19 15:35:16 -07002057 <string name="provisioning_byod_capture_image_error">Error while capturing image from managed profile.</string>
Sander Alewijnse7e24fda2015-03-26 17:41:57 +00002058
Jim Kaye12507db2016-11-07 11:24:54 -08002059 <string name="provisioning_byod_auth_bound_key">Authentication-bound keys</string>
Daniel Xiea41d4972015-10-19 15:35:16 -07002060 <string name="provisioning_byod_auth_bound_key_info">
2061 This test verifies keystore cryptographic keys can be bound to device credentials.
2062 These keys should only be available if there was a recent enough authentication.
2063 </string>
2064 <string name="provisioning_byod_auth_bound_key_instruction">
2065 This test verifies keystore cryptographic keys can be bound to device lockscreen challenge or fingerprints (if available).
2066 These keys should only be available if there was a recent enough authentication. \n
2067
Eric Sandnessa54f6292017-10-23 14:18:33 +01002068 1. Press "Set up" to open Security settings. (If this device has a separate app for work
2069 settings, ignore this button and open that app manually from the launcher.) Create a
2070 lockscreen password and if available, enroll a fingerprint under "Work profile security".\n
Daniel Xiea41d4972015-10-19 15:35:16 -07002071 2. Go through the list of tests.\n
2072 3. Mark the overall test pass or fail.\n
2073 4. Once the set of tests are completed, remove the lockscreen challenge.
2074 </string>
2075 <string name="provisioning_byod_auth_bound_key_set_up">Set up</string>
2076 <string name="provisioning_byod_lockscreen_bound_key">Lockscreen-bound key test</string>
2077 <string name="provisioning_byod_fingerprint_bound_key">Fingerprint-bound key test</string>
Jim Kaye12507db2016-11-07 11:24:54 -08002078 <string name="provisioning_byod_vpn">VPN test</string>
Charles He89bda132017-06-14 13:59:04 +01002079 <string name="provisioning_byod_always_on_vpn">Always-on VPN Settings</string>
2080 <string name="provisioning_byod_always_on_vpn_info">
2081 In this test, you\'ll verify that the Settings UI for always-on VPN is correct for different
2082 VPN apps.
2083 </string>
2084 <string name="provisioning_byod_always_on_vpn_instruction">
2085 In this test, you\'ll verify the Settings UI for always-on VPN for different VPN apps.
2086 You should have received three VPN app apks with this CTS Verifier package.
2087 They\'re named in the form of \"CtsVpnFirewallApp*.apk\".\n
2088
2089 1. Before the test, make sure CtsVpnFirewallApp isn\'t installed on your device. You can
2090 uninstall either by UI, or by\n
2091 \"adb uninstall com.android.cts.vpnfirewall\"\n
2092
2093 2. Install the first test app, by running\n
2094 \"adb install /path/to/CtsVpnFirewallAppApi23.apk\"\n
2095
2096 3. Tap \"Prepare VPN\" button below and consent to the VPN connection.\n
2097
2098 4. Finish all three test cases listed below.\n
2099
2100 5. Repeat step 1 to remove CtsVpnFirewallApp.
2101 </string>
2102 <string name="provisioning_byod_always_on_vpn_prepare_button">Prepare VPN</string>
2103 <string name="provisioning_byod_always_on_vpn_vpn_not_found_note">
2104 Can\'t find VPN app. Did you install it correctly?
2105 </string>
2106 <string name="provisioning_byod_always_on_vpn_api23">VPN app targeting SDK 23</string>
2107 <string name="provisioning_byod_always_on_vpn_api23_instruction">
2108 1. Re-install CtsVpnFirewallAppApi23.apk (skip this if you already have the correct version
2109 installed):\n
2110 \"adb install -r /path/to/CtsVpnFirewallAppApi23.apk\"\n
2111 2. Tap \"Go\" button below to go to the VPN settings page.\n
2112 3. Open configuration details page for CtsVpnFirewallApp.\n
2113 4. Confirm the \"Always-on VPN\" and \"Block connections without VPN\" switches are both off
2114 and disabled.\n
2115 </string>
2116 <string name="provisioning_byod_always_on_vpn_api24">VPN app targeting SDK 24</string>
2117 <string name="provisioning_byod_always_on_vpn_api24_instruction">
2118 1. Re-install CtsVpnFirewallAppApi24.apk (skip this if you already have the correct version
2119 installed):\n
2120 \"adb install -r /path/to/CtsVpnFirewallAppApi24.apk\"\n
2121 2. Tap \"Go\" button below to go to the VPN settings page.\n
2122 3. Open configuration details page for CtsVpnFirewallApp.\n
2123 4. Confirm\n
2124 4.1. \"Always-on VPN\" switch is enabled and in off position\n
2125 4.2. \"Block connections without VPN\" switch is disabled and in off position\n
2126 4.3. \"Block connections without VPN\" becomes enabled once the \"Always-on VPN\" switch
2127 is turned on\n
2128 </string>
2129 <string name="provisioning_byod_always_on_vpn_not_always_on">VPN app with opt-out</string>
2130 <string name="provisioning_byod_always_on_vpn_not_always_on_instruction">
2131 1. Re-install CtsVpnFirewallAppNotAlwaysOn.apk (skip this if you already have the correct
2132 version installed):\n
2133 \"adb install -r /path/to/CtsVpnFirewallAppNotAlwaysOn.apk\"\n
2134 2. Tap \"Go\" button below to go to the VPN settings page.\n
2135 3. Open configuration details page for CtsVpnFirewallApp.\n
2136 4. Confirm the \"Always-on VPN\" and \"Block connections without VPN\" switches are both off
2137 and disabled.\n
2138 </string>
Mahaver Choprae0611982016-05-03 10:53:33 +01002139 <string name="provisioning_byod_select_work_challenge">Select work lock test</string>
Benjamin Franzd3a27092016-01-22 14:02:36 +00002140 <string name="provisioning_byod_select_work_challenge_description">
Mahaver Choprae0611982016-05-03 10:53:33 +01002141 This test verifies that a work lock can be chosen.\n
Benjamin Franzd3a27092016-01-22 14:02:36 +00002142
Mahaver Choprae0611982016-05-03 10:53:33 +01002143 1. Verify that you get sent to the page for Choosing a new work lock.\n
2144 2. Set a new work lock.
Benjamin Franzd3a27092016-01-22 14:02:36 +00002145 </string>
Mahaver Choprae0611982016-05-03 10:53:33 +01002146 <string name="provisioning_byod_confirm_work_credentials">Confirm work lock test</string>
Benjamin Franzd3a27092016-01-22 14:02:36 +00002147 <string name="provisioning_byod_confirm_work_credentials_description">
Mahaver Choprae0611982016-05-03 10:53:33 +01002148 This test verifies that work lock is shown when opening a work app,
2149 the work lock was set correctly and it is customized according to
Mahaver Chopra8835de32016-04-20 13:32:00 +01002150 the policies set. You can only do this test after you have done the previous test.\n
Pavel Grafov5c5dfcd2017-05-12 13:08:58 +01002151 Before running this test press the power button to turn the screen off and then back on and
2152 swipe to unlock.\n
Benjamin Franzd3a27092016-01-22 14:02:36 +00002153
Mahaver Chopra8835de32016-04-20 13:32:00 +01002154 1. Open a work app.\n
2155 2. Verify that a screen asking you for your work credentials is shown.\n
Eric Sandness1181cb02017-11-22 12:22:52 +00002156 3. Verify that the background image contains a suitcase.\n
Mahaver Chopra8835de32016-04-20 13:32:00 +01002157 4. Verify that the background color of the remaining image is blue.\n
2158 5. Verify that the header text says \"CtsVerifier\".\n
2159 6. Confirm your credentials and verify that the credentials you entered previously work.
Tony Mak97625c52018-03-06 14:59:35 +00002160 7. The work app should be launched.
Benjamin Franzd3a27092016-01-22 14:02:36 +00002161 </string>
2162 <string name="provisioning_byod_confirm_work_credentials_header">
2163 CtsVerifier
2164 </string>
Irina Dumitrescu824f8372018-10-25 22:01:52 +01002165 <string name="provisioning_byod_pattern_work_challenge">Confirm pattern lock test</string>
2166 <string name="provisioning_byod_pattern_work_challenge_description">
2167 This test verifies that when a work pattern lock is set, a work app can open correctly.
Robin Lee0bdfd142016-12-15 16:38:55 +00002168
Irina Dumitrescu824f8372018-10-25 22:01:52 +01002169 1. Verify that you get sent to the page for Choosing a new work lock.\n
2170 2. Set a pattern lock.\n
2171 3. Open a work app.\n
2172 4. Verify that a screen asking you for your work credentials is shown.\n
2173 5. Confirm your credentials and verify that the credentials you entered previously work.\n
2174 6. The work app should be launched.
2175 </string>
Robin Lee0bdfd142016-12-15 16:38:55 +00002176 <string name="provisioning_byod_recents">Recents redaction test</string>
2177 <string name="provisioning_byod_recents_info">
2178 This test verifies that if a work profile is locked with a separate password, Recents views
2179 for applications in the work profile are redacted.
2180 </string>
2181 <string name="provisioning_byod_recents_instructions">
2182 This test verifies that if a work profile is locked with a separate password, Recents views
2183 for applications in the work profile are redacted.\n
2184 Some devices may not lock as soon as the screen is turned off by default. On such devices,
Tony Mak595c6952017-12-07 13:16:32 +00002185 use the button below when requested to lock the work profile. Please skip these tests if
2186 "Recents" is absent.
Robin Lee0bdfd142016-12-15 16:38:55 +00002187 </string>
2188 <string name="provisioning_byod_recents_lock_now">Lock now</string>
2189
2190 <string name="provisioning_byod_recents_verify_redacted">
2191 Verify recents are redacted when locked.
2192 </string>
2193 <string name="provisioning_byod_recents_verify_redacted_instruction">
2194 1) Follow the instructions on-screen to set a work password.\n
2195 2) Turn the screen off and on again, or use the "lock now" button, to lock the work profile.\n
Pavel Grafovb5638592018-08-17 18:07:56 +01002196 3) Go to home screen and then open Recents.\n
Robin Lee0bdfd142016-12-15 16:38:55 +00002197 4) Confirm that this "CTS Verifier" activity is shown in Recents.\n
2198 5) Confirm that the contents of the activity <b>are</b> hidden.\n
2199 6) Return to this page and pass the test.
2200 </string>
2201 <string name="provisioning_byod_recents_verify_not_redacted">
2202 Verify recents are not redacted when unlocked.
2203 </string>
2204 <string name="provisioning_byod_recents_verify_not_redacted_instruction">
Pavel Grafov660e2462018-10-22 11:50:27 +01002205 1) Press the Go button to go to security settings.\n
2206 2) Make work profile use one lock with personal profile.\n
2207 3) Open Recents.\n
2208 4) Confirm that this "CTS Verifier" activity is shown in Recents.\n
2209 5) Confirm that the contents of the activity <b>are not</b> hidden.\n
2210 6) Return to this page and pass the test.
Robin Lee0bdfd142016-12-15 16:38:55 +00002211 </string>
2212 <string name="provisioning_byod_recents_remove_password">
Pavel Grafov660e2462018-10-22 11:50:27 +01002213 The work profile still has a separate password. Please make it use one lock with the
2214 personal profile.
Robin Lee0bdfd142016-12-15 16:38:55 +00002215 </string>
2216
Eran Messeri94b11022018-01-03 16:53:10 +00002217 <string name="provisioning_byod_keychain">KeyChain test</string>
2218 <string name="provisioning_byod_keychain_info_start">
2219 In this test, you\'ll verify that keys generated by KeyChain keys are as usable as keys
2220 installed into KeyChain and that they can be hidden from users.\n
2221 The test has two parts:\n
2222 1) Testing that a generated key can be selectable by the user.\n
2223 2) Testing that a generated key can be hidden from users.\n
2224 \n
2225 Tap \"Prepare Test\" button below to begin.\n
2226 \n
2227 NOTE: A screen lock must be configured for this test. Otherwise, test preparation
2228 will fail to generate a key for use by the test.
2229 </string>
2230 <string name="provisioning_byod_keychain_info_first_test">
2231 Once you press \'Go\', a prompt titled \"Choose certificate\" should appear.\n
2232 Verify that the list in this dialog has one item, starting with \'cts-verifier-gen\'.
2233 Press \'Select\' to select it.\n
2234 If the test passes, you\'ll see the text \"Second test ready\" at the bottom.\n
2235 \n
2236 Press \'Go\'.\n
2237 </string>
2238 <string name="provisioning_byod_keychain_info_second_test">
Eran Messerifc73fb82018-10-29 22:40:41 +00002239 Once you press \'Run 2nd test\', the prompt should NOT appear.\n
2240 Verify that the prompt does not appear at all.\n
Eran Messeri94b11022018-01-03 16:53:10 +00002241 Mark the test as passed if the text at the bottom shows \"PASSED (2/2)\"\n
2242 </string>
2243
Alon Albert4106ff12013-10-01 12:36:02 -07002244 <!-- Strings for DeskClock -->
Isaac Katzenelsond96d0662013-10-02 17:06:28 -07002245 <string name="deskclock_tests">Alarms and Timers Tests</string>
Alon Albert4106ff12013-10-01 12:36:02 -07002246 <string name="deskclock_tests_info">
Isaac Katzenelsond96d0662013-10-02 17:06:28 -07002247 The Alarms and Timers tests verify that the Clock app implements the AlarmClock API properly.
Alon Albert4106ff12013-10-01 12:36:02 -07002248 </string>
2249 <string name="deskclock_group_alarms">Alarms</string>
2250 <string name="deskclock_group_timers">Timers</string>
2251
2252 <string name="dc_show_alarms_test">Show Alarms Test</string>
2253 <string name="dc_show_alarms_test_info">
2254 This test verifies that the SHOW_ALARMS API works.\n
2255 1. Press the "Show Alarms" button.\n
Isaac Katzenelsond96d0662013-10-02 17:06:28 -07002256 2. Verify that a UI of the clock app is launched and displays the list of alarms\n
Alon Albert4106ff12013-10-01 12:36:02 -07002257 </string>
2258 <string name="dc_show_alarms_button">Show Alarms</string>
2259
Isaac Katzenelsond96d0662013-10-02 17:06:28 -07002260 <string name="dc_set_alarm_with_ui_test">Set Alarm Test</string>
2261 <string name="dc_set_alarm_with_ui_test_info">
2262 This test verifies that the ACTION_SET_ALARM with no parameters API works.\n
2263 1. Press the "Set Alarm" button.\n
2264 2. Verify that the clock app is launched and displays a UI to manage alarms.\n
2265 </string>
2266 <string name="dc_set_alarm_button">Set Alarm</string>
2267 <string name="dc_set_alarm_verify_button">Verify</string>
Alon Albert4106ff12013-10-01 12:36:02 -07002268
Isaac Katzenelsond96d0662013-10-02 17:06:28 -07002269 <string name="dc_start_alarm_test">Start Alarm Test</string>
2270 <string name="dc_start_alarm_test_info">
2271 This test verifies that the ACTION_SET_ALARM API actually starts an alarm.\n
2272 1. Press the "Start Alarm" button.\n
2273 2. Make sure the alarms UI is NOT shown\n
2274 3. Wait for the alarm to fire (may take up to 2 minutes)\n
2275 4. Verify that the alarm title is: "Start Alarm Test",\n
2276 the alarm is silent and vibrating (if the device supports vibrate).\n
2277 5. Dismiss the alarm.\n
2278 6. Verify that the alarm is not in the Clock\'s alarms list. The Verify button opens
2279 the alarm view.\n
2280 </string>
2281 <string name="dc_start_alarm_button">Start Alarm</string>
2282
2283 <string name="dc_full_alarm_test">Full Alarm Test</string>
2284 <string name="dc_full_alarm_test_info">
2285 This test verifies that the ACTION_SET_ALARM API supports all extras.\n
2286 1. Press the "Create Alarm" button.\n
2287 2. Verify that you see one alarm with the following information:\n
2288 Name of alarm: Create Alarm Test. \n
Justin Klaassen0d059db2015-12-02 14:52:33 -08002289 Vibrate: on. (if the device supports vibrate).\n
2290 Ringtone: silent. (if the device has a speaker).\n
Isaac Katzenelsond96d0662013-10-02 17:06:28 -07002291 Time: 01:23. \n
2292 Repeating on: Monday and Wednesday. \n
2293 </string>
2294 <string name="dc_full_alarm_button">Create Alarm</string>
destradaa65c7cdb2013-10-28 16:36:12 -07002295
Isaac Katzenelsond96d0662013-10-02 17:06:28 -07002296 <string name="dc_set_timer_with_ui_test">Set Timer Test</string>
2297 <string name="dc_set_timer_with_ui_test_info">
2298 This test verifies that the ACTION_SET_TIMER API with no paramters open the UI\n
2299 1. Press the "Set Timer" button.\n
2300 2. Verify that the an app is launched and displays a UI to manage timers.\n
2301 </string>
2302 <string name="dc_set_timer_with_ui_button">Set Timer</string>
2303
2304 <string name="dc_start_timer_test">Start Timer Test</string>
2305 <string name="dc_start_timer_test_info">
2306 This test verifies that the ACTION_SET_TIMER API actually starts a timer\n
2307 1. Press the "Start Timer" button.\n
2308 2. Verify that a timer is started and NO timers UI is shown.\n
2309 3. Verify that the timer named "Start Timer Test" rings after 30 seconds. Dismiss it.\n
2310 4. Verify that the timer is deleted after the dismissal.\n
2311 </string>
2312 <string name="dc_start_timer_button">Start Timer</string>
2313
2314 <string name="dc_start_timer_with_ui_test">Start Timer With UI Test</string>
2315 <string name="dc_start_timer_with_ui_test_info">
2316 This test verifies that the ACTION_SET_TIMER API actually starts a timer with UI\n
2317 1. Press the "Start Timer" button.\n
2318 2. Verify that a timer is started and the timers UI is shown with a timer named "Start Timer Test".\n
2319 3. Verify that the timer rings after 30 seconds.\n
2320 </string>
Amith Yamasani0e2d6d92014-02-19 10:13:23 -08002321 <!-- Strings for LockConfirmBypassTest -->
2322 <string name="lock_confirm_test_title">Keyguard Password Verification</string>
2323 <string name="lock_set_button_text">Set password</string>
2324 <string name="lock_change_button_text">Change password</string>
2325 <string name="lock_confirm_message">
2326 This test verifies that the user is prompted for the current keyguard password before prompting for a new password.\n
2327 \nClick the \"Set password\" button if you currently don\'t have a password set.\n
2328 \nThen click the \"Change password\" button to change it. You should be prompted for the current password first. If you are not, then mark the test as failed.
2329 </string>
2330
Harsh Modife5933d2014-08-12 16:52:16 -07002331 <!-- String for Projection Tests -->
2332 <string name="test_category_projection">Projection Tests</string>
2333 <string name="projection_service_name">Projection Service</string>
2334 <string name="pca_info">This tests whether or not OpenGL projection works.\n
Jim Kaye144105e2016-11-07 11:24:54 -08002335 You should see two "tumbling cubes." Tapping the screen should cause the cubes to explode.</string>
Harsh Modife5933d2014-08-12 16:52:16 -07002336 <string name="pca_test">Projection Cube Test</string>
Zhen Yu Song4c0c87e2017-05-23 18:29:21 -07002337 <string name="pwa_info">This tests whether or displaying widgets and keyfocus navigation works.\n
Harsh Modife5933d2014-08-12 16:52:16 -07002338 You should see four buttons on the bottom of the screen.\n
2339 Pressing the "up" and "down" buttons should highlight different buttons.\n
David Stevens1d7230b2016-05-02 17:35:37 -07002340 Furthermore, the highlight should disappear when any button is touched, and the touched button should behave as usual.\n</string>
Harsh Modife5933d2014-08-12 16:52:16 -07002341 <string name="pwa_test">Projection Widget Test</string>
2342 <string name="pwa_button_up">Up</string>
2343 <string name="pwa_button_down">Down</string>
Harsh Modife5933d2014-08-12 16:52:16 -07002344 <string name="pwa_button">Button</string>
2345 <string name="pla_test">Projection Scrolling List Test</string>
2346 <string name="pla_info">This tests whether a projected list view will scroll properly\n
2347 You should see 50 list items and be able to scroll up and down the list</string>
2348 <string name="pva_test">Projection Video Playback Test</string>
2349 <string name="pva_info">This tests whether video playback works when projected.\n
2350 You should see a blinking white box and here a beep that is synchronized with each blink</string>
2351 <string name="pta_test">Projection Multitouch Test</string>
2352 <string name="pta_info">This tests whether multitouch works.\n
2353 Touching the screen should render a dot at the location you touched.\n
2354 Touching with additional fingers will render additoinal dots and you should be able to drag them around.</string>
Harsh Modi0975db12014-08-19 18:46:07 -07002355 <string name="poa_test">Projection Offscreen Activity</string>
2356 <string name="poa_info">This tests whether a virtual display will continue to respond to and render even when the screen is off.\n
2357 Simply follow the instructions and the test will detect the pass conditions.\n
2358 Note that turning on the screen too early will result in a failure.</string>
Harsh Modife5933d2014-08-12 16:52:16 -07002359
Jim Steele0c4d08a2014-08-03 00:49:59 -07002360 <!-- Strings for RotationVectorTest and GameRotationVectorTest -->
2361 <string name="rotation_vector_test">Rotation Vector Accuracy Test</string>
destradaa58e36812014-08-20 14:53:21 -07002362 <string name="snsr_rotation_vector_set_reference">
2363 Place the mobile device in a reference position. Note: to provide an accurate reference,
2364 align the device along one edge of a notebook laying on a table.</string>
2365 <string name="snsr_rotation_vector_reference_set">Reference position set.</string>
2366 <string name="snsr_rotation_vector_move_info">Move, shake, and rotate the device.</string>
2367 <string name="snsr_rotation_vector_set_final">Place the device back to the reference position.</string>
2368 <string name="snsr_rotation_vector_verification">Angular deviation [%1$4.1f %2$4.1f %3$4.1f]. Current: %4$f deg. Max tolerated: %5$f.</string>
2369
Ahmet Kerim SENOL9fa97c22015-10-12 15:29:11 +01002370 <!-- Strings for device admin tests -->
2371 <string name="device_admin_notification">This is device admin notification</string>
2372 <string name="device_admin_keyguard_disable_camera">Disable camera</string>
2373 <string name="device_admin_keyguard_disable_camera_instruction">
yuemingw9fb67172018-08-28 17:46:27 +01002374 Please press the Go button to lock the screen. Expected result is you cannot
2375 see the camera icon on the lower right corner of the screen, or if there is one, you cannot
2376 open the camera using it before you are asked for a password.\n
Esteban Talavera67f670b2017-07-14 15:44:24 +01002377 Also, it shouldn\'t be possible to open the camera on the lockscreen by
2378 any other device specific gesture (such as double press on power button).
Ahmet Kerim SENOL9fa97c22015-10-12 15:29:11 +01002379 </string>
2380 <string name="device_admin_disable_notifications">Disable notifications</string>
2381 <string name="device_admin_disable_notifications_instruction">
2382 Please press the Go button to lock the screen. Wait a few seconds to see
2383 if a notification appears. Expected result is no notifications appear.
2384 You should be able to see one after unlocking.
2385 </string>
2386 <string name="device_admin_disable_unredacted_notifications">Disable unredacted notifications</string>
2387 <string name="device_admin_disable_unredacted_notifications_instruction">
2388 Please press the Go button to lock the screen. Wait a few seconds to see
2389 if a notification appears. Expected result is a notification appear with
2390 its content hidden. You should be able to see the content after unlocking.
2391 </string>
2392
Zoltan Szatmary-Ban9a2b13e2015-06-15 17:05:04 +01002393 <!-- Strings common for BYOD and DO managed provisioning tests. -->
Ahmet Kerim SENOL9fa97c22015-10-12 15:29:11 +01002394 <string name="afw_device_admin">CTS Verifier</string>
Zoltan Szatmary-Ban9a2b13e2015-06-15 17:05:04 +01002395
Nicolas Prevot695fc612015-12-10 17:54:32 +00002396 <string name="provisioning_tests_byod">BYOD Provisioning tests</string>
2397
2398 <string name="provisioning_tests_byod_custom_color"> Custom provisioning color </string>
2399 <string name="provisioning_tests_byod_custom_color_info">
2400 Please press the Go button to start the provisioning.
Victor Changcdb425d2017-01-23 17:15:11 +00002401 Check that the top status bar and "Accept and continue" button are colorized in green.
Nicolas Prevot695fc612015-12-10 17:54:32 +00002402 Then hit back and stop the provisioning.
2403 </string>
Nicolas Prevotb18f8572016-01-04 13:16:20 +00002404 <string name="provisioning_tests_byod_custom_image"> Custom provisioning image </string>
2405 <string name="provisioning_tests_byod_custom_image_info">
Victor Chang4ffa4b52017-01-25 17:59:25 +00002406 1. Please press the Go button to start the provisioning.\n
2407 2. Press \"Accept and continue\" button to start work profile provisioning\n
2408 3. Check that the CtsVerifier logo is displayed during provisioning\n
2409 4. After successful provisioning, you should be automatically redirected back to this page
Nicolas Prevotb18f8572016-01-04 13:16:20 +00002410 </string>
Victor Chang93e13192017-01-23 18:21:17 +00002411 <string name="provisioning_tests_byod_custom_terms">Custom terms</string>
2412 <string name="provisioning_tests_byod_custom_terms_instructions">
2413 1. Please press the Go button to start the provisioning.\n
2414 2. Click \"View Terms\" button\n
2415 3. Expand \"Company ABC\" section. Verify the section content is \"Company Terms Content.\"\n
2416 4. Then hit back twice and stop the provisioning.
2417 </string>
2418 <string name="provisioning_tests_byod_custom_term_header1">Company ABC</string>
Nicolas Prevot695fc612015-12-10 17:54:32 +00002419
2420 <!-- Strings for BYOD managed provisioning (ByodFlowTestActivity) -->
Rubin Xu55d22d42014-09-24 19:56:58 +01002421 <string name="test_category_managed_provisioning">Managed Provisioning</string>
Rubin Xu55d22d42014-09-24 19:56:58 +01002422 <string name="provisioning_byod">BYOD Managed Provisioning</string>
2423 <string name="provisioning_byod_info">
2424 This test exercises the BYOD managed provisioning flow.
2425 Start by pressing the button on screen and follow instructions to finish the managed provisioning process.
2426 If your device has not been encrypted before, it will be encrypted and rebooted.
2427 After the provisioning process completes, return to this page and carry out further verifications.
Rubin Xu1dcb3e32014-12-16 16:36:13 +00002428 Note: the device will remain encrypted after the test which can only be disabled by factory reset.
Rubin Xu55d22d42014-09-24 19:56:58 +01002429 </string>
2430 <string name="provisioning_byod_start">Start BYOD provisioning flow</string>
2431 <string name="provisioning_byod_instructions">
2432 1. Press the button below to start the managed provisioning flow.
2433 If your device has not been encrypted before, it will reboot to apply encryption.
2434 After reboot follow instructions in the notification area to complete the provisioning.\n
2435 2. After successful provisioning, you should be automatically redirected back to this page.
2436 Please press through the following verification steps.
Rubin Xu1dcb3e32014-12-16 16:36:13 +00002437 Allow a few seconds after returning from provisioning, as the profile owner test should automatically pass.\n
2438 \n
2439 If the device is being encrypted during step 1, it will remain encrypted After this test.
2440 The only way to disable the encryption is to factory reset the device.
Rubin Xu55d22d42014-09-24 19:56:58 +01002441 </string>
2442 <string name="provisioning_byod_profileowner">Profile owner installed</string>
Charles He1c3667a2017-04-01 15:27:59 +01002443 <string name="provisioning_byod_disk_encryption">Full disk encryption enabled</string>
2444 <string name="provisioning_byod_disk_encryption_default_key_toast">
2445 Cannot secure device with screen lock. Please re-run the test if you forgot to select
2446 the \"require PIN to boot\" option.
2447 </string>
2448 <string name="provisioning_byod_disk_encryption_no_pin_toast">
2449 No PIN is detected. Please re-run the test if you forgot to set a PIN.
2450 </string>
2451 <string name="provisioning_byod_set_screen_lock_dialog_message">
2452 Next, you will be asked to set a screen lock for the device.\n
2453 \n
2454 Please set \"1111\" as the new PIN (or any other PIN that you can memorize).
2455 You have to enter this PIN again later in order to finish the test.\n
2456 \n
2457 You may be asked whether the PIN should be required to boot the device. Please answer yes.\n
2458 \n
2459 Tap Go button to set a new screen lock.
2460 </string>
2461 <string name="provisioning_byod_remove_screen_lock_dialog_message">
2462 The test is almost finished. \n
2463 \n
2464 Next, you will be asked to remove the screen lock that you just set. Please enter \"1111\"
2465 (or your own PIN) when prompted for the old PIN, and do not set any new screen lock. This
2466 is to make sure that the device returns to the initial state after this test.\n
2467 \n
2468 Tap Go button to remove existing screen lock.
2469 </string>
Rubin Xuc2b00d82015-02-02 11:30:26 +00002470 <string name="provisioning_byod_profile_visible">Profile-aware accounts settings</string>
2471 <string name="provisioning_byod_admin_visible">Profile-aware device administrator settings</string>
Rubin Xu55d22d42014-09-24 19:56:58 +01002472 <string name="provisioning_byod_workapps_visible">Badged work apps visible in Launcher</string>
Daniel Xiea41d4972015-10-19 15:35:16 -07002473 <string name="provisioning_byod_cross_profile_from_personal">Open app cross profiles from the personal side</string>
2474 <string name="provisioning_byod_cross_profile_from_work">Open app cross profiles from the work side</string>
2475 <string name="provisioning_app_linking">App links from the work side</string>
2476 <string name="provisioning_byod_cross_profile_app_personal">You selected the personal option.</string>
Alexandra Gherghinaaa24ed72014-10-08 01:11:32 +01002477 <string name="provisioning_byod_cross_profile_app_work">You selected the Work option.</string>
Daniel Xiea41d4972015-10-19 15:35:16 -07002478 <string name="provisioning_byod_cross_profile_app_ctsverifier"> You selected the ctsverifier option </string>
2479 <string name="provisioning_byod_cross_profile_from_personal_instruction">
Alexandra Gherghinaaa24ed72014-10-08 01:11:32 +01002480 Please press the Go button to start an action.\n
2481 \n
2482 You should be asked to choose either \"CTS Verifier\" or \"Work\" to complete the action.
2483 Pressing either should bring up a page stating your choice.\n
2484 \n
2485 Verify that you are prompted with the above choices and both options work as intended. Then mark this test accordingly.
2486 </string>
Daniel Xiea41d4972015-10-19 15:35:16 -07002487 <string name="provisioning_byod_cross_profile_from_work_instruction">
2488 Please press the Go button to start an action.\n
2489 \n
2490 You should be asked to choose either \"CTS Verifier\" or \"Personal\" to complete the action.
2491 Pressing either should bring up a page stating your choice.\n
2492 \n
2493 Verify that you are prompted with the above choices and both options work as intended. Then mark this test accordingly.
2494 </string>
2495 <string name="provisioning_byod_app_linking_instruction">
2496 Please press the Go button to start an action.\n
2497 \n
2498 You should be asked to choose either \"CTS Verifier\" or \"Personal\" to complete the action.\n
2499 - If you choose \"CTS Verifier\", you should see a page stating your chose \"CTS Verifier\".\n
2500 - If you choose \"Personal\", you should be presented with another dialog between \"CTS Verifier\"
2501 and some other apps. In this case, you should choose \"CTS verifier\".\n
2502 You should then see a page stating you chose \"Personal\".\n
2503 \n
2504 Verify that you are prompted with the above choices and both options work as intended. Then mark this test accordingly.
2505 </string>
Zoltan Szatmary-Ban46b5ceb2015-07-24 12:28:19 +01002506 <string name="provisioning_byod_keyguard_disabled_features">Keyguard disabled features</string>
2507 <string name="provisioning_byod_keyguard_disabled_features_info">
2508 This test exercises Keyguard Disabled Features. Follow instructions above.
2509 </string>
2510 <string name="provisioning_byod_keyguard_disabled_features_instruction">
Zoltan Szatmary-Ban0592ee52015-08-24 13:31:41 +01002511 Please go to Settings &gt; Security &gt; Device administrators and set
Ahmet Kerim SENOL9fa97c22015-10-12 15:29:11 +01002512 \"CTS Verifier\" as active admin.\n
Ricky Wai8caba372016-04-27 16:52:12 +01002513 After that please go to Settings &gt; Security &gt; Screen lock and set
2514 your screen lock password to \"testpassword\".\n
2515 Then please press the \"Prepare test\" button to disable trust agents.\n
Zoltan Szatmary-Ban46b5ceb2015-07-24 12:28:19 +01002516 Then please press through the following verification steps.\n
Ricky Wai8caba372016-04-27 16:52:12 +01002517 Note: After leaving the screen active admin status will be cleared.
2518 Please go to Settings &gt; Security &gt; Screen lock and set your
2519 password type to \"None\".
Zoltan Szatmary-Ban46b5ceb2015-07-24 12:28:19 +01002520 </string>
2521 <string name="provisioning_byod_keyguard_disabled_features_prepare_button">Prepare test</string>
Zoltan Szatmary-Ban0592ee52015-08-24 13:31:41 +01002522 <string name="provisioning_byod_keyguard_disabled_features_not_admin">CtsVerifier is not active admin. Please follow instructions.</string>
Zoltan Szatmary-Ban46b5ceb2015-07-24 12:28:19 +01002523 <string name="provisioning_byod_disable_trust_agents">Disable trust agents</string>
2524 <string name="provisioning_byod_disable_trust_agents_instruction">
2525 Please press the Go button to go to Settings > Security. Then go to Trusted agents and\n
2526 check if the agents are shown as disabled by the administrator.
2527 Then please press Back and mark the test as \"Pass\" or \"Fail\".
2528 </string>
2529 <string name="provisioning_byod_fingerprint_disabled_in_settings">Fingerprint is disabled in Settings</string>
2530 <string name="provisioning_byod_fingerprint_disabled_in_settings_instruction">
2531 Please press the Go button to go to Settings > Security. Then go to Fingerprint and\n
Ahmet Kerim SENOL9fa97c22015-10-12 15:29:11 +01002532 check if the disclaimer at the bottom of screen is altered to warn the users for\n
2533 fingerprint being disabled in lock screen. Then please press Back and mark the \n
2534 test as \"Pass\" or \"Fail\".
Zoltan Szatmary-Ban46b5ceb2015-07-24 12:28:19 +01002535 </string>
2536 <string name="provisioning_byod_disable_fingerprint">Fingerprint disabled on keyguard</string>
2537 <string name="provisioning_byod_disable_fingerprint_instruction">
2538 Please press the Go button to lock the screen. Then try to log in using the fingerprint reader.\n
2539 Expected result is you cannot log in using your fingerprint.\n
2540 After you log back in, please navigate back to CtsVerifier and mark the test as \"Pass\" or \"Fail\".
2541 </string>
Ahmet Kerim SENOL9fa97c22015-10-12 15:29:11 +01002542 <string name="provisioning_byod_disable_unredacted_notifications">Unredacted notifications disabled on keyguard</string>
2543 <string name="provisioning_byod_disable_unredacted_notifications_instruction">
Zoltan Szatmary-Ban46b5ceb2015-07-24 12:28:19 +01002544 Please press the Go button to lock the screen. Wait a couple of seconds and look out for a
2545 notification from CtsVerifier.\n
Sudheer Shanka43c57a52016-02-11 00:04:28 +00002546 Expected result is the notification is shown as \"Contents hidden by policy\", you can not see the contents
Ahmet Kerim SENOL9fa97c22015-10-12 15:29:11 +01002547 (Which would read \"This is a notification\"). You should be seeing a work badge.\n
Zoltan Szatmary-Ban46b5ceb2015-07-24 12:28:19 +01002548 After you log back in, please navigate back to CtsVerifier and mark the test as \"Pass\" or \"Fail\".
2549 </string>
Alexandra Gherghina2c672b72015-01-22 11:20:23 +00002550 <string name="provisioning_byod_work_notification">Work notification is badged</string>
2551 <string name="provisioning_byod_work_notification_instruction">
2552 Please press the Go button to trigger a notification.\n
2553 \n
2554 Verify that the notification is badged (see sample badge below). Then mark this test accordingly.
2555 </string>
Ahmet Kerim SENOL9fa97c22015-10-12 15:29:11 +01002556 <string name="provisioning_byod_notification_title">This is a notification</string>
Tony Mak2d45b6f2017-09-06 13:20:19 +01002557 <string name="provisioning_byod_notification_public_title">Contents hidden by policy</string>
Zoltan Szatmary-Band265a1e2015-12-31 18:32:10 +00002558
2559 <string name="provisioning_byod_disallow_apps_control">Disallow apps control</string>
2560 <string name="provisioning_byod_disallow_apps_control_info">
2561 This test exercises Disallow Apps Control. Follow instructions above.
2562 </string>
2563 <string name="provisioning_byod_disallow_apps_control_instruction">
2564 Please press the \"Prepare test\" button to disallow apps control for managed apps.\n
2565 Then please press through the following verification steps.\n
2566 Note: After leaving the screen disallow apps control restriction will be cleared.
2567 </string>
2568 <string name="provisioning_byod_disallow_apps_control_prepare_button">Prepare test</string>
2569 <string name="provisioning_byod_disabled_uninstall_button">Disabled uninstall button</string>
2570 <string name="provisioning_byod_disabled_uninstall_button_instruction">
Eric Sandnessa54f6292017-10-23 14:18:33 +01002571 Please press the Go button to go to Settings > Apps.
2572 (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher).\n
2573 Choose a managed app. Check that performing either \"Uninstall\" or \"Disable\" is not possible and triggers a support message when trying to do so.
2574 Then please press Back (or navigate back to this app using Recents) and mark the test as \"Pass\" or \"Fail\".
Zoltan Szatmary-Band265a1e2015-12-31 18:32:10 +00002575 </string>
2576 <string name="provisioning_byod_disabled_force_stop_button">Disabled force stop button</string>
2577 <string name="provisioning_byod_disabled_force_stop_button_instruction">
Eric Sandnessa54f6292017-10-23 14:18:33 +01002578 Please press the Go button to go to Settings > Apps.
2579 (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher).\n
2580 Choose a managed app. Check that performing \"Force stop\" is not possible and triggers a support message when trying to do so.
2581 Then please press Back (or navigate back to this app using Recents) and mark the test as \"Pass\" or \"Fail\".
Zoltan Szatmary-Band265a1e2015-12-31 18:32:10 +00002582 </string>
2583 <string name="provisioning_byod_disabled_app_storage_buttons">Disabled app storage buttons</string>
2584 <string name="provisioning_byod_disabled_app_storage_buttons_instruction">
Eric Sandnessa54f6292017-10-23 14:18:33 +01002585 Please press the Go button to go to Settings > Apps.
2586 (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher).\n
2587 Choose a managed (badged) app. Select \"Storage\". Check that performing \"Clear Data\" and \"Clear Cache\" is not possible and triggers a support message when trying to do so.
Zoltan Szatmary-Band265a1e2015-12-31 18:32:10 +00002588 Note: if an app has no data then tapping the clear data button has no effect anyway. Make sure you have selected
2589 the badged version of app with non-zero app data. Badged \"Settings\" may be a good candidate.
Eric Sandnessa54f6292017-10-23 14:18:33 +01002590 Then please press Back (or navigate back to this app using Recents) and mark the test as \"Pass\" or \"Fail\".
Zoltan Szatmary-Band265a1e2015-12-31 18:32:10 +00002591 </string>
2592
Kenny Guy68e7df92015-05-29 15:26:28 +01002593 <string name="provisioning_byod_work_status_icon">Work status icon is displayed</string>
2594 <string name="provisioning_byod_work_status_icon_instruction">
2595 Verify that the current status bar does not have a work status icon (see sample icon below).
2596 \n\n
2597 Please press the Go button to launch a work activity.
2598 \n\n
2599 Verify that the status bar now has a work status icon. Then mark this test accordingly.
2600 </string>
2601 <string name="provisioning_byod_work_status_icon_activity">
2602 Verify that the current status bar has a work status notification.
2603 \n\n
2604 Please press finish to return to the tests and then mark this test accordingly.
2605 </string>
2606 <string name="provisioning_byod_work_status_toast">Work status toast is displayed</string>
2607 <string name="provisioning_byod_work_status_toast_instruction">
2608 Please press the Go button to launch a work activity.
2609 \n\n
2610 Follow instructions and then return and mark this test accordingly.
2611 </string>
2612 <string name="provisioning_byod_work_status_toast_activity">
2613 Turn off the screen and wait a few seconds then turn on the screen again.
2614 \n\n
2615 Verify that a toast was displayed saying you are in the work profile.
2616 \n\n
2617 Please press finish to return to the tests and then mark this test accordingly.
2618 </string>
Rubin Xu55d22d42014-09-24 19:56:58 +01002619 <string name="provisioning_byod_profile_visible_instruction">
2620 Please press the Go button to open the Settings page.
Eric Sandnessa54f6292017-10-23 14:18:33 +01002621 (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher).\n
Rubin Xu55d22d42014-09-24 19:56:58 +01002622 Navigate to Accounts and confirm that:\n
2623 \n
2624 - Both Personal and Work categories exist.\n
Eric Sandness1181cb02017-11-22 12:22:52 +00002625 - \"Remove work profile\" or \"Uninstall\" exists under the Work category.\n
Rubin Xu55d22d42014-09-24 19:56:58 +01002626 \n
Eric Sandnesse12c7232018-02-26 14:08:10 +00002627 Use the Back button (or navigate back to this app using Recents) to return to this page.
2628 </string>
2629 <string name="provisioning_byod_user_settings">Profile-aware user settings</string>
2630 <string name="provisioning_byod_user_settings_instruction">
2631 Please press the Go button to open the Settings page.
2632 (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher.)\n
arangelov71711412018-07-26 18:13:54 +01002633 Navigate to Accounts and confirm that:\n
Esteban Talaverab7501de2017-03-22 18:10:19 +00002634 - There are two auto-sync options present, one for personal and one for work data (either on the screen or in the overflow menu).\n
Michal Karpinskiad58cb92015-08-21 12:22:12 +01002635 - De-selecting either option prompts a warning dialog.\n
2636 \n
Eric Sandnessa54f6292017-10-23 14:18:33 +01002637 Use the Back button (or navigate back to this app using Recents) to return to this page.
Rubin Xu55d22d42014-09-24 19:56:58 +01002638 </string>
2639 <string name="provisioning_byod_admin_visible_instruction">
2640 Please press the Go button to open the Security page in Settings.
Eric Sandnessa54f6292017-10-23 14:18:33 +01002641 (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher).\n
Esteban Talaverab7501de2017-03-22 18:10:19 +00002642 Navigate to Device admin apps and confirm that:\n
Rubin Xu55d22d42014-09-24 19:56:58 +01002643 \n
Michal Karpinski915eeaf2016-03-04 12:28:52 +00002644 - Device administrators outside of the work profile (if any) appear in the list, and the managed profile administrators are badged correctly.\n
Kenny Guyc9bd7162016-06-03 15:47:20 +01002645 - A badged \"CTS Verifier\" exists, and is activated.\n
Esteban Talaverab7501de2017-03-22 18:10:19 +00002646 - There is no option to deactivate the badged \"CTS Verifier\" version, only an option to \"Remove work profile\".\n
Rubin Xu55d22d42014-09-24 19:56:58 +01002647 \n
Eric Sandnessa54f6292017-10-23 14:18:33 +01002648 Use the Back button (or navigate back to this app using Recents) to return to this page.
Rubin Xu55d22d42014-09-24 19:56:58 +01002649 </string>
2650 <string name="provisioning_byod_workapps_visible_instruction">
2651 Please press the Go button to start the launcher.
2652 Go to All Apps screen and scroll through it to confirm that:\n
2653 \n
2654 - A new set of work apps including CTS Verifier appear in the list.\n
Eric Sandness1181cb02017-11-22 12:22:52 +00002655 - Work badge overlay appears on work app\'s icon (see example icon below, color and style may vary).\n
Eric Sandness77cce692018-08-15 15:50:51 +01002656 - The work badge overlay has the same size and position on each work app\'s icon.
Rubin Xu55d22d42014-09-24 19:56:58 +01002657 \n
2658 Then navigate back to this screen using Recents button.
2659 </string>
Rubin Xuc2b00d82015-02-02 11:30:26 +00002660
2661 <string name="provisioning_byod_app_settings">Profile-aware app settings</string>
2662 <string name="provisioning_byod_app_settings_instruction">
Eric Sandnessa54f6292017-10-23 14:18:33 +01002663 Please press the Go button to open Apps page in settings.
2664 (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher).\n
Rubin Xuc2b00d82015-02-02 11:30:26 +00002665 \n
2666 Verify that work profile exists in the dropdown list and selecting it will
2667 bring up apps setting in the work profile.\n
2668 \n
Eric Sandnessa54f6292017-10-23 14:18:33 +01002669 Then use the Back button (or navigate back to this app using Recents) to return to this test and mark accordingly.
Rubin Xuc2b00d82015-02-02 11:30:26 +00002670 </string>
2671
2672 <string name="provisioning_byod_location_settings">Profile-aware location settings</string>
2673 <string name="provisioning_byod_location_settings_instruction">
Eric Sandnessa54f6292017-10-23 14:18:33 +01002674 Please press the Go button to open Location page in settings.
Eric Sandness1181cb02017-11-22 12:22:52 +00002675 (If this device has a separate app for work settings, ignore the Go button and navigate to that app manually, if necessary).\n
Rubin Xuc2b00d82015-02-02 11:30:26 +00002676 \n
Zoltan Szatmary-Banbfdde072016-01-15 13:24:07 +00002677 Verify that work profile entry exists in the page and it has a toggleable switch.\n
2678 Switch the main location switch at the top of the screen off. You should see the work profile location switch go disabled and into \'off\' state.\n
2679 Then switch the main location switch on again. You should see the work profile location switch go enabled and into its previous state.\n
Rubin Xuc2b00d82015-02-02 11:30:26 +00002680 \n
Eric Sandnessa54f6292017-10-23 14:18:33 +01002681 Then use the Back button (or navigate back to this app using Recents) to return to this test and mark accordingly.
Rubin Xuc2b00d82015-02-02 11:30:26 +00002682 </string>
2683
Michal Karpinski880246b2016-05-03 12:39:19 +01002684 <string name="provisioning_byod_wifi_data_usage_settings">Profile-aware data usage settings (Wi-Fi)</string>
2685 <string name="provisioning_byod_wifi_data_usage_settings_instruction">
Eric Sandnessa54f6292017-10-23 14:18:33 +01002686 Please press the Go button to open the Settings page.
2687 (If this device has a separate app for work settings, ignore the Go button and navigate to that app manually).\n
Michal Karpinskibb5c5332015-08-12 16:15:31 +01002688 \n
Michal Karpinski880246b2016-05-03 12:39:19 +01002689 Navigate to \"Data usage\" page and then into the \"Wi-Fi data usage\" category.\n
Esteban Talaverab7501de2017-03-22 18:10:19 +00002690 Confirm that \"All work apps\" section is present and that it is possible to see the data usage for work (badged) apps.\n
Michal Karpinski880246b2016-05-03 12:39:19 +01002691 \n
Eric Sandnessa54f6292017-10-23 14:18:33 +01002692 Then use the Back button (or navigate back to this app using Recents) to return to this test and mark accordingly.
Michal Karpinski880246b2016-05-03 12:39:19 +01002693 </string>
2694
Sam Lin5488f592017-04-05 18:59:24 -07002695 <string name="provisioning_byod_cellular_data_usage_settings">Profile-aware data usage settings (Mobile)</string>
Michal Karpinski880246b2016-05-03 12:39:19 +01002696 <string name="provisioning_byod_cellular_data_usage_settings_instruction">
2697 Please disable Wi-Fi connection on your device.\n
Sam Lin5488f592017-04-05 18:59:24 -07002698 Please make sure you have added a SIM card with data plan to your phone, have enabled data over mobile and in case of dual SIM devices, have selected the right SIM for data connection.\n
Michal Karpinski880246b2016-05-03 12:39:19 +01002699 Please carry out operations that will use mobile data using both badged and unbadged apps (e.g. visit a page in a browser).\n
2700 \n
Eric Sandnessa54f6292017-10-23 14:18:33 +01002701 Please press the Go button to open the Settings page.
2702 (If this device has a separate app for work settings, ignore the Go button and navigate to that app manually).\n
Michal Karpinski880246b2016-05-03 12:39:19 +01002703 \n
Sam Lin5488f592017-04-05 18:59:24 -07002704 Navigate to \"Data usage\" page and then into the \"Mobile data usage\" category.\n
Esteban Talaverab7501de2017-03-22 18:10:19 +00002705 Confirm that \"All work apps\" section is present and that it is possible to see the data usage for work (badged) apps.\n
Michal Karpinskibb5c5332015-08-12 16:15:31 +01002706 \n
Eric Sandnessa54f6292017-10-23 14:18:33 +01002707 Then use the Back button (or navigate back to this app using Recents) to return to this test and mark accordingly.
Michal Karpinskibb5c5332015-08-12 16:15:31 +01002708 </string>
2709
Rubin Xuc2b00d82015-02-02 11:30:26 +00002710 <string name="provisioning_byod_cred_settings">Profile-aware trusted credential settings</string>
2711 <string name="provisioning_byod_cred_settings_instruction">
2712 Please press the Go button to open the Security settings.
2713 Navigate to "Trusted credentials" and wait for the UI to load.
2714 After the list is loaded, confirm that:\n
2715 \n
2716 The page list credentials for both "Personal" and "Work" profiles.\n
2717 \n
2718 Then use the Back button to return to this test and mark accordingly.
2719 </string>
2720
2721 <string name="provisioning_byod_print_settings">Profile-aware printing settings</string>
2722 <string name="provisioning_byod_print_settings_instruction">
2723 Please press the Go button to open the Printing settings.
Eric Sandnessa54f6292017-10-23 14:18:33 +01002724 (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher).\n
Rubin Xuc2b00d82015-02-02 11:30:26 +00002725 \n
2726 Verify that work profile exists in the dropdown list and selecting it will
2727 bring up printing setting in the work profile.\n
2728 \n
Eric Sandnessa54f6292017-10-23 14:18:33 +01002729 Then use the Back button (or navigate back to this app using Recents) to return to this test and mark accordingly.
Rubin Xuc2b00d82015-02-02 11:30:26 +00002730 </string>
2731
Sudheer Shanka98ff0002015-03-26 16:32:59 +00002732 <string name="provisioning_byod_cross_profile_intent_filters">Cross profile intent filters are set</string>
Alex Chau4c990c32015-08-14 15:55:18 +01002733
Alex Chauc7ef16d2015-07-30 18:01:30 +01002734 <string name="provisioning_byod_nfc_beam">Disable Nfc beam</string>
2735 <string name="provisioning_byod_nfc_beam_allowed_instruction">
2736 Please press the Go button to test if Nfc beam can be triggered in the work profile.\n
2737 \n
Eric Sandness3b87f972018-01-23 19:10:09 +00002738 For the first test, press \"Send manual beam\" to trigger a beam, then bump into another device to send the tag. Verify that the tag is successfully received.\n
Alex Chauc7ef16d2015-07-30 18:01:30 +01002739 \n
Eric Sandness3b87f972018-01-23 19:10:09 +00002740 For the second test, press \"Send share intent\" to trigger a beam, then bump into another device to send the tag. Verify that the tag is successfully received.\n
Alex Chauc7ef16d2015-07-30 18:01:30 +01002741 \n
2742 Then use the Back button to return to this test and mark accordingly.
2743 </string>
2744 <string name="provisioning_byod_nfc_beam_disallowed_instruction">
2745 Please press the Go button to test if Nfc beam is disallowed by policy
2746 \n
2747 Verify that Nfc beam is not triggered when pressing the button.\n
2748 \n
2749 Then use the Back button to return to this test and mark accordingly.
2750 </string>
2751 <string name="provisioning_byod_send_manual_beam">Send manual beam</string>
2752 <string name="provisioning_byod_send_share_intent">Send share intent</string>
2753 <string name="provisioning_byod_cannot_resolve_beam_activity">Cannot find beam activity</string>
2754
Daniel Xiea41d4972015-10-19 15:35:16 -07002755 <string name="test_failed_cannot_start_intent">Cannot start the given intent.</string>
Rubin Xu55d22d42014-09-24 19:56:58 +01002756 <string name="provisioning_byod_no_activity">Cannot communicate with activity in the work profile.</string>
2757 <string name="provisioning_byod_delete_profile">Initiate deletion of work profile.</string>
2758 <string name="provisioning_byod_profile_deleted">Work profile deleted.</string>
2759 <string name="provisioning_byod_disabled">Device provisioning is not enabled.</string>
Alexandra Gherghinaaa24ed72014-10-08 01:11:32 +01002760 <string name="provisioning_button_finish">Finish</string>
2761 <string name="provisioning_cross_profile_chooser">Choose an app to complete action</string>
Rubin Xua458f302014-10-03 16:09:23 +01002762
Haiming Baod001dbc2015-11-11 14:37:19 +00002763 <string name="provisioning_byod_no_gps_location_feature">No GPS feature present. Skip test.</string>
2764 <string name="provisioning_byod_location_mode_enable">Enable location</string>
2765 <string name="provisioning_byod_location_mode_enable_toast_location_change">Location changed</string>
2766 <string name="provisioning_byod_location_mode_enable_instruction">
2767 This test verifies that the location updates can be enabled for the managed profile apps.\n
Zoltan Szatmary-Banbfdde072016-01-15 13:24:07 +00002768 1. Press the go button to go to the location settings page, set both the main location switch and the work profile location switch enabled.\n
Haiming Baod001dbc2015-11-11 14:37:19 +00002769 2. Move your position a little bit, verify that location updates toast comes up.\n
2770 Please wait until the location updates or timeout toast message shows up before going back to the cts-verifier tests.\n
2771 3. Go back to the cts-verifier tests using the back button, then mark the test accordingly.\n
2772 </string>
2773
2774 <string name="provisioning_byod_location_mode_disable">Disable location</string>
2775 <string name="provisioning_byod_location_mode_time_out_toast">Timeout waiting for gps location change</string>
2776 <string name="provisioning_byod_location_mode_disable_instruction">
Zoltan Szatmary-Banbfdde072016-01-15 13:24:07 +00002777 This test verifies that the location updates can be disabled for the managed profile apps through the main location switch.\n
2778 1. Press the go button to go to the location settings page, set the main location switch disabled.\n
2779 2. Move your position a little bit, verify that no location updates toast come up and that the timeout message show up after around 15 seconds.
Haiming Baod001dbc2015-11-11 14:37:19 +00002780 Please wait until the timeout or location updates toast message shows up before going back to the cts-verifier tests.\n
2781 3. Go back to the cts-verifier tests using the back button, then mark the test accordingly.\n
2782 </string>
2783
Zoltan Szatmary-Banbfdde072016-01-15 13:24:07 +00002784 <string name="provisioning_byod_work_location_mode_disable">Disable location for work profile</string>
2785 <string name="provisioning_byod_work_location_mode_disable_instruction">
2786 This test verifies that the location updates can be disabled for the managed profile apps through work profile location switch.\n
2787 1. Press the go button to go to the location settings page, set the work location switch disabled while the main location switch is still enabled.\n
2788 2. Move your position a little bit, verify that no location updates toast come up and that the timeout message show up after around 15 seconds.
2789 Please wait until the timeout or location updates toast message shows up before going back to the cts-verifier tests.\n
2790 3. Go back to the cts-verifier tests using the back button, then mark the test accordingly.\n
2791 </string>
2792 <string name="provisioning_byod_primary_location_when_work_disabled">Primary receives updates while work location is disabled</string>
2793 <string name="provisioning_byod_primary_location_when_work_disabled_instruction">
2794 This test verifies that location updates are still received by primary profile when location updates are disabled for managed profile apps through work profile location switch.\n
2795 1. Press the go button to go to the location settings page, set the work location switch disabled while the main location switch is still enabled.\n
2796 2. Move your position a little bit, verify that location updates toast comes up.\n
2797 Please wait until the location updates or timeout toast message shows up before going back to the cts-verifier tests.\n
2798 3. Go back to the cts-verifier tests using the back button, then mark the test accordingly.\n
2799 </string>
2800
Jonathan Scott42aa56b2018-09-18 12:22:34 +01002801 <string name="provisioning_byod_personal_ringtones">Personal ringtones</string>
2802 <string name="provisioning_byod_personal_ringtones_instruction">
2803 This test verifies that personal ringtones can be changed independently of work profile ringtones.\n
2804 1. Press the go button to go to the sound settings page. Under \"Work profile sounds\" turn off the \"use personal profile sounds\" switch.\n
2805 2. Change the personal \"Phone ringtone\", \"Default notification sound\", and \"Default alarm sound\" settings to different values.\n
2806 3. Read the values displayed under \"Work phone ringtone\", \"Default work notification sound\", and \"Default work alarm sound\".\n
2807 4. Verify that the work sounds are different to the personal values just set.\n
2808 5. Go back to the cts-verifier tests using the back button, then mark the test accordingly.\n
2809 </string>
2810
arangelov55bcf292018-09-27 11:55:54 +01002811 <string name="provisioning_byod_uninstall_work_app">Uninstall work app from launcher</string>
2812 <string name="provisioning_byod_uninstall_work_app_instruction">
2813 This test verifies that work profile apps can be uninstalled.\n
2814 1. You should have received NotificationBot.apk together with the CTS verifier. If you built the CTS verifier yourself, build the NotificationBot.apk by issuing the following command on the host:\n
2815 make NotificationBot\n
2816 2. Upload the NotificationBot.apk to your device by issuing the following command on the host:\n
2817 adb push /path/to/NotificationBot.apk /data/local/tmp/\n
2818 3. Pres \"Go\" to install NotificationBot.apk on your work profile.\n
2819 4. If you are presented with a dialog to allow installing of unknown apps, enable that option.\n
2820 5. Go to home screen.\n
2821 6. Verify that the newly installed app, \"CTS Robot\", can successfully be uninstalled from the launcher.\n
2822 </string>
2823 <string name="provisioning_byod_uninstall_work_app_install_work_app">Install work app</string>
2824
Tony Mak29b17e02018-01-18 17:22:44 +00002825 <string name="provisioning_byod_turn_off_work">Turn off work profile</string>
2826 <string name="provisioning_byod_turn_off_work_info">This test verifies device behaviors when turning off work profile.</string>
Rubin Xuc9c73fe2016-05-03 18:26:30 +01002827 <string name="provisioning_byod_turn_off_work_instructions">
Jim Kaye12507db2016-11-07 11:24:54 -08002828 This test verifies the device behavior when work profile is turned off.\n
Rubin Xuc9c73fe2016-05-03 18:26:30 +01002829 Please exercise the following tests in sequence.\n
Tony Mak29b17e02018-01-18 17:22:44 +00002830 The button below can be used to open the Settings page where you can toggle work profile.\n
Eric Sandnessa54f6292017-10-23 14:18:33 +01002831 (If this device has a separate app for work settings, ignore the button and open that app manually from the launcher).\n
Nicolas Prevot6e7d08e2016-01-27 12:41:31 +00002832 </string>
Tony Mak29b17e02018-01-18 17:22:44 +00002833 <string name="provisioning_byod_turn_off_work_prepare_button">Open Settings to toggle work profile</string>
Rubin Xuc9c73fe2016-05-03 18:26:30 +01002834
2835 <string name="provisioning_byod_turn_off_work_prepare_notifications">Prepare a work notification</string>
2836 <string name="provisioning_byod_turn_off_work_prepare_notifications_instruction">
2837 This is a test setup step.\n
2838 1. Press the go button to send a work notification.\n
2839 2. Verify that the notification is displayed and mark this test as passed.\n
Tony Mak29b17e02018-01-18 17:22:44 +00002840 (Note: in the following test, you will be asked to verify the notification disappears after work profile is turned off.)
Rubin Xuc9c73fe2016-05-03 18:26:30 +01002841 </string>
2842
Tony Mak29b17e02018-01-18 17:22:44 +00002843 <string name="provisioning_byod_turn_off_work_turned_off">Please turn off work profile</string>
2844 <string name="provisioning_byod_turn_off_work_turned_off_toast">Open settings to turn off work profile, using the button above.</string>
Rubin Xuc9c73fe2016-05-03 18:26:30 +01002845
Tony Mak29b17e02018-01-18 17:22:44 +00002846 <string name="provisioning_byod_turn_off_work_notifications">Notifications when work profile is off</string>
Rubin Xuc9c73fe2016-05-03 18:26:30 +01002847 <string name="provisioning_byod_turn_off_work_notifications_instruction">
2848 Verify that the previously-shown work notification has now disappeared.
2849 </string>
2850
Tony Mak29b17e02018-01-18 17:22:44 +00002851 <string name="provisioning_byod_turn_off_work_launcher">Starting work apps when work profile is off</string>
Nicolas Prevot6e7d08e2016-01-27 12:41:31 +00002852 <string name="provisioning_byod_turn_off_work_launcher_instruction">
Tony Mak29b17e02018-01-18 17:22:44 +00002853 This test verifies that work applications cannot be started if work profile is off.\n
Rubin Xuc9c73fe2016-05-03 18:26:30 +01002854 1. Press home to go to the launcher.\n
2855 2. Verify that work applications are greyed out.\n
2856 3. Tap on a work application.\n
2857 4. Verify that the application does not start.\n
Nicolas Prevot6e7d08e2016-01-27 12:41:31 +00002858 </string>
Rubin Xuc9c73fe2016-05-03 18:26:30 +01002859
Tony Mak29b17e02018-01-18 17:22:44 +00002860 <string name="provisioning_byod_turn_off_work_turned_on">Please turn work profile back on</string>
2861 <string name="provisioning_byod_turn_off_work_turned_on_toast">Open settings to turn work profile back on, either manually or using the button above.</string>
Rubin Xuc9c73fe2016-05-03 18:26:30 +01002862
Tony Mak29b17e02018-01-18 17:22:44 +00002863 <string name="provisioning_byod_turn_on_work_icon">Status bar icon when work profile is on</string>
Rubin Xuc9c73fe2016-05-03 18:26:30 +01002864 <string name="provisioning_byod_turn_on_work_icon_instruction">
Tony Mak29b17e02018-01-18 17:22:44 +00002865 Now that work profile is back on, please verify that the status bar icon for work profile off is no longer visible.
Nicolas Prevot6e7d08e2016-01-27 12:41:31 +00002866 </string>
Rubin Xuc9c73fe2016-05-03 18:26:30 +01002867
Tony Mak29b17e02018-01-18 17:22:44 +00002868 <string name="provisioning_byod_turn_on_work_launcher">Starting work apps when work profile is on</string>
Rubin Xuc9c73fe2016-05-03 18:26:30 +01002869 <string name="provisioning_byod_turn_on_work_launcher_instruction">
Tony Mak29b17e02018-01-18 17:22:44 +00002870 Now that work profile is back on, please go to the launcher and verify that you can start a work application.
Rubin Xuc9c73fe2016-05-03 18:26:30 +01002871 </string>
2872
Mahaver Choprab49c4ec2016-03-17 15:11:27 +00002873 <string name="provisioning_byod_organization_info">Organization Info</string>
2874 <string name="provisioning_byod_organization_name_hint">Name</string>
2875 <string name="provisioning_byod_organization_color_hint">#FF00FF</string>
2876 <string name="provisioning_byod_set_organization_info_button_text">Set</string>
2877 <string name="provisioning_byod_organization_info_instructions">
2878 This test verifies that the Organization Info was set correctly.
Mahaver Choprae0611982016-05-03 10:53:33 +01002879 You can only do this test after you have done "select work lock" test.\n
Mahaver Choprab49c4ec2016-03-17 15:11:27 +00002880 1. Enter your organization name.\n
2881 2. Enter a valid color code.\n
2882 3. Press the Set button to set organization Info.\n
2883 4. Press the Go button to open a dialog to confirm work credentials.\n
Eric Sandness1181cb02017-11-22 12:22:52 +00002884 (If this device has a separate app for work settings, ignore the Go button and open the work lock screen manually to confirm, if necessary.)\n
Mahaver Choprab49c4ec2016-03-17 15:11:27 +00002885 5. Verify that the background color of the resulting dialog is as set by you.\n
2886 6. Verify that the header text has organization name as set by you.\n
2887 </string>
Rubin Xud342cd32017-06-28 12:05:21 +01002888
2889 <string name="provisioning_byod_no_secure_lockscreen">No work lockscreen password set. Please run \"Select work lock test\" and rerun this test</string>
2890
Mahaver Chopra8835de32016-04-20 13:32:00 +01002891 <string name="provisioning_byod_parent_profile_password">Personal password test</string>
2892 <string name="provisioning_byod_parent_profile_password_description">
2893 This test verifies that the password on the personal side can be chosen from within a managed profile.\n
2894
2895 1. Press the Go button to set a new password for the personal side.\n
2896 2. Lock and unlock the screen to verify that the personal side password was set correctly.\n
2897 </string>
Tony Mak4056ba42018-03-06 19:37:33 +00002898 <string name="provisioning_byod_work_profile_widget">Work profile widget</string>
2899 <string name="provisioning_byod_work_profile_widget_info">Verify that work profile widget can be added into launcher</string>
2900 <string name="provisioning_byod_work_profile_widget_description">
2901 This test verifies that the widget in work profile can be added into Launcher.\n
2902
2903 1. Go to home screen.\n
2904 2. Add the widget titled \"CTS Verifier\" and badged with work profile briefcase to the home screen.\n
2905 3. If you can add the widget to the home screen, please select \"pass\". Otherwise, select \"fail\".
2906 </string>
Nicolas Prevot6e7d08e2016-01-27 12:41:31 +00002907
Bartosz Fabianowski4dbb1eb2016-12-01 19:13:33 +01002908 <!-- Strings for DeviceOwnerNegativeTestActivity -->
2909 <string name="negative_device_owner">No Device Owner Tests</string>
2910 <string name="device_owner_negative_category">No Device Owner Tests</string>
2911 <string name="device_owner_provisioning_negative">Device owner provisioning</string>
Jin, JasonXac548c42018-09-04 15:07:54 +08002912 <string name="device_owner_provisioning_negative_info">The device owner provisioning test verifies that setting up a corporate owned device can only be done on a factory reset device.\n\nPlease click the "Start provisioning" button, and when you see a warning dialog telling the device is already set up, select "pass". Otherwise, select "fail".</string>
Rubin Xua458f302014-10-03 16:09:23 +01002913 <string name="start_device_owner_provisioning_button">Start provisioning</string>
Bartosz Fabianowski4dbb1eb2016-12-01 19:13:33 +01002914 <string name="enterprise_privacy_quick_settings_negative">Quick settings disclosure</string>
2915 <string name="enterprise_privacy_quick_settings_negative_info">
2916 Please do the following:\n
2917 1) Open and fully expand Quick Settings.\n
2918 2) Verify that at the bottom of Quick Settings, you are not told the device is managed.\n
bxu10xc4c3fca2018-07-18 15:02:38 +08002919 3) Close Quick Settings.\n
2920 \n
2921 If this device does not have quick settings, please skip this test and mark it passing
Bartosz Fabianowski4dbb1eb2016-12-01 19:13:33 +01002922 </string>
2923 <string name="enterprise_privacy_keyguard_negative">Keyguard disclosure</string>
2924 <string name="enterprise_privacy_keyguard_negative_info">
2925 Please do the following:\n
2926 1) Press the Go button to open Settings.\n
2927 2) Navigate to \"Security\" &gt; \"Screen lock\" and select the first screen lock type that is not \"None\".\n
2928 3) Use the Back button to return to this page.\n
2929 4) Lock the device.\n
2930 5) Verify that on the lock screen, you are not told the device is managed.\n
2931 6) Unlock the device.\n
2932 7) Repeat steps (1) through (6) for each screen lock type other than \"None\".
2933 </string>
Bartosz Fabianowski006d06b2017-01-18 17:31:18 +01002934 <string name="enterprise_privacy_add_account_negative">Add account disclosure</string>
2935 <string name="enterprise_privacy_add_account_negative_info">
2936 Please do the following:\n
2937 1) Press the Go button to open Settings.\n
2938 2) In the screen that opens, verify that you are not told that the device is managed.\n
2939 3) Use the Back button to return to this page.
2940 </string>
Bartosz Fabianowski4dbb1eb2016-12-01 19:13:33 +01002941
2942 <!-- Strings for DeviceOwnerPositiveTestActivity -->
Zoltan Szatmary-Ban9a2b13e2015-06-15 17:05:04 +01002943 <string name="positive_device_owner">Device Owner Tests</string>
2944 <string name="device_owner_positive_tests">Device Owner positive tests</string>
2945 <string name="device_owner_positive_tests_instructions">
2946 The positive device owner tests verify policies on a corporate owned device.\n
2947 Press below button first, follow steps described in the dialog that pops up,
2948 then proceed to the test cases.\n
2949 Pressing \'back\', \'pass\' or \'fail\' on this test page will remove the device owner.\n
2950 Alternatively, you can run the \'Remove device owner\' test. Ideally, that test should
2951 be run last so that it does not interfere with other tests.
2952 </string>
2953 <string name="device_owner_positive_tests_info">
2954 The positive device owner tests verify policies on a corporate owned device.\n
2955 Press below button first, follow steps described in the dialog that pops up,
2956 then proceed to the test cases.\n
2957 Pressing \'back\', \'pass\' or \'fail\' on this test page will remove the device owner.\n
2958 Alternatively, you can run the \'Remove device owner\' test. Ideally, that test should
2959 be run last so that it does not interfere with other tests.
2960 </string>
2961 <string name="device_owner_positive_category">Device Owner Tests</string>
2962 <string name="set_device_owner_button_label">Set up device owner</string>
2963 <string name="set_device_owner_dialog_title">Set up device owner</string>
2964 <string name="set_device_owner_dialog_text">
Pavel Grafove74aa4f2018-12-13 12:41:39 +00002965 For this test you need to install CtsEmptyDeviceOwner.apk by running\n
2966 adb install -r -t /path/to/CtsEmptyDeviceOwner.apk\n
2967 Then you need to set this app as the device owner by running\n
Tony Mak8d293922018-03-28 17:00:24 +01002968 adb shell dpm set-device-owner com.android.cts.emptydeviceowner/.EmptyDeviceAdmin
Zoltan Szatmary-Ban9a2b13e2015-06-15 17:05:04 +01002969 </string>
2970 <string name="device_owner_remove_device_owner_test">Remove device owner</string>
2971 <string name="device_owner_remove_device_owner_test_info">
2972 Please check in Settings &gt; Security &gt; Device Administrators if CTSVerifier is
2973 Device Owner. Then press the button below, and check that CTSVerifier is NOT Device
2974 Owner anymore.
2975 </string>
2976 <string name="remove_device_owner_button">Remove device owner</string>
2977 <string name="device_owner_check_device_owner_test">Check device owner</string>
2978 <string name="device_owner_incorrect_device_owner">Missing or incorrect device owner: CTSVerifier is not DO!</string>
Zoltan Szatmary-Ban01ce4542015-06-22 11:14:47 +01002979 <string name="device_owner_wifi_lockdown_test">WiFi configuration lockdown</string>
2980 <string name="device_owner_wifi_lockdown_info">
2981 Please enter the SSID and auth method of an available WiFi Access Point and press the button to create a
2982 WiFi configuration. This configuration can be seen on Settings &gt; WiFi. The test cases
Mahaver Choprac0f70ce2015-10-16 12:40:39 +01002983 are going to use this config. Please go through test cases in order (from top to bottom).
Zoltan Szatmary-Ban01ce4542015-06-22 11:14:47 +01002984 </string>
2985 <string name="switch_wifi_lockdown_off_button">WiFi config lockdown off</string>
2986 <string name="switch_wifi_lockdown_on_button">WiFi config lockdown on</string>
2987 <string name="wifi_lockdown_go_settings_wifi_button">Go to WiFi Settings</string>
2988 <string name="device_owner_wifi_key_management_none_button">None</string>
2989 <string name="device_owner_wifi_key_management_wpa_button">WPA</string>
2990 <string name="device_owner_wifi_key_management_wep_button">WEP</string>
2991 <string name="create_wifi_config_button_label">Create WiFi configuration</string>
2992 <string name="wifi_lockdown_add_network_failed_dialog_title">WiFi configuration could not be created</string>
2993 <string name="wifi_lockdown_add_network_failed_dialog_text">
2994 There was an error during creation of WiFi configuration. Check if WiFi is switched on.
2995 </string>
2996 <string name="device_owner_wifi_config_unlocked_modification_test">Unlocked config is modifiable in Settings</string>
2997 <string name="device_owner_wifi_config_unlocked_modification_test_info">
2998 Please press the button to ensure WiFi config lockdown is NOT in effect. Then go to
2999 Settings &gt; WiFi and see if the CTSVerifier created WiFi configuration can be edited.
3000 Please make sure you can connect to it. The test is successful if the config is editable
3001 and can be connected to.
3002 </string>
3003 <string name="device_owner_wifi_config_locked_modification_test">Locked config is not modifiable in Settings</string>
3004 <string name="device_owner_wifi_config_locked_modification_test_info">
3005 Please press the button to ensure WiFi config lockdown is in effect. Then go to
3006 Settings &gt; WiFi and see if the CTSVerifier created WiFi configuration can NOT be edited
3007 or removed. The test is successful if the config is NOT modifiable.
3008 </string>
3009 <string name="device_owner_wifi_config_locked_connection_test">Locked config can be connected to</string>
3010 <string name="device_owner_wifi_config_locked_connection_test_info">
3011 Please press the button to ensure WiFi config lockdown is in effect. Then go to
3012 Settings &gt; WiFi and see if the CTSVerifier created WiFi configuration can be connected
3013 to manually. The test is successful if the connection can be established.
3014 </string>
3015 <string name="device_owner_wifi_config_unlocked_removal_test">Unlocked config can be forgotten in Settings</string>
3016 <string name="device_owner_wifi_config_unlocked_removal_test_info">
3017 Please press the button to ensure WiFi config lockdown is NOT in effect. Then go to
3018 Settings &gt; WiFi and see if the CTSVerifier created WiFi configuration can be forgotten.
3019 The test is successful if the config could be forgotten and is removed from the list of saved configs.
3020 </string>
Benjamin Franz89e40fc2015-07-01 15:35:57 +01003021 <string name="device_owner_disable_statusbar_test">Disable status bar</string>
3022 <string name="device_owner_disable_statusbar_test_info">
3023 Please press the below button to disable the status bar and verify that quick settings, notifications
Alex Kershaw4e5ea6e2018-04-26 16:59:00 +01003024 and the assistant gesture are no longer available.\n
Benjamin Franz89e40fc2015-07-01 15:35:57 +01003025 Next, press the button to reenable the status bar and verify that quick settings, notification
Alex Kershaw4e5ea6e2018-04-26 16:59:00 +01003026 and the assistant gesture are available again.\n
Benjamin Franz89e40fc2015-07-01 15:35:57 +01003027 Please mark the test accordingly.
3028 </string>
3029 <string name="device_owner_disable_statusbar_button">Disable status bar</string>
3030 <string name="device_owner_reenable_statusbar_button">Reenable status bar</string>
3031 <string name="device_owner_disable_keyguard_test">Disable keyguard</string>
3032 <string name="device_owner_disable_keyguard_test_info">
Rubin Xu2e972082017-06-30 18:59:50 +01003033 Before running this test, please make sure you have not set any device lockscreen password.\n
Benjamin Franz89e40fc2015-07-01 15:35:57 +01003034 Please press the below button to disable the keyguard. Press the power button on your device to
3035 switch off the screen. Then press the power button to switch the screen back on and verify that
3036 no keyguard was shown.\n
3037 Next, press the button to reenable the keyguard and repeat the above steps, this time verifying that
Alex Kershaw7dcb6d52018-04-27 16:12:31 +01003038 a keyguard was shown.\n
Benjamin Franz89e40fc2015-07-01 15:35:57 +01003039 Please mark the test accordingly.
3040 </string>
3041 <string name="device_owner_disable_keyguard_button">Disable keyguard</string>
3042 <string name="device_owner_reenable_keyguard_button">Reenable keyguard</string>
Charles Hef0a756e2017-10-25 23:41:15 +01003043 <string name="device_owner_lock_task_ui_test">LockTask UI</string>
3044 <string name="device_owner_lock_task_ui_test_info">
3045 The following tests verify the configurable UI during LockTask, a special mode that
3046 prevents the user from leaving the current application.\n\n
3047 Please make sure the lock screen is turned on before the test. Press the button below to
3048 start LockTask mode. Then mark each item as \'pass\' or \'fail\' according to the
3049 instructions.\n\n
3050 Finally, execute the last test item to leave LockTask mode.
3051 </string>
3052 <string name="start_lock_task_button_label">Start LockTask mode</string>
3053 <string name="device_owner_lock_task_ui_default_test">Default LockTask UI</string>
3054 <string name="device_owner_lock_task_ui_default_test_info">
Benjamin Franz88084232018-03-26 12:40:47 +01003055 Press the button below to reset to default LockTask UI.
Charles Hef0a756e2017-10-25 23:41:15 +01003056 Observe the following UI restrictions. Mark the test as \'pass\' only if ALL of the
3057 requirements below are met.\n\n
3058 1) Nothing is shown in the status bar, including notification icons, connectivity icons,
3059 battery status, clock, etc.\n
3060 2) The status bar can\'t be expanded. That is, the \'swipe-down\' gesture doesn\'t work
3061 for the status bar.\n
3062 3) The Home button is hidden.\n
Benjamin Franz88084232018-03-26 12:40:47 +01003063 4) The Overview button is hidden and the Overview gesture (swipe-up) does not work.\n
Charles Hef0a756e2017-10-25 23:41:15 +01003064 5) Long-press the power button. The power button menu, which usually shows the power-off
3065 button, etc., isn\'t shown.\n
3066 6) Press the power button to turn off the screen, and press it again to turn the screen
3067 back on. Lock screen shouldn\'t be shown.\n
Alex Kershaw4e5ea6e2018-04-26 16:59:00 +01003068 7) The assistant gesture isn\'t available.
Charles Hef0a756e2017-10-25 23:41:15 +01003069 </string>
3070 <string name="device_owner_lock_task_ui_system_info_test">Enable system info</string>
3071 <string name="device_owner_lock_task_ui_system_info_test_info">
3072 Press the button below to enable system info. Observe the system info area of the status
3073 bar is now enabled. This includes the clock, connectivity info, battery info, etc.\n\n
3074 The rest of the UI restrictions should still apply:\n
3075 1) Notification icons are still hidden on the status bar.\n
3076 2) The status bar can\'t be expanded. That is, the \'swipe-down\' gesture doesn\'t work
3077 for the status bar.\n
3078 3) The Home button is hidden.\n
Benjamin Franz88084232018-03-26 12:40:47 +01003079 4) The Overview button is hidden and the Overview gesture (swipe-up) does not work.\n
Charles Hef0a756e2017-10-25 23:41:15 +01003080 5) Long-press the power button. The power button menu, which usually shows the power-off
3081 button, etc., isn\'t shown.\n
3082 6) Press the power button to turn off the screen, and press it again to turn the screen
3083 back on. Lock screen shouldn\'t be shown.\n
Alex Kershaw4e5ea6e2018-04-26 16:59:00 +01003084 7) The assistant gesture isn\'t available.\n\n
Charles Hef0a756e2017-10-25 23:41:15 +01003085 Mark the test as \'pass\' only if ALL of the above requirements are met.
3086 </string>
3087 <string name="device_owner_lock_task_ui_notifications_test">Enable notifications</string>
3088 <string name="device_owner_lock_task_ui_notifications_test_info">
3089 Press the button below to enable notifications. Observe the notification icons on the
Benjamin Franz88084232018-03-26 12:40:47 +01003090 status bar are now enabled and the Home button is shown. The status bar can also be
3091 expanded to show the notifications. However, all Settings UI should remain invisible,
3092 including Quick Settings and any link to the Settings app.\n\n
Charles Hef0a756e2017-10-25 23:41:15 +01003093 The rest of the UI restrictions should still apply:\n
3094 1) System info area is still hidden on the status bar.\n
Benjamin Franz88084232018-03-26 12:40:47 +01003095 2) The Overview button is hidden and the Overview gesture (swipe-up) does not work.\n
3096 3) Holding the Home button and swiping to the right does not bring up other tasks.\n
Charles Hef0a756e2017-10-25 23:41:15 +01003097 4) Long-press the power button. The power button menu, which usually shows the power-off
3098 button, etc., isn\'t shown.\n
3099 5) Press the power button to turn off the screen, and press it again to turn the screen
3100 back on. Lock screen shouldn\'t be shown.\n
Alex Kershaw4e5ea6e2018-04-26 16:59:00 +01003101 6) The assistant gesture isn\'t available.\n\n
Charles Hef0a756e2017-10-25 23:41:15 +01003102 Mark the test as \'pass\' only if ALL of the above requirements are met.
3103 </string>
3104 <string name="device_owner_lock_task_ui_home_test">Enable Home button</string>
3105 <string name="device_owner_lock_task_ui_home_test_info">
3106 Press the button below to enable the Home button. Observe the Home button is now
3107 enabled.\n\n
3108 The rest of the UI restrictions should still apply:\n
3109 1) Nothing is shown in the status bar, including notification icons, connectivity icons,
3110 battery status, clock, etc.\n
3111 2) The status bar can\'t be expanded. That is, the \'swipe-down\' gesture doesn\'t work
3112 for the status bar.\n
Benjamin Franz88084232018-03-26 12:40:47 +01003113 3) The Overview button is hidden and the Overview gesture (swipe-up) does not work.\n
3114 4) Holding the Home button and swiping to the right does not bring up other tasks.\n
3115 5) Long-press the power button. The power button menu, which usually shows the power-off
Charles Hef0a756e2017-10-25 23:41:15 +01003116 button, etc., isn\'t shown.\n
Benjamin Franz88084232018-03-26 12:40:47 +01003117 6) Press the power button to turn off the screen, and press it again to turn the screen
Charles Hef0a756e2017-10-25 23:41:15 +01003118 back on. Lock screen shouldn\'t be shown.\n
Alex Kershaw4e5ea6e2018-04-26 16:59:00 +01003119 7) The assistant gesture isn\'t available.\n\n
Charles Hef0a756e2017-10-25 23:41:15 +01003120 Mark the test as \'pass\' only if ALL of the above requirements are met.
3121 </string>
Benjamin Franz88084232018-03-26 12:40:47 +01003122 <string name="device_owner_lock_task_ui_recents_test">Enable Overview button</string>
Charles Hef0a756e2017-10-25 23:41:15 +01003123 <string name="device_owner_lock_task_ui_recents_test_info">
Benjamin Franz88084232018-03-26 12:40:47 +01003124 Press the button below to enable the Overview button. Observe the Home button is now
3125 enabled. Press the Overview button or perform the Overview gesture
3126 (swipe up) and verify the Overview view can be opened.\n\n
Charles Hef0a756e2017-10-25 23:41:15 +01003127 The rest of the UI restrictions should still apply:\n
3128 1) Nothing is shown in the status bar, including notification icons, connectivity icons,
3129 battery status, clock, etc.\n
3130 2) The status bar can\'t be expanded. That is, the \'swipe-down\' gesture doesn\'t work
3131 for the status bar.\n
Benjamin Franz88084232018-03-26 12:40:47 +01003132 3) Long-press the power button. The power button menu, which usually shows the power-off
Charles Hef0a756e2017-10-25 23:41:15 +01003133 button, etc., isn\'t shown.\n
Benjamin Franz88084232018-03-26 12:40:47 +01003134 4) Press the power button to turn off the screen, and press it again to turn the screen
Charles Hef0a756e2017-10-25 23:41:15 +01003135 back on. Lock screen shouldn\'t be shown.\n
Alex Kershaw4e5ea6e2018-04-26 16:59:00 +01003136 5) The assistant gesture isn\'t available.\n\n
Charles Hef0a756e2017-10-25 23:41:15 +01003137 Mark the test as \'pass\' only if ALL of the above requirements are met.
3138 </string>
3139 <string name="device_owner_lock_task_ui_global_actions_test">Enable global actions</string>
3140 <string name="device_owner_lock_task_ui_global_actions_test_info">
3141 Press the button below to enable global actions (a.k.a. power button menu). Long-press
3142 the power button and verify a menu containing power-off and restart buttons is shown.
3143 This menu can\'t contain any UI that allows the user to change system settings (such as
3144 airplane mode switch) or access the Settings app.\n\n
3145 The rest of the UI restrictions should still apply:\n
3146 1) Nothing is shown in the status bar, including notification icons, connectivity icons,
3147 battery status, clock, etc.\n
3148 2) The status bar can\'t be expanded. That is, the \'swipe-down\' gesture doesn\'t work
3149 for the status bar.\n
3150 3) The Home button is hidden.\n
Benjamin Franz88084232018-03-26 12:40:47 +01003151 4) The Overview button is hidden and the Overview gesture (swipe-up) does not work.\n
3152 5) Press the power button to turn off the screen, and press it again to turn the screen
3153 back on. Lock screen shouldn\'t be shown.\n
Alex Kershaw4e5ea6e2018-04-26 16:59:00 +01003154 6) The assistant gesture isn\'t available.\n\n
Charles Hef0a756e2017-10-25 23:41:15 +01003155 Mark the test as \'pass\' only if ALL of the above requirements are met.
3156 </string>
3157 <string name="device_owner_lock_task_ui_keyguard_test">Enable keyguard</string>
3158 <string name="device_owner_lock_task_ui_keyguard_test_info">
3159 Press the button below to enable keyguard. Press the power button to turn off the screen
3160 and press it again to turn the screen back on. Verify that the lock screen is shown.\n\n
3161 The rest of the UI restrictions should still apply, both on the lock screen and after
3162 the lock screen is dismissed:\n
3163 1) Nothing is shown in the status bar, including notification icons, connectivity icons,
3164 battery status, clock, etc.\n
3165 2) The status bar can\'t be expanded. That is, the \'swipe-down\' gesture doesn\'t work
3166 for the status bar, even on the lock screen.\n
3167 3) The Home button is hidden.\n
Benjamin Franz88084232018-03-26 12:40:47 +01003168 4) The Overview button is hidden and the Overview gesture (swipe-up) does not work.\n
Charles Hef0a756e2017-10-25 23:41:15 +01003169 5) Long-press the power button. The power button menu, which usually shows the power-off
3170 button, etc., isn\'t shown.\n
Alex Kershaw4e5ea6e2018-04-26 16:59:00 +01003171 6) The assistant gesture isn\'t available.\n\n
Charles Hef0a756e2017-10-25 23:41:15 +01003172 Mark the test as \'pass\' only if ALL of the above requirements are met.
3173 </string>
3174 <string name="device_owner_lock_task_ui_stop_lock_task_test">Stop LockTask mode</string>
3175 <string name="device_owner_lock_task_ui_stop_lock_task_test_info">
3176 Press the button below to exit LockTask mode.\n\n
3177 Observe that the UI has returned to the normal, unrestricted state, and is no longer
3178 subject to any LockTask restriction.\n\n
3179 Mark the test as \'pass\' or \'fail\' accordingly.
3180 </string>
Rubin Xu2e972082017-06-30 18:59:50 +01003181 <string name="device_owner_lockscreen_secure">Please remove lockscreen password</string>
Sudheer Shanka72ba56a2015-07-17 18:30:44 +01003182 <string name="device_profile_owner_permission_lockdown_test">Permissions lockdown</string>
3183 <string name="device_profile_owner_permission_lockdown_test_instructions">
3184 Select each of the three grant states for the permission shown below in turn.\n
Jim Kaye12507db2016-11-07 11:24:54 -08003185 Now open application settings, select Permissions, and verify if the following behavior is observed.\n
3186 <b>Grant:</b> Permission is granted to the app and cannot be changed through the settings UI. Trying to change it triggers a support message.\n
Sudheer Shanka72ba56a2015-07-17 18:30:44 +01003187 <b>Let user decide:</b> Permission state can be changed through the settings UI.\n
Sudheer Shanka43c57a52016-02-11 00:04:28 +00003188 <b>Deny:</b> Permission is denied to the app and cannot be changed through the settings UI. Trying to change it triggers a support message.\n
Sudheer Shanka72ba56a2015-07-17 18:30:44 +01003189 Please mark the test accordingly.
3190 </string>
3191 <string name="device_owner_permission_lockdown_test_info">
3192 This test checks if the permissions state in settings UI is locked down according to the state set by the device owner.
3193 </string>
Zoltan Szatmary-Band265a1e2015-12-31 18:32:10 +00003194 <string name="device_owner_disallow_usb_file_transfer_test">Disallow USB file transfer</string>
3195 <string name="device_owner_disallow_usb_file_transfer_test_info">
Sudheer Shanka43c57a52016-02-11 00:04:28 +00003196 Please press below button to set the \"disallow USB file transfer\" restriction.\n
Nimrod Gileadi89cbc1b2016-11-01 10:23:05 +00003197 If a USB notification appears, open the notification and check that the
Saurabh Jairath70ddb622018-08-08 21:48:08 +05303198 \"Transfer files (MTP)\" and \"Transfer photos (PTP)\" options either are not displayed,
3199 or they trigger a support message when trying to select them.\n
Nimrod Gileadi89cbc1b2016-11-01 10:23:05 +00003200 Check if you can mount the device as a USB drive on your desktop computer. The test is
3201 successful if you cannot mount the device, and files from your phone cannot be
3202 downloaded through USB.\n
Zoltan Szatmary-Band265a1e2015-12-31 18:32:10 +00003203 Please mark the test accordingly.
3204 </string>
Nicolas Prevot9d80fa42016-03-01 17:24:06 +00003205 <string name="device_owner_set_user_icon">Setting the user icon</string>
3206 <string name="device_owner_set_user_icon_instruction">
3207 This test verifies that the user icon can be set.\n
3208 1. Press the set user icon button.\n
3209 2. Press the go button to go to Settings.\n
3210 3a. If there is a \"users\" section in Settings, check that the icon of the user \"owner\" is the CtsVerifier one and mark this test accordingly.\n
3211 3b. If there is no \"users\" section, mark this test as passed.\n
3212 </string>
3213 <string name="device_owner_set_user_icon_button">Set user icon</string>
3214
Sudheer Shanka72ba56a2015-07-17 18:30:44 +01003215 <string name="profile_owner_permission_lockdown_test_info">
3216 <b>
3217 Before proceeding, check if com.android.cts.permissionapp (aka CtsPermissionApp) is installed in work profile by going to Settings &gt; Apps. If not, please install the app before proceeding.\n\n
3218 </b>
3219 This test checks if the permissions state in settings UI is locked down correctly depending on the state set by the profile owner.
3220 </string>
3221 <string name="package_not_found">You must install %s (aka CtsPermissionApp).</string>
3222 <string name="permission_allow">Grant</string>
3223 <string name="permission_default">Let user decide</string>
3224 <string name="permission_deny">Deny</string>
3225 <string name="not_profile_owner">%s is not profile owner.</string>
3226 <string name="not_device_owner">%s is not device owner.</string>
3227 <string name="activity_not_found">No activity found to handle intent: %s</string>
3228 <string name="open_settings_button_label">Open Application Settings</string>
3229 <string name="finish_button_label">Finish</string>
Benjamin Franz2e9fd732015-08-10 15:43:42 +01003230 <string name="device_owner_device_admin_visible">Device administrator settings</string>
3231 <string name="device_owner_device_admin_visible_info">
3232 Please press the Go button to open the Security page in Settings.
3233 Navigate to Device administrators and confirm that:\n
3234 \n
Ahmet Kerim SENOL9fa97c22015-10-12 15:29:11 +01003235 - \"CTS Verifier\" exists and is activated.\n
3236 - \"CTS Verifier\" cannot be disabled.\n
Benjamin Franz2e9fd732015-08-10 15:43:42 +01003237 \n
3238 Use the Back button to return to this page.
3239 </string>
Benjamin Franz1c8defc2015-08-10 16:52:56 +01003240 <string name="device_owner_disallow_config_bt">Disallow configuring Bluetooth</string>
3241 <string name="device_owner_disallow_config_bt_info">
3242 Please press the Set restriction button to set the user restriction.
3243 Then press Go to open the Bluetooth page in Settings.
3244 Confirm that:\n
3245 \n
3246 - You cannot view Bluetooth devices in range.\n
Sudheer Shanka43c57a52016-02-11 00:04:28 +00003247 - Trying to edit, add or remove any already paired devices triggers a support message.\n
Benjamin Franz1c8defc2015-08-10 16:52:56 +01003248 \n
3249 Use the Back button to return to this page.
3250 </string>
3251 <string name="device_owner_disallow_config_wifi">Disallow configuring WiFi</string>
3252 <string name="device_owner_disallow_config_wifi_info">
3253 Please press the Set restriction button to set the user restriction.
3254 Then press Go to open the WiFi page in Settings.
Mahaver Choprabc1764e2016-05-11 18:31:19 +01003255 Confirm that:\n\n
Benjamin Franz1c8defc2015-08-10 16:52:56 +01003256 - You cannot view WiFi networks in range.\n
Sudheer Shanka43c57a52016-02-11 00:04:28 +00003257 - Trying to edit, add or remove any existing WiFi configs triggers a support message.\n
Benjamin Franz1c8defc2015-08-10 16:52:56 +01003258 \n
3259 Use the Back button to return to this page.
3260 </string>
yuemingw8ea8f8d2018-08-02 18:56:37 +01003261 <string name="device_owner_disallow_ambient_display">Disallow ambient display</string>
3262 <string name="device_owner_disallow_ambient_display_info">
3263 Please press the Set restriction button to set the user restriction.
3264 Then press Go to open the Display page in Settings.
3265 Mark this test as passed if one of the following:\n\n
3266 - There is no ambient display setting in Display Settings.\n
3267 - Ambient display setting is disabled with an info icon on it. Clicking on it triggers a support dialog.\n
3268 \n
3269 Use the Back button to return to this page.
3270 </string>
Mahaver Choprad4994a12016-01-04 14:22:29 +00003271 <string name="device_owner_disallow_data_roaming">Disallow data roaming</string>
3272 <string name="device_owner_disallow_data_roaming_info">
Mahaver Chopraaee92cf2016-04-21 13:52:11 +01003273 Device should have a sim card to perform this test.
Mahaver Choprad4994a12016-01-04 14:22:29 +00003274 Please press the Set restriction button to set the user restriction.
Sam Lin5488f592017-04-05 18:59:24 -07003275 Then press Go to open the Mobile network page in Settings.
Mahaver Choprabc1764e2016-05-11 18:31:19 +01003276 Confirm that:\n\n
Mahaver Choprad4994a12016-01-04 14:22:29 +00003277 - Data roaming is disabled.\n
Mahaver Choprabc1764e2016-05-11 18:31:19 +01003278 - Enabling data roaming is not possible and triggers a support message.\n\n
Mahaver Choprad4994a12016-01-04 14:22:29 +00003279 Use the Back button to return to this page.
3280 </string>
Mahaver Choprabc1764e2016-05-11 18:31:19 +01003281 <string name="device_owner_disallow_factory_reset">Disallow factory reset</string>
3282 <string name="device_owner_disallow_factory_reset_info">
3283 Please press the Set button to set the user restriction.\n
3284 1. Go to the factory reset settings. It is often located in \"Backup &amp; reset\" settings.\n
3285 Confirm that:\n
3286 - Factory data reset is disabled.\n
3287 - Pressing factory data reset is not possible and triggers a support message.\n\n
3288 2. Go to OEM unlocking settings, if this device has this Settings option. It is often located under \"Developer options\".\n
3289 Confirm that:\n
3290 - Oem Unlocking is disabled.\n
3291 - Enabling Oem unlocking is not possible and triggers a support message.\n\n
3292 Return back to this page.
3293 </string>
Benjamin Franz1c8defc2015-08-10 16:52:56 +01003294 <string name="device_owner_user_restriction_set">Set restriction</string>
3295 <string name="device_owner_settings_go">Go</string>
Matthew Williams547b8162014-10-15 10:18:11 -07003296
Mahaver Chopra77128812015-11-17 10:05:33 +00003297 <string name="device_owner_vpn_connection">
Jim Kaye12507db2016-11-07 11:24:54 -08003298 VPN connection has been established.\n
Mahaver Chopra77128812015-11-17 10:05:33 +00003299 This is not as expected.\n
3300 Mark this test as failed.\n
3301 </string>
3302 <string name="device_owner_vpn_connection_close_failed">
3303 Established vpn connection cannot be closed.\n
3304 This is not as expected.\n
3305 Mark this test as failed.\n
3306 </string>
3307 <string name="device_owner_no_vpn_connection">
3308 Cannot establish a VPN connection.\n
3309 This was expected.\n
3310 Mark this test as passed.\n
3311 </string>
Mahaver Chopra77128812015-11-17 10:05:33 +00003312 <string name="device_owner_vpn_test">Check VPN</string>
Jim Kaye12507db2016-11-07 11:24:54 -08003313 <string name="device_owner_vpn_info_default">VPN test message</string>
Mahaver Chopra77128812015-11-17 10:05:33 +00003314
Mahaver Choprac0f70ce2015-10-16 12:40:39 +01003315 <string name="device_owner_disallow_config_vpn">Disallow configuring VPN</string>
3316 <string name="device_owner_disallow_config_vpn_info">
3317 Please press the Set VPN restriction button to set the VPN restriction.
Mahaver Chopra77128812015-11-17 10:05:33 +00003318 Perform tests in order. Mark test as passed if both test cases pass\n\n
Damien Bargiacchia433c272017-01-31 16:34:22 -08003319 1. Press Go to attempt to open the VPN settings page.\n
3320 You should either see (a) the VPN settings page or (b) that the Intent
3321 android.settings.VPN_SETTINGS fails to resolve.\n
3322 In the case of (a), confirm that:\n
Damien Bargiacchia433c272017-01-31 16:34:22 -08003323 - Trying to perform any of the above actions will trigger a support message.\n
3324 In the case of (b) this step is successful.\n\n
Mahaver Chopra77128812015-11-17 10:05:33 +00003325 2. Press Check VPN to check programmatic Vpn test.\n
Robin Leed4804f72016-10-14 17:12:23 +01003326 - Check Vpn setup is not allowed\n
3327 - If prompted to allow a VPN connection, press OK.\n\n
Mahaver Choprac0f70ce2015-10-16 12:40:39 +01003328 Use the Back button to return to this page.
3329 </string>
3330 <string name="device_owner_user_vpn_restriction_set">Set VPN restriction</string>
3331
Michal Karpinskid75827d2016-03-09 15:40:50 +00003332 <!-- Strings for DeviceOwnerBugreportTest -->
3333 <string name="device_owner_requesting_bugreport_tests">Device Owner Requesting Bugreport Tests</string>
3334 <string name="device_owner_requesting_bugreport_category">Device Owner Requesting Bugreport Tests</string>
3335 <string name="device_owner_requesting_bugreport_tests_info">
3336 The device owner requesting bugreport tests verify that a bugreport can be requested on a corporate owned device.\n
3337 Press below button first, follow steps described in the dialog that pops up,
3338 then proceed to the test cases.\n
3339 Pressing \'back\', \'pass\' or \'fail\' on this test page will remove the device owner.\n
3340 Alternatively, you can run the \'Remove device owner\' test. Ideally, that test should
3341 be run last so that it does not interfere with other tests.
3342 </string>
3343 <string name="device_owner_request_bugreport">Request bugreport</string>
Michal Karpinski10ce8652016-03-09 18:34:12 +00003344 <string name="bugreport_sharing_declined">Bugreport sharing declined</string>
3345 <string name="bugreport_shared_successfully">Bugreport shared successfully</string>
Michal Karpinskid0243652016-04-22 14:09:48 +01003346 <string name="bugreport_already_in_progress">Bugreport is already being collected on this device</string>
3347 <string name="bugreport_failed_completing">Bugreport collection operation failed</string>
Michal Karpinskid75827d2016-03-09 15:40:50 +00003348 <string name="device_owner_bugreport_sharing_declined_while_being_taken">Sharing of requested bugreport declined while being taken</string>
3349 <string name="device_owner_bugreport_sharing_declined_while_being_taken_info">
3350 Please press the \"Request bugreport\" button to invoke the bugreport sharing operation.
3351 Open the notifications panel and verify that:\n
3352 \n
3353 - Notification titled \"Taking bugreport...\" with an indefinite progress bar is present.\n
Michal Karpinskid0243652016-04-22 14:09:48 +01003354 \n
3355 Press the \"Request bugreport\" button again to try to invoke a second bugreport sharing operation.
3356 Open the notifications panel and verify that:\n
3357 \n
3358 - Notification titled \"Device Owner Requesting Bugreport Tests\" with message \"Bugreport is already being collected on this device\" is present. Dismiss that notification.\n
Michal Karpinski10ce8652016-03-09 18:34:12 +00003359 - Tapping on the \"Taking bugreport...\" notification opens a dialog titled \"Share bug report?\", that contains a message \"Your IT admin requested a bug report to help troubleshoot this device. Apps and data may be shared, and your device may temporarily slow down.\" and two buttons - \"DECLINE\" and \"SHARE\".\n
Michal Karpinskid75827d2016-03-09 15:40:50 +00003360 \n
3361 Tap the \"DECLINE\" button and verify that:\n
3362 \n
3363 - \"Taking bugreport...\" notification with an indefinite progress bar is no longer present.\n
3364 - Notification titled \"Device Owner Requesting Bugreport Tests\" with message \"Bugreport sharing declined\" is present.\n
3365 \n
3366 Dismiss the notifications and mark test as passed or failed.
3367 </string>
Michal Karpinski10ce8652016-03-09 18:34:12 +00003368 <string name="device_owner_bugreport_sharing_accepted_while_being_taken">Sharing of requested bugreport accepted while being taken</string>
3369 <string name="device_owner_bugreport_sharing_accepted_while_being_taken_info">
3370 Please press the \"Request bugreport\" button to invoke the bugreport sharing operation.
3371 Open the notifications panel and verify that:\n
3372 \n
3373 - Notification titled \"Taking bugreport...\" with an indefinite progress bar is present.\n
3374 - Tapping on the \"Taking bugreport...\" notification opens a dialog titled \"Share bug report?\", that contains a message \"Your IT admin requested a bug report to help troubleshoot this device. Apps and data may be shared, and your device may temporarily slow down.\" and two buttons - \"DECLINE\" and \"SHARE\".\n
3375 \n
3376 Tap the \"SHARE\" button and verify that:\n
3377 \n
3378 - \"Taking bugreport...\" notification with an indefinite progress bar is no longer present.\n
3379 - Notification titled \"Sharing bugreport...\" with an indefinite progress bar is present.\n
3380 - After a few minutes (time necessary to wait for bugreport being collected) notification titled \"Sharing bugreport...\" is automatically dismissed and notification titled \"Device Owner Requesting Bugreport Tests\" with message \"Bugreport shared successfully\" is present.\n
3381 \n
3382 Dismiss the notifications and mark test as passed or failed.
3383 </string>
3384 <string name="device_owner_bugreport_sharing_declined_after_having_been_taken">Sharing of requested bugreport declined after having been taken</string>
3385 <string name="device_owner_bugreport_sharing_declined_after_having_been_taken_info">
3386 Please press the \"Request bugreport\" button to invoke the bugreport sharing operation.
3387 Open the notifications panel and verify that:\n
3388 \n
3389 - Notification titled \"Taking bugreport...\" with an indefinite progress bar is present.\n
3390 \n
3391 Wait for a few minutes (time necessary for bugreport to be collected) and verify that:\n
3392 \n
3393 - \"Taking bugreport...\" notification with an indefinite progress bar is dismissed.\n
3394 - Notification titled \"Share bug report?\", that contains a message \"Your IT admin requested a bug report to help troubleshoot this device. Apps and data may be shared.\" and two buttons - \"DECLINE\" and \"SHARE\" is shown.\n
3395 \n
3396 Tap the \"DECLINE\" button and verify that:\n
3397 \n
3398 - Notification titled \"Share bug report?\" is dismissed.\n
3399 - Notification titled \"Device Owner Requesting Bugreport Tests\" with message \"Bugreport sharing declined\" is present.\n
3400 \n
3401 Dismiss the notifications and mark test as passed or failed.
3402 </string>
3403 <string name="device_owner_bugreport_sharing_accepted_after_having_been_taken">Sharing of requested bugreport accepted after having been taken</string>
3404 <string name="device_owner_bugreport_sharing_accepted_after_having_been_taken_info">
3405 Please press the \"Request bugreport\" button to invoke the bugreport sharing operation.
3406 Open the notifications panel and verify that:\n
3407 \n
3408 - Notification titled \"Taking bugreport...\" with an indefinite progress bar is present.\n
3409 \n
3410 Wait for a few minutes (time necessary for bugreport to be collected) and verify that:\n
3411 \n
3412 - \"Taking bugreport...\" notification with an indefinite progress bar is dismissed.\n
3413 - Notification titled \"Share bug report?\", that contains a message \"Your IT admin requested a bug report to help troubleshoot this device. Apps and data may be shared.\" and two buttons - \"DECLINE\" and \"SHARE\" is shown.\n
3414 \n
3415 Tap the \"SHARE\" button and verify that:\n
3416 \n
3417 - Notification titled \"Share bug report?\" is dismissed.\n
3418 - Notification titled \"Device Owner Requesting Bugreport Tests\" with message \"Bugreport shared successfully\" is present.\n
3419 \n
3420 Dismiss the notifications and mark test as passed or failed.
3421 </string>
Michal Karpinskid75827d2016-03-09 15:40:50 +00003422
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00003423 <!-- Strings used for policy transparency test -->
3424 <string name="device_profile_owner_policy_transparency_test">Policy transparency test</string>
3425 <string name="device_profile_owner_policy_transparency_test_info">
3426 This test checks that if an admin has enforced a policy, we let the user know about this.\nSet the short and long support messages before proceeding with the tests.
Mahaver Chopraf1279f52016-01-25 16:22:44 +00003427 </string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00003428 <string name="policy_transparency_open_settings_label">Open settings</string>
3429 <string name="policy_transparency_short_support_msg_label">Set short support message</string>
3430 <string name="policy_transparency_long_support_msg_label">Set long support message</string>
3431 <string name="policy_transparency_set_msg">Set message</string>
3432 <string name="policy_transparency_clear_msg">Clear message</string>
3433 <string name="policy_transparency_set_default_msg">Set default message</string>
3434 <string name="policy_transparency_default_short_msg">
3435 This action is disabled by your administrator. Contact someone@example.com for support.
3436 </string>
3437 <string name="policy_transparency_default_long_msg">
3438 This profile or device is managed by CtsVerifier. You can contact tech
3439 support on:\n\n
3440 America: +1 555-0100\n\n
3441 APAC: +1 555-0100\n\n
3442 Europe: +1 555-0100\n\n
3443 Email: someone@example.com
3444 </string>
3445 <string name="policy_transparency_update_button_label">Update</string>
3446 <string name="dummy_input_method_label">Dummy input method</string>
3447 <string name="dummy_accessibility_service_label">Dummy accessibility service</string>
3448 <string name="policy_transparency_test_instructions">
3449 1. <xliff:g id="set_step" example="Set policy by turning the switch on">%1$s</xliff:g>\n
Eric Sandness1181cb02017-11-22 12:22:52 +00003450 2. Open Settings app by clicking the "Open settings" button below. (If this device has a separate app for work settings, ignore the button and open that app manually from the launcher, if necessary)\n
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00003451 3. Verify that performing the following action will trigger a support dialog:\n
3452 <xliff:g id="user_action" example="Adding an account">%2$s</xliff:g>.\n
3453 4. Verify that the support dialog displays the short support message set earlier.\n
arangelov4a5bf5a2018-04-10 19:07:33 +01003454 5. Verify that clicking the "Learn more" link will redirect to Device administrators
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00003455 page in Settings app which displays the long support message set earlier.\n
3456 </string>
3457 <string name="user_restriction_set_step">
3458 Set \'%s\' user restriction by turning on the switch below.
3459 </string>
Mahaver Chopraf1279f52016-01-25 16:22:44 +00003460 <string name="disallow_add_user">Disallow add user</string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00003461 <string name="disallow_add_user_action">Adding a new user</string>
Mahaver Chopraf1279f52016-01-25 16:22:44 +00003462 <string name="disallow_adjust_volume">Disallow adjust volume</string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00003463 <string name="disallow_adjust_volume_action">Adjusting the volume</string>
yuemingw08e99da2018-10-02 15:44:05 +01003464 <string name="disallow_config_date_time">Disallow config date time</string>
yuemingw2ed153e2018-01-12 12:28:17 +00003465 <string name="disallow_config_date_time_action">Configuring auto time, time, auto date or date</string>
yuemingwdeb7e092018-02-01 17:53:35 +00003466 <string name="disallow_config_location">Disallow config location</string>
yuemingw75b33ba2018-05-03 16:17:11 +01003467 <string name="disallow_config_location_action">Enabling or disabling location in settings or quick settings</string>
yuemingwc75f1e42018-01-15 16:50:07 +00003468 <string name="disallow_airplane_mode">Disallow airplane mode</string>
3469 <string name="disallow_airplane_mode_action">Toggling airplane mode switch bar or changing airplane mode state in quick settings</string>
yuemingw08e99da2018-10-02 15:44:05 +01003470 <string name="disallow_config_screen_timeout">Disallow config screen timeout</string>
3471 <string name="disallow_config_screen_timeout_action">Configuring sleep options in Display settings</string>
3472 <string name="disallow_config_brightness">Disallow config brightness</string>
3473 <string name="disallow_config_brightness_action">Configuring brightness level or adaptive brightness in Display settings, or toggling brightness slider in quick settings</string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00003474 <string name="disallow_apps_control">Disallow controlling apps</string>
3475 <string name="disallow_apps_control_action">DISABLE/UNINSTALL/FORCE STOP-ing any app in the managed device/profile other than CtsVerifier</string>
Sudheer Shanka43c57a52016-02-11 00:04:28 +00003476 <string name="disallow_config_cell_broadcasts">Disallow config cell broadcasts</string>
yuemingw44f40a12018-03-20 16:13:52 +00003477 <string name="disallow_config_cell_broadcasts_action">Configuring emergency alerts(cell broadcasts)</string>
Sudheer Shanka43c57a52016-02-11 00:04:28 +00003478 <string name="disallow_config_credentials">Disallow config credentials</string>
3479 <string name="disallow_config_credentials_action">Configuring user credentials</string>
3480 <string name="disallow_config_mobile_networks">Disallow config mobile networks</string>
3481 <string name="disallow_config_mobile_networks_action">Configuring mobile networks</string>
3482 <string name="disallow_config_tethering">Disallow config tethering</string>
Eric Sandness98174122018-10-05 12:11:24 +01003483 <string name="disallow_config_tethering_action">
3484 Configuring tethering and portable hotspots.\n
3485 NOTE: If the device does not support tethering please skip this test and mark it as passing.\n
3486 </string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00003487 <string name="disallow_config_wifi">Disallow config Wi-Fi</string>
3488 <string name="disallow_config_wifi_action">Modifying Wi-Fi configuration</string>
Sudheer Shanka43c57a52016-02-11 00:04:28 +00003489 <string name="disallow_debugging_features">Disallow debugging features</string>
3490 <string name="disallow_debugging_features_action">Enabling developer options</string>
3491 <string name="disallow_factory_reset">Disallow factory reset</string>
3492 <string name="disallow_factory_reset_action">Factory resetting the device</string>
Mahaver Chopraf1279f52016-01-25 16:22:44 +00003493 <string name="disallow_fun">Disallow fun</string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00003494 <string name="disallow_fun_action">Opening android easter egg game by tapping repeatedly on the \'Android version\' option</string>
Sudheer Shanka43c57a52016-02-11 00:04:28 +00003495 <string name="disallow_install_unknown_sources">Disallow install unknown sources</string>
Suprabh Shukla903d7a32017-03-22 17:00:24 -07003496 <string name="disallow_install_unknown_sources_action">Enabling \'Cts Verifier\' to install apps</string>
Irina Dumitrescu9d9bca02018-10-05 16:33:00 +01003497 <string name="disallow_install_unknown_sources_globally">Disallow install unknown sources globally</string>
3498 <string name="disallow_install_unknown_sources_globally_action">Enabling \'Cts Verifier\' to install apps device-wide</string>
Mahaver Chopraf1279f52016-01-25 16:22:44 +00003499 <string name="disallow_modify_accounts">Disallow modify accounts</string>
Eric Sandness77cce692018-08-15 15:50:51 +01003500 <string name="disallow_modify_accounts_action">Adding an account, and also removing an account (after you have previously added one)</string>
Sudheer Shanka43c57a52016-02-11 00:04:28 +00003501 <string name="disallow_network_reset">Disallow network reset</string>
3502 <string name="disallow_network_reset_action">Resetting network settings</string>
3503 <string name="disallow_outgoing_beam">Disallow outgoing beam</string>
3504 <string name="disallow_outgoing_beam_action">Switching on android beam</string>
3505 <string name="disallow_remove_user">Disallow remove user</string>
yuemingw32ab4552018-09-17 15:38:18 +01003506 <string name="device_owner_disallow_remove_user_info">
3507 Please press \'Create uninitialized user\' to create a user that is not set up. Then press the
Etan Cohen1f805e52019-01-08 14:16:20 -08003508 \'Set restriction\' button to set the user restriction.
Raff Tsai680dfaa2018-12-03 18:36:47 +08003509 Then press \'Go\' to open \'Multiple users\' setting. \n\n
yuemingw32ab4552018-09-17 15:38:18 +01003510
3511 Mark this test as passed if:\n\n
Raff Tsai680dfaa2018-12-03 18:36:47 +08003512 - Main switch is disabled and in off position\n
3513 \n
yuemingw32ab4552018-09-17 15:38:18 +01003514 Use the Back button to return to this page.
3515 </string>
3516 <string name="managed_user_disallow_remove_user_info">
3517 Please press the \'Set restriction\' button to set the user restriction.
Raff Tsai680dfaa2018-12-03 18:36:47 +08003518 Then press \'Go\' to open \'Multiple users\' setting. \n\n
yuemingw32ab4552018-09-17 15:38:18 +01003519
3520 Mark this test as passed if one of the following conditions is met:\n\n
Raff Tsai680dfaa2018-12-03 18:36:47 +08003521 - Main switch is disabled and in off position\n
3522 \n
yuemingw32ab4552018-09-17 15:38:18 +01003523 Use the Back button to return to this page.
3524 </string>
3525 <string name="device_owner_disallow_remove_user_create_user">Create uninitialized user</string>
Nicolas Prevotdcc81a32017-02-02 14:10:28 +00003526 <string name="disallow_remove_managed_profile">Disallow remove managed profile</string>
3527 <string name="disallow_remove_managed_profile_action">Removing the work profile. It shouldn\'t be possible neither from the Accounts screen nor the Device Administrators screen (after selecting the Device Administrator that corresponds to the badged version of \"CTS Verifier\")</string>
Mahaver Chopraf1279f52016-01-25 16:22:44 +00003528 <string name="disallow_share_location">Disallow share location</string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00003529 <string name="disallow_share_location_action">Turning on location sharing</string>
Sudheer Shanka43c57a52016-02-11 00:04:28 +00003530 <string name="disallow_uninstall_apps">Disallow uninstall apps</string>
yuemingwe39cde62018-09-17 15:44:39 +01003531 <string name="disallow_uninstall_apps_action">
3532 a. If testing in work profile: uninstall applications from the work profile (badged applications) other than CtsVerifier and system apps. \n
3533 b. Otherwise: uninstall applications other than CtsVerifier and system apps
3534 </string>
Pavel Grafov2d3218e2017-11-02 14:59:31 +00003535 <string name="disallow_unified_challenge">Disallow unified challenge</string>
3536 <string name="disallow_unified_challenge_action">Setting one lock for both personal and work profiles. IMPORTANT: Separate work lock should be set prior to this test in Set work lock test</string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00003537 <string name="disallow_keyguard_unredacted_notifications">Disallow lockscreen unredacted notification</string>
3538 <string name="disallow_keyguard_unredacted_notifications_set_step">Disallow unredacted notifications when device is locked by turning on the switch below</string>
3539 <string name="disallow_keyguard_unredacted_notifications_action">Selecting show all notification content when device is locked</string>
3540 <string name="disallow_keyguard_unredacted_notifications_widget_label">@string/disallow_keyguard_unredacted_notifications</string>
Sudheer Shanka43c57a52016-02-11 00:04:28 +00003541 <string name="set_auto_time_required">Set auto (network) time required</string>
3542 <string name="auto_time_required_set_step">Set auto time required policy by turning on the switch below</string>
3543 <string name="set_auto_time_required_action">Modifying date and time</string>
3544 <string name="set_auto_time_required_widget_label">@string/set_auto_time_required</string>
3545 <string name="set_lock_screen_info">Set lock screen info</string>
3546 <string name="lock_screen_info_set_step">Select a lock screen info by setting a non-empty message in the edittext below.</string>
3547 <string name="set_lock_screen_info_action">Modifying lock screen message</string>
3548 <string name="set_lock_screen_info_widget_label">@string/set_lock_screen_info</string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00003549 <string name="set_maximum_time_to_lock">Set maximum time to lock</string>
3550 <string name="maximum_time_to_lock_set_step">
3551 Select a non-zero maximum time to lock value by setting a value in the edittext box below.
Mahaver Chopraf1279f52016-01-25 16:22:44 +00003552 </string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00003553 <string name="set_maximum_time_to_lock_action">Selecting maximum time to lock greater than the set value below</string>
3554 <string name="set_maximum_time_to_lock_widget_label">Set maximum time to lock (in Sec):</string>
3555 <string name="set_password_quality">Set password quality</string>
3556 <string name="password_quality_set_step">Set minimum password quality by selecting an option in the spinner below.</string>
3557 <string name="set_password_quality_action">Setting a password which does not meet the requirements of the password quality selected</string>
3558 <string name="set_password_quality_widget_label">@string/set_password_quality</string>
3559 <string name="password_quality_unspecified">Unspecified</string>
3560 <string name="password_quality_something">Something</string>
3561 <string name="password_quality_numeric">Numeric</string>
3562 <string name="password_quality_numeric_complex">Numeric (Complex)</string>
3563 <string name="password_quality_alphabetic">Alphabetic</string>
3564 <string name="password_quality_alphanumeric">Alphanumeric</string>
3565 <string name="password_quality_complex">Complex</string>
3566 <string name="set_permitted_accessibility_services">Set permitted accessibility services</string>
3567 <string name="permitted_accessibility_services_set_step">
Sudheer Shankad7df6ba2016-11-09 18:43:36 -08003568 Check that \'Dummy Accessibility service\' is not enabled in Settings and disallow \'Dummy Accessibility service\' from permitted accessibility services by turning on
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00003569 the switch below.
Mahaver Chopraf1279f52016-01-25 16:22:44 +00003570 </string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00003571 <string name="set_permitted_accessibility_services_action">
3572 Enabling \'Dummy Accessibility service\' in the list of accessibility services
Mahaver Chopraf1279f52016-01-25 16:22:44 +00003573 </string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00003574 <string name="set_permitted_accessibility_services_widget_label">
3575 Allow only system accessibility services:
Mahaver Chopraf1279f52016-01-25 16:22:44 +00003576 </string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00003577 <string name="set_permitted_input_methods">Set permitted input methods</string>
3578 <string name="permitted_input_methods_set_step">
Raj Mamadgie24cc4c2017-12-12 17:05:49 -08003579 Check that \'Dummy Input method\', along with all other non-system apps, are not enabled in Settings. Then disallow \'Dummy Input method\' from permitted input methods by turning on the switch below.
Mahaver Chopraf1279f52016-01-25 16:22:44 +00003580 </string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00003581 <string name="set_permitted_input_methods_action">
Tony Maka85fb3e2017-12-21 17:29:25 +00003582 Enabling \'Dummy Input method\' in the list of input methods
Mahaver Chopraf1279f52016-01-25 16:22:44 +00003583 </string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00003584 <string name="set_permitted_input_methods_widget_label">
3585 Allow only system input methods:
Mahaver Chopraf1279f52016-01-25 16:22:44 +00003586 </string>
3587
Bartosz Fabianowski4dbb1eb2016-12-01 19:13:33 +01003588 <!-- Strings used for enterprise privacy tests -->
Bartosz Fabianowski14ab6492017-03-24 12:09:35 +01003589 <string name="enterprise_privacy_test">Managed device info tests</string>
3590 <string name="enterprise_privacy_page">Managed device info page</string>
Bartosz Fabianowski4dbb1eb2016-12-01 19:13:33 +01003591 <string name="enterprise_privacy_page_info">
3592 Please press the Go button to open Settings. Verify that:\n
Bartosz Fabianowski9ef1aa72017-10-09 14:33:44 +02003593 1) One of the Settings screens contains an entry for managed device information.\n
Bartosz Fabianowskif8c45ef2017-01-20 19:34:31 +01003594 2) Tapping that entry opens a screen.\n
Bartosz Fabianowski14ab6492017-03-24 12:09:35 +01003595 3) In this screen, at a minimum, you are told your organization can:\n
Bartosz Fabianowskif8c45ef2017-01-20 19:34:31 +01003596 * Change settings on this device.\n
3597 * See data associated with your work account.\n
3598 * See the list of all apps on your device.\n
3599 * See usage of each app on your device.\n
3600 * Lock the device and change the password.\n
3601 * Wipe the device.\n
Bartosz Fabianowski4dbb1eb2016-12-01 19:13:33 +01003602 \n
3603 Use the Back button to return to this page.
3604 </string>
3605 <string name="enterprise_privacy_open_settings">Open Settings</string>
3606 <string name="enterprise_privacy_network_logging">Retrieve traffic logs</string>
3607 <string name="enterprise_privacy_network_logging_info">
3608 Please do the following:\n
3609 1) Press the Retrieve Traffic Logs button and record the time at which you did this.\n
3610 2) Wait one minute.\n
3611 3) Press the Open Settings button.\n
3612 4) In the screen that opens, verify that you are told traffic logs were last retrieved at the time you pressed the Retrieve Traffic Logs button in step (1).\n
3613 \n
3614 Use the Back button to return to this page.
3615 </string>
3616 <string name="enterprise_privacy_retrieve_network_logs">Retrieve Traffic Logs</string>
3617 <string name="enterprise_privacy_bug_report">Request bug report</string>
3618 <string name="enterprise_privacy_bug_report_info">
3619 Please do the following:\n
3620 1) Press the Request Bug Report button and record the time at which you did this.\n
3621 2) Wait one minute.\n
3622 3) Press the Open Settings button.\n
3623 4) In the screen that opens, verify that you are told a bug report was last requested at the time you pressed the Request Bug Report button in step (1).\n
3624 \n
3625 Use the Back button to return to this page.
3626 </string>
3627 <string name="enterprise_privacy_request_bug_report">Request Bug Report</string>
3628 <string name="enterprise_privacy_security_logging">Retrieve security logs</string>
3629 <string name="enterprise_privacy_security_logging_info">
3630 Please do the following:\n
3631 1) Press the Retrieve Security Logs button and record the time at which you did this.\n
3632 2) Wait one minute.\n
3633 3) Press the Open Settings button.\n
3634 4) In the screen that opens, verify that you are told security logs were last retrieved at the time you pressed the Retrieve Security Logs button in step (1).\n
3635 \n
3636 Use the Back button to return to this page.
3637 </string>
3638 <string name="enterprise_privacy_retrieve_security_logs">Retrieve Security Logs</string>
3639 <string name="enterprise_privacy_clear_organization">Clear Org</string>
3640 <string name="enterprise_privacy_set_organization">Set Org</string>
Bartosz Fabianowskic5716cc2017-01-13 21:13:42 +01003641 <string name="enterprise_privacy_enterprise_installed_apps">Enterprise-installed apps</string>
3642 <string name="enterprise_privacy_enterprise_installed_apps_info">
3643 Please do the following:\n
3644 1) You should have received NotificationBot.apk together with the CTS verifier. If you built the CTS verifier yourself, build the NotificationBot.apk by issuing the following command on the host:\n
3645 make NotificationBot\n
3646 2) Upload the NotificationBot.apk to your device by issuing the following command on the host:\n
3647 adb push /path/to/NotificationBot.apk /sdcard\n
3648 3) Press the Uninstall button.\n
3649 4) Press the Open Settings button.\n
3650 5) In the screen that opens, verify that you are not told that your administrator installed any apps.\n
3651 6) Use the Back button to return to this page.\n
3652 7) Press the Install button.\n
Denis Kuznetsov9f452a12017-04-12 18:40:31 +02003653 8) Press the Open Settings button.\n
3654 9) In the screen that opens, verify that you are told now that your administrator installed at least one app.\n
3655 10) Tap on that information. Verify that a list of apps installed shows.\n
3656 11) Verify that the list contains the CTS Robot app.\n
3657 12) Use the Back button to return to this page.\n
3658 13) Press the Uninstall button.\n
3659 14) Issue the following command on the host:\n
Bartosz Fabianowskic5716cc2017-01-13 21:13:42 +01003660 adb shell rm /sdcard/NotificationBot.apk
3661 </string>
3662 <string name="enterprise_privacy_install">Install</string>
3663 <string name="enterprise_privacy_uninstall">Uninstall</string>
Bartosz Fabianowski1d492ad72017-01-16 21:27:39 +01003664 <string name="enterprise_privacy_admin_granted_location_access">Location access permission</string>
3665 <string name="enterprise_privacy_admin_granted_location_access_info">
3666 Please do the following:\n
3667 1) Press the Reset button.\n
3668 2) Press the Open Settings button.\n
Bartosz Fabianowski14ab6492017-03-24 12:09:35 +01003669 3) In the screen that opens, verify that you are not told that your administrator has granted location access to any apps.\n
Bartosz Fabianowski1d492ad72017-01-16 21:27:39 +01003670 4) Use the Back button to return to this page.\n
3671 5) Press the Grant button.\n
Denis Kuznetsovecfd9b72017-03-10 16:41:14 +01003672 6) Press the Open Settings button.\n
Bartosz Fabianowski14ab6492017-03-24 12:09:35 +01003673 7) In the screen that opens, verify that you are told now that your administrator has granted location access to at least one app.\n
3674 8) Tap on that information. Verify that a list of apps which have location access shows.\n
Denis Kuznetsov9f452a12017-04-12 18:40:31 +02003675 9) Verify that the list contains the CTS Verifier app.\n
Bartosz Fabianowski14ab6492017-03-24 12:09:35 +01003676 10) Use the Back button to return to this page.\n
3677 11) Press the Reset button.
Bartosz Fabianowski1d492ad72017-01-16 21:27:39 +01003678 </string>
3679 <string name="enterprise_privacy_reset">Reset</string>
3680 <string name="enterprise_privacy_grant">Grant</string>
3681 <string name="enterprise_privacy_admin_granted_microphone_access">Microphone access permission</string>
3682 <string name="enterprise_privacy_admin_granted_microphone_access_info">
3683 Please do the following:\n
3684 1) Press the Reset button.\n
3685 2) Press the Open Settings button.\n
Bartosz Fabianowski14ab6492017-03-24 12:09:35 +01003686 3) In the screen that opens, verify that you are not told that your administrator has granted microphone access to any apps.\n
Bartosz Fabianowski1d492ad72017-01-16 21:27:39 +01003687 4) Use the Back button to return to this page.\n
3688 5) Press the Grant button.\n
Denis Kuznetsovecfd9b72017-03-10 16:41:14 +01003689 6) Press the Open Settings button.\n
Bartosz Fabianowski14ab6492017-03-24 12:09:35 +01003690 7) In the screen that opens, verify that you are told now that your administrator has granted microphone access to at least one app.\n
3691 8) Tap on that information. Verify that a list of apps that have microphone access shows.\n
Denis Kuznetsov9f452a12017-04-12 18:40:31 +02003692 9) Verify that the list contains the CTS Verifier app.\n
Bartosz Fabianowski14ab6492017-03-24 12:09:35 +01003693 10) Use the Back button to return to this page.\n
3694 11) Press the Reset button.
Bartosz Fabianowski1d492ad72017-01-16 21:27:39 +01003695 </string>
3696 <string name="enterprise_privacy_admin_granted_camera_access">Camera access permission</string>
3697 <string name="enterprise_privacy_admin_granted_camera_access_info">
3698 Please do the following:\n
3699 1) Press the Reset button.\n
3700 2) Press the Open Settings button.\n
Bartosz Fabianowski14ab6492017-03-24 12:09:35 +01003701 3) In the screen that opens, verify that you are not told that your administrator has granted camera access to any apps.\n
Bartosz Fabianowski1d492ad72017-01-16 21:27:39 +01003702 4) Use the Back button to return to this page.\n
3703 5) Press the Grant button.\n
Denis Kuznetsovecfd9b72017-03-10 16:41:14 +01003704 6) Press the Open Settings button.\n
Bartosz Fabianowski14ab6492017-03-24 12:09:35 +01003705 7) In the screen that opens, verify that you are told now that your administrator has granted camera access to at least one app.\n
3706 8) Tap on that information. Verify that a list of apps that have camera access shows.\n
Denis Kuznetsov9f452a12017-04-12 18:40:31 +02003707 9) Verify that the list contains the CTS Verifier app.\n
Bartosz Fabianowski14ab6492017-03-24 12:09:35 +01003708 10) Use the Back button to return to this page.\n
3709 11) Press the Reset button.
Bartosz Fabianowski1d492ad72017-01-16 21:27:39 +01003710 </string>
Bartosz Fabianowskif4603ae2017-01-20 13:53:48 +01003711 <string name="enterprise_privacy_default_apps">Default apps</string>
3712 <string name="enterprise_privacy_default_apps_info">
3713 Please do the following:\n
Jun Ishimura490cd452017-09-22 21:24:21 +09003714 1) When a default browser is set, you must clear it by step (2), (3) and (4).\n
3715 2) Confirm default browser by "Settings &gt; Apps &amp; notifications &gt; Default apps &gt; Browser app".\n
3716 3) Tap default browser app in the "Settings &gt; Apps &amp; notifications &gt; App info".\n
3717 4) Tap "Open by default" and Tap "CLEAR DEFAULTS"\n
3718 5) Press the Reset button.\n
Denis Kuznetsov9f452a12017-04-12 18:40:31 +02003719 6) Press the Open Settings button.\n
Jun Ishimura490cd452017-09-22 21:24:21 +09003720 7) In the screen that opens, verify that you are not told that your administrator set any default apps.\n
3721 8) Use the Back button to return to this page.\n
3722 9) Press the Set Default Apps button.\n
3723 10) Press the Open Settings button.\n
3724 11) In the screen that opens, verify that you are now told that your administrator has set 7 default apps.\n
3725 12) Tap on that information. Verify that a list of default apps shows, with 7 elements in it.\n
3726 13) Verify that each element shows the CTS Verifier is the default app.\n
3727 14) Use the Back button to return to this page.\n
3728 15) Press the Reset button.
Bartosz Fabianowskif4603ae2017-01-20 13:53:48 +01003729 </string>
3730 <string name="enterprise_privacy_set_default_apps">Set Default Apps</string>
Bartosz Fabianowski9ce96032017-02-17 16:53:02 +01003731 <string name="enterprise_privacy_default_ime">Default keyboard</string>
3732 <string name="enterprise_privacy_default_ime_info">
3733 Please do the following:\n
3734 1) Press the Open Settings button.\n
3735 2) In the screen that opens, verify that you are not told the default keyboard has been set.\n
3736 3) Use the Back button to return to this page.\n
3737 4) Press the Set Keyboard button to set the default keyboard.\n
3738 5) Repeat steps (1) through (3), verifying that in step (2), you are told now that the default keyboard has been set to CTS Verifier.\n
3739 6) Press the Finish button to clear the default keyboard.
3740 </string>
3741 <string name="enterprise_privacy_set_keyboard">Set Keyboard</string>
3742 <string name="enterprise_privacy_finish">Finish</string>
Bartosz Fabianowskib2a1d2d2017-01-09 20:33:02 +01003743 <string name="enterprise_privacy_always_on_vpn">Always-on VPN</string>
3744 <string name="enterprise_privacy_always_on_vpn_info">
3745 Please do the following:\n
3746 1) Press the Open Settings button.\n
3747 2) In the screen that opens, verify that you are not told that an always-on VPN is set.\n
3748 3) Use the Back button to return to this page.\n
3749 4) Press the Set VPN button to set an always-on VPN.\n
3750 5) Repeat steps (1) through (3), verifying that in step (2), you are told now that an always-on VPN is set.\n
3751 6) Press the Finish button to clear the always-on VPN.
3752 </string>
3753 <string name="enterprise_privacy_set_always_on_vpn">Set VPN</string>
Bartosz Fabianowskib2a1d2d2017-01-09 20:33:02 +01003754 <string name="enterprise_privacy_comp_always_on_vpn">Always-on VPN (managed profile)</string>
3755 <string name="enterprise_privacy_comp_always_on_vpn_info">
3756 Please do the following:\n
3757 1) Press the Start button to create a work profile.\n
3758 2) Press the Open Settings button.\n
3759 3) In the screen that opens, verify that you are not told that an always-on VPN is set.\n
3760 4) Use the Back button to return to this page.\n
3761 5) Press the Set VPN button to set an always-on VPN in your work profile.\n
3762 6) Repeat steps (2) through (4), verifying that in step (3), you are told now that an always-on VPN is set in your work profile.\n
3763 7) Press the Finish button to remove the work profile and always-on VPN.
3764 </string>
3765 <string name="enterprise_privacy_start">Start</string>
Bartosz Fabianowskib45d6782017-01-11 14:39:12 +01003766 <string name="enterprise_privacy_global_http_proxy">Global HTTP Proxy</string>
3767 <string name="enterprise_privacy_global_http_proxy_info">
3768 Please do the following:\n
3769 1) Press the Open Settings button.\n
3770 2) In the screen that opens, verify that you are not told that a global HTTP proxy has been set.\n
3771 3) Use the Back button to return to this page.\n
3772 4) Press the Set Proxy button.\n
3773 5) Repeat steps (1) through (3), verifying that in step (2), you are told now that a global HTTP proxy has been set.\n
3774 6) Press the Clear Proxy button.
3775 </string>
Bartosz Fabianowskid477b722017-03-08 10:45:26 +01003776 <string name="enterprise_privacy_ca_certs">Trusted CA certs</string>
3777 <string name="enterprise_privacy_ca_certs_info">
3778 Please do the following:\n
3779 1) Press the Open Settings button.\n
3780 2) In the screen that opens, verify that you are not told that your administrator installed trusted CA certs.\n
3781 3) Use the Back button to return to this page.\n
3782 4) Press the Install Cert button to install a trusted CA cert.\n
Bartosz Fabianowski14ab6492017-03-24 12:09:35 +01003783 5) Repeat steps (1) through (3), verifying that in step (2), you are told now that the administrator has installed at least one trusted CA cert.\n
Bartosz Fabianowskid477b722017-03-08 10:45:26 +01003784 6) Press the Finish button to clear the cert.
3785 </string>
3786 <string name="enterprise_privacy_install_cert">Install Cert</string>
3787 <string name="enterprise_privacy_comp_ca_certs">Trusted CA certs (managed profile)</string>
3788 <string name="enterprise_privacy_comp_ca_certs_info">
3789 Please do the following:\n
3790 1) Press the Start button to create a work profile.\n
3791 2) Press the Settings button.\n
3792 3) In the screen that opens, verify that you are not told that your administrator installed trusted CA certs.\n
3793 4) Use the Back button to return to this page.\n
3794 5) Press the Install Cert button to install a trusted CA cert in your work profile.\n
Bartosz Fabianowski14ab6492017-03-24 12:09:35 +01003795 6) Repeat steps (2) through (4), verifying that in step (3), you are told now that the administrator has installed at least one trusted CA cert in your work profile.\n
Bartosz Fabianowskid477b722017-03-08 10:45:26 +01003796 7) Press the Finish button to remove the work profile and cert.
3797 </string>
3798 <string name="enterprise_privacy_settings">Settings</string>
Bartosz Fabianowskib45d6782017-01-11 14:39:12 +01003799 <string name="enterprise_privacy_set_proxy">Set Proxy</string>
3800 <string name="enterprise_privacy_clear_proxy">Clear Proxy</string>
Bartosz Fabianowskic573bc72017-02-15 15:17:31 +01003801 <string name="enterprise_privacy_failed_password_wipe">Wipe on authentication failure</string>
3802 <string name="enterprise_privacy_failed_password_wipe_info">
3803 Please do the following:\n
3804 1) Press the Open Settings button.\n
3805 2) In the screen that opens, verify that you are not told all device data will be deleted if you mistype your password too many times.\n
3806 3) Use the Back button to return to this page.\n
3807 4) Press the Set Limit button to set the maximum number of password attempts.\n
3808 5) Repeat steps (1) through (3), verifying that in step (2), you are told now that all device data will be deleted if you mistype your password 100 times.\n
3809 6) Press the Finish button to clear the maximum number of password attempts.
3810 </string>
3811 <string name="enterprise_privacy_set_limit">Set Limit</string>
3812 <string name="enterprise_privacy_comp_failed_password_wipe">Wipe on authentication failure (managed profile)</string>
3813 <string name="enterprise_privacy_comp_failed_password_wipe_info">
3814 Please do the following:\n
3815 1) Press the Start button to create a work profile.\n
3816 2) Press the Open Settings button.\n
3817 3) In the screen that opens, verify that you are not told work profile data will be deleted if you mistype your password too many times.\n
3818 4) Use the Back button to return to this page.\n
3819 5) Press the Set Limit button to set the maximum number of password attempts.\n
Bartosz Fabianowski14ab6492017-03-24 12:09:35 +01003820 6) Repeat steps (2) through (4), verifying that in step (3), you are told now that work profile data will be deleted if you mistype your password 100 times.\n
Bartosz Fabianowskic573bc72017-02-15 15:17:31 +01003821 7) Press the Finish button to remove the work profile.
3822 </string>
Bartosz Fabianowski4dbb1eb2016-12-01 19:13:33 +01003823 <string name="enterprise_privacy_quick_settings">Quick settings disclosure</string>
3824 <string name="enterprise_privacy_quick_settings_info">
3825 Please do the following:\n
3826 1) Press the Clear Org button.\n
3827 2) Open and fully expand Quick Settings.\n
3828 3) Verify that at the bottom of Quick Settings, you are told the device is managed.\n
3829 4) Close Quick Settings.\n
3830 5) Press the Set Org button.\n
3831 6) Open and fully expand Quick Settings.\n
3832 7) Verify that at the bottom of Quick Settings, you are told the device is managed by \"Foo, Inc.\".\n
3833 8) Tap on the information.\n
3834 9) Verify that a dialog informing you about device monitoring opens.\n
3835 10) Tap the \"Learn more\" link.\n
3836 11) Verify that a screen informing you what your managing organization can do is shown.\n
3837 \n
bxu10xc4c3fca2018-07-18 15:02:38 +08003838 Use the Back button to return to this page. If this device does not have quick settings, please skip this test and mark it passing.
Bartosz Fabianowski4dbb1eb2016-12-01 19:13:33 +01003839 </string>
3840 <string name="enterprise_privacy_keyguard">Keyguard disclosure</string>
3841 <string name="enterprise_privacy_keyguard_info">
3842 Please do the following:\n
3843 1) Press the Open Settings button to open Settings.\n
3844 2) Navigate to \"Security\" &gt; \"Screen lock\" and select the first screen lock type that is not \"None\".\n
3845 3) Use the Back button to return to this page.\n
3846 4) Press the Clear Org button.\n
3847 5) Lock the device.\n
3848 6) Verify that on the lock screen, you are told the device is managed.\n
3849 7) Unlock the device.\n
3850 8) Press the Set Org button.\n
3851 9) Lock the device.\n
3852 10) Verify that on the lock screen, you are told the device is managed by \"Foo, Inc.\".\n
3853 11) Unlock the device.\n
3854 12) Repeat steps (1) through (11) for each screen lock type other than \"None\".
3855 </string>
Bartosz Fabianowski006d06b2017-01-18 17:31:18 +01003856 <string name="enterprise_privacy_add_account">Add account disclosure</string>
3857 <string name="enterprise_privacy_add_account_info">
3858 Please do the following:\n
3859 1) Press the Clear Org button.\n
3860 2) Press the Open Settings button.\n
3861 3) In the screen that opens, verify that you are told that the device is managed.\n
3862 4) Use the Back button to return to this page.\n
3863 5) Press the Set Org button.\n
3864 6) Press the Open Settings button.\n
3865 7) In the screen that opens, verify that you are told that the device is managed by \"Foo, Inc.\".\n
3866 8) Tap the \"Learn more\" link.\n
3867 9) Verify that a screen informing you what your managing organization can do is shown.\n
3868 11) Use the Back button to return to this page.
3869 </string>
Bartosz Fabianowskif4603ae2017-01-20 13:53:48 +01003870 <string name="enterprise_privacy_default_app">CTS Verifier Test</string>
Bartosz Fabianowski4dbb1eb2016-12-01 19:13:33 +01003871
phweiss82870092016-12-20 20:03:02 +01003872 <!-- Strings for Network Logging Tests -->
3873 <string name="device_owner_network_logging_ui">Network Logging UI</string>
3874 <string name="device_owner_network_logging_ui_info">Please do the following:\n
3875 1) Open and fully expand Quick Settings.\n
3876 2) Check that you are told that your device is managed.\n
3877 3) Close Quick Settings.\n
3878 4) Enable network logging by tapping on the left button below.\n
3879 5) Open Quick Settings again. Check that an icon appeared next to the text about device management.\n
3880 6) Verify that a notification including the same icon popped up, informing you that network logging has been enabled.\n
3881 7) Tap the notification.\n
3882 8) Verify that a dialog about device monitoring opens, and informs you about: the name of the app that manages this device, details about the device owner\'s capabilities, and information that the admin has activated network logging and can see all network traffic.\n
3883 9) Close the dialog.\n
3884 10) Tap the right button below to disable network logging.\n
3885 11) Verify that the notification disappeared.\n
bxu10xc4c3fca2018-07-18 15:02:38 +08003886 \n
3887 If this device does not have quick settings, please skip this test and mark it passing.
phweiss82870092016-12-20 20:03:02 +01003888 </string>
3889 <string name="device_owner_enable_network_logging_button">Enable Network Logging</string>
3890 <string name="device_owner_disable_network_logging_button">Disable Network Logging</string>
3891
arangelov4d3cc8b2018-09-24 17:11:29 +01003892 <!-- Strings for Customize Lock Screen Message -->
3893 <string name="device_owner_customize_lockscreen_message">Customize Lock Screen Message</string>
3894 <string name="device_owner_customize_lockscreen_message_info">Please do the following:\n
3895 1) Press the \"Go\" button to go to Settings\n
3896 2) Find the \"Screen lock\" option and set it to \"Swipe\"\n
3897 3) Use the Back button to return to this page\n
3898 4) In the field below, write a lock screen message.\n
3899 5) Press the \"Set lock screen message\" button\n
3900 6) Press Power button once to lock the screen.\n
3901 7) Press Power button again to reveal the lock screen.\n
3902 8) Verify that the message from step 1) appears on the lock screen.\n
3903 9) Unlock the screen and return to this page.\n
3904 10) Press the \"Go\" button to go to Settings\n
3905 11) Find the \"Lock screen message\" option\n
3906 12) Verify that you cannot modify the setting.\n
3907 13) Use the Back button to return to this page.\n
3908 14) Press the \"Go\" button to go to Settings\n
3909 15) Find the \"Screen lock\" option and set it to \"None\"\n
3910 16) Use the Back button to return to this page
3911 </string>
3912 <string name="device_owner_set_lockscreen_message_button">Set lock screen message</string>
3913 <string name="device_owner_set_lockscreen_message_hint">My lock screen message</string>
3914 <string name="device_owner_lockscreen_message_cannot_be_empty">Lock screen message cannot be empty.</string>
3915
Nicolas Prevotdcc81a32017-02-02 14:10:28 +00003916 <string name="comp_test">Corporate Owned Managed Profile</string>
3917 <string name="comp_provision_profile_dialog_title">Provision work profile</string>
3918 <string name="comp_provision_profile_dialog_text">Press the OK button to start the managed provisioning flow, and complete the flow to create a work profile</string>
3919
Alex Chau5683d4c2017-12-19 12:19:46 +00003920 <string name="managed_user_test">Managed User</string>
3921 <string name="managed_user_positive_tests">Managed User positive tests</string>
3922 <string name="managed_user_positive_tests_instructions">
3923 The positive managed user tests verify policies on a managed user created by a device owner.
3924 \n
3925 Press Go button to create a managed user, and you will be switched to the managed user
3926 automatically. Dismiss the keyguard and a \'Managed User Tests\' should launch.\n
3927 Follow the test instructions and press \'pass\' or \'fail\' to return to this screen.\n
3928 </string>
3929 <string name="managed_user_positive_tests_info">
3930 The positive managed user tests verify policies on a managed user created by a device owner.
3931 Proceed to the test cases, then press \'pass\' or \'fail\' to finish this test.
3932 </string>
3933 <string name="managed_user_positive_category">Managed User Tests</string>
3934 <string name="managed_user_check_managed_user_test">Check affiliated profile owner</string>
3935 <string name="managed_user_incorrect_managed_user">Missing or incorrect affiliated profile owner: CTSVerifier is not affilaited PO!</string>
3936
Alex Chau1205a482018-01-23 19:43:51 +00003937 <string name="device_owner_disallow_user_switch">Disallow user switch</string>
3938 <string name="device_owner_disallow_user_switch_info">
Alex Chau4c2877a2018-01-30 15:09:40 +00003939 Press \'Create uninitialized user\' to create a user that is not setup.
Raff Tsai680dfaa2018-12-03 18:36:47 +08003940 Then press \'Set restriction\' button to set the user restriction.
3941 Then press \'Go\' to open multiple users settings.
Alex Chau1205a482018-01-23 19:43:51 +00003942 Confirm that:\n
3943 \n
Raff Tsai680dfaa2018-12-03 18:36:47 +08003944 - Main switch is disabled and in off position\n
Alex Chau1205a482018-01-23 19:43:51 +00003945 \n
3946 In additional, if quick settings is available, confirm that user switcher is hidden or
3947 disabled.
3948 Use the Back button to return to this page.
3949 </string>
Alex Chau4c2877a2018-01-30 15:09:40 +00003950 <string name="device_owner_disallow_user_switch_create_user">Create uninitialized user</string>
Alex Chau1205a482018-01-23 19:43:51 +00003951
3952 <string name="device_owner_user_switcher_message">User switcher message</string>
3953 <string name="device_owner_user_switcher_message_info">
3954 1. Please press the \'With user switcher message\' button to set the user switcher message.
3955 You will then be automatically switched to a secondary user. If a user switcher dialog shows
3956 up, it should read \'Start user session\'. Wait until you are automatically switched back to
3957 primary, if a user switcher dialog shows up, it should read \'End user session\'.
3958
3959 \n
3960 2. Please press the \'Without user switcher message\' button to clear the user switcher
3961 message. You will then be automatically switched to a secondary user. If a user switcher
3962 dialog shows up, it should read \'Switching to managed user\'. Wait until you are
3963 automatically switched back to primary, if a user switcher dialog shows up, it should read
3964 \'Switching to (name of primary user)\'.
3965 </string>
3966 <string name="device_owner_with_user_switcher_message">With user switcher message</string>
3967 <string name="device_owner_without_user_switcher_message">Without user switcher message</string>
3968
3969 <string name="device_owner_enable_logout">Logout</string>
3970 <string name="device_owner_enable_logout_info">
3971 Please press the Go button to enable logout. You will then be switched to a newly created
3972 user.
3973 Look for a way to logout the current user without unlocking the lock screen. The control is
3974 usually named \'End session\'.\n
3975 The location may vary depending on manufacturer, typical locations are:\n
3976 - In power button menu by long pressing power button.\n
3977 - On the lock screen.\n
3978 \n
3979 When successfully logout and switched back to primary user, confirm that the logout control
3980 is not available in primary user.
3981 </string>
3982
Matthew Williams547b8162014-10-15 10:18:11 -07003983 <!-- Strings for JobScheduler Tests -->
3984 <string name="js_test_description">This test is mostly automated, but requires some user interaction. You can pass this test once the list items below are checked.</string>
3985
3986 <string name="js_idle_test">Idle Mode Constraints</string>
3987 <string name="js_start_test_text">Start test</string>
Jim Kaye12507db2016-11-07 11:24:54 -08003988 <string name="js_idle_instructions">Verify the behavior of the JobScheduler API for when the device is in idle mode. Simply follow the on-screen instructions.</string>
Matthew Williams547b8162014-10-15 10:18:11 -07003989 <string name="js_idle_description_1">Turn the screen off and then back on in order to begin.</string>
Shreyas Basarge52013e12015-11-05 17:02:27 +00003990 <string name="js_idle_continue_instruction">
3991 Switch off screen and wait for it to turn on to continue.
3992 </string>
Matthew Williams547b8162014-10-15 10:18:11 -07003993 <string name="js_idle_item_idle_off">Idle job does not execute when device is not idle.</string>
3994 <string name="js_idle_item_idle_on">Idle job does execute when device is forced into idle.</string>
3995
3996 <string name="js_charging_test">Charging Constraints</string>
Jim Kaye12507db2016-11-07 11:24:54 -08003997 <string name="js_charging_instructions">Verify the behavior of the JobScheduler API for when the device is on power and unplugged from power. Simply follow the on-screen instructions.</string>
Shreyas Basarge2c439012015-11-16 23:10:34 +00003998 <string name="js_charging_description_1">Plug in the charger if it isn\'t already plugged in.</string>
Matthew Williams547b8162014-10-15 10:18:11 -07003999 <string name="js_charging_off_test">Device not charging will not execute a job with a charging constraint.</string>
4000 <string name="js_charging_on_test">Device when charging will execute a job with a charging constraint.</string>
Shreyas Basarge2c439012015-11-16 23:10:34 +00004001 <string name="js_charging_description_2">After the above test has passed, remove the charger to continue. If the above failed, you can simply fail this test.</string>
Jim Kaye12507db2016-11-07 11:24:54 -08004002 <string name="js_charging_description_3">Device is plugged in. Please wait while it gets into stable charging state.</string>
Christopher Tate4bd92822017-03-06 17:44:39 -08004003 <string name="js_charging_description_4">There seems to be a problem with your charger. Please try again.</string>
Matthew Williams547b8162014-10-15 10:18:11 -07004004
4005 <string name="js_connectivity_test">Connectivity Constraints</string>
Jim Kaye12507db2016-11-07 11:24:54 -08004006 <string name="js_connectivity_instructions">Verify the behavior of the JobScheduler API for when the device has no access to data connectivity. Simply follow the on-screen instructions.</string>
Sam Lin5488f592017-04-05 18:59:24 -07004007 <string name="js_connectivity_description_1">Disable WiFi and Mobile data to begin.</string>
Matthew Williams547b8162014-10-15 10:18:11 -07004008 <string name="js_unmetered_connectivity_test">Device with no connectivity will not execute a job with an unmetered connectivity constraint.</string>
4009 <string name="js_any_connectivity_test">Device with no connectivity will not execute a job with an unmetered connectivity constraint.</string>
4010 <string name="js_no_connectivity_test">Device with no connectivity will still execute a job with no connectivity constraints.</string>
Chris Wren451834f2014-10-28 14:32:45 -04004011
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07004012 <!-- String for the bundled TV app Tests -->
Wonsik Kim18aa5752014-10-30 00:47:57 +09004013
Dongwon Kang83efe7e2015-07-17 15:01:35 -07004014 <string name="tv_input_discover_test">3rd-party TV input test</string>
Wonsik Kimf16680b2014-11-20 23:11:16 +09004015 <string name="tv_input_discover_test_info">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07004016 Verify that the bundled TV app launches via Intent and calls the proper API to discover
Dongwon Kang83efe7e2015-07-17 15:01:35 -07004017 3rd-party TV inputs.
Wonsik Kimf16680b2014-11-20 23:11:16 +09004018 </string>
Shubang84c9fd72017-04-26 16:59:32 -07004019 <string name="tv_input_discover_test_third_party_tif_input_support">
4020 Does the bundled TV app support third-party TV inputs?
4021 </string>
Wonsik Kim18aa5752014-10-30 00:47:57 +09004022 <string name="tv_input_discover_test_go_to_setup">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07004023 Select the \"Launch TV app\" button and set up the newly installed TV input:
Wonsik Kimf16680b2014-11-20 23:11:16 +09004024 \"CTS Verifier\".
Wonsik Kim18aa5752014-10-30 00:47:57 +09004025 </string>
4026 <string name="tv_input_discover_test_verify_setup">
4027 Setup activity must have been started.
4028 </string>
4029 <string name="tv_input_discover_test_tune_to_channel">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07004030 Select the \"Launch TV app\" button and tune to the \"Dummy\" channel from \"CTS Verifier\"
4031 input. If necessary, configure the channel to be visible.
Wonsik Kim18aa5752014-10-30 00:47:57 +09004032 </string>
4033 <string name="tv_input_discover_test_verify_tune">
4034 Tune command must be called.
4035 </string>
Dongwon Kangf58fc082014-12-01 15:51:03 +09004036 <string name="tv_input_discover_test_verify_overlay_view">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07004037 Verify that the overlay appears and displays the text \"Overlay View Dummy Text\" when you tune
4038 to the \"Dummy\" channel.
Dongwon Kangf58fc082014-12-01 15:51:03 +09004039 </string>
shubangb54c9ff2016-05-06 13:37:49 -07004040 <string name="tv_input_discover_test_verify_size_changed">
4041 Verify that video layout changes correctly according to the provided video track information,
4042 including pixel aspect ratio.
4043 </string>
Dongwon Kangaa1e8032015-06-01 15:13:06 +09004044 <string name="tv_input_discover_test_verify_global_search">
Dongwon Kang83efe7e2015-07-17 15:01:35 -07004045 Verify the TV app provides query results for 3rd-party input\'s channels and programs in
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07004046 global search results.
Dongwon Kangaa1e8032015-06-01 15:13:06 +09004047 </string>
Dongwon Kang2ad14c92015-05-13 18:46:13 +09004048 <string name="tv_input_discover_test_go_to_epg">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07004049 Select the \"Launch EPG\" button and locate the \"Dummy\" channel.
Dongwon Kang2ad14c92015-05-13 18:46:13 +09004050 </string>
4051 <string name="tv_input_discover_test_verify_epg">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07004052 Do you see the programs named \"Dummy Program\" and their descriptions
Dongwon Kang2ad14c92015-05-13 18:46:13 +09004053 "Dummy Program Description" in the EPG?
4054 </string>
Jiabin4f532592016-03-30 16:41:33 +09004055 <string name="tv_input_discover_test_trigger_setup">
4056 Select the \"Launch setup\" button and verify if the bundled TV app shows the list of installed
4057 TV inputs for setup.
4058 </string>
4059 <string name="tv_input_discover_test_verify_trigger_setup">
4060 Do you see the \"CTS Verifier\" input in the list?
4061 </string>
Wonsik Kim18aa5752014-10-30 00:47:57 +09004062
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07004063 <string name="tv_parental_control_test">TV app parental controls test</string>
Wonsik Kimf16680b2014-11-20 23:11:16 +09004064 <string name="tv_parental_control_test_info">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07004065 Verify that the bundled TV app calls the parental controls API.
Wonsik Kimf16680b2014-11-20 23:11:16 +09004066 </string>
4067 <string name="tv_parental_control_test_turn_on_parental_control">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07004068 Select the \"Launch TV app\" button and turn on the parental controls. If parental controls are
4069 on already, turn it off and on again.
Wonsik Kimf16680b2014-11-20 23:11:16 +09004070 </string>
4071 <string name="tv_parental_control_test_verify_receive_broadcast1">
4072 TV input service must have received ACTION_PARENTAL_CONTROLS_ENABLED_CHANGED broadcast.
4073 </string>
shubang07530b82016-04-13 10:11:03 -07004074 <string name="tv_parental_control_test_check_parental_controls_switch">
4075 Is there an option to turn off parental controls on this device?
4076 </string>
Wonsik Kimf16680b2014-11-20 23:11:16 +09004077 <string name="tv_parental_control_test_block_tv_ma">
Dongwon Kang98a61e22016-08-11 18:02:12 -07004078 Select the \"Launch TV app\" button and block the \"Custom Rating\" for \"CtsVerifier\" rating
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07004079 system in the parental control settings. If the rating system is disabled by default, enable it.
Dongwon Kang98a61e22016-08-11 18:02:12 -07004080 If the \"Custom Rating\" is already blocked, unblock it, save, and then block again.
Wonsik Kimf16680b2014-11-20 23:11:16 +09004081 </string>
4082 <string name="tv_parental_control_test_verify_receive_broadcast2">
4083 TV input service must have received ACTION_BLOCKED_RATINGS_CHANGED broadcast.
4084 </string>
4085 <string name="tv_parental_control_test_block_unblock">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07004086 Select the \"Launch TV app\" button; verify that the channel is blocked.
4087 Try to unblock the screen by entering PIN; verify that it\'s unblocked.
Wonsik Kimf16680b2014-11-20 23:11:16 +09004088 </string>
4089
Shubang84c9fd72017-04-26 16:59:32 -07004090 <string name="tv_yes">Yes</string>
4091 <string name="tv_no">No</string>
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07004092 <string name="tv_launch_tv_app">Launch TV app</string>
Dongwon Kang2ad14c92015-05-13 18:46:13 +09004093 <string name="tv_launch_epg">Launch EPG</string>
Jiabin4f532592016-03-30 16:41:33 +09004094 <string name="tv_launch_setup">Launch setup</string>
Wonsik Kimf16680b2014-11-20 23:11:16 +09004095 <string name="tv_channel_not_found">
4096 CtsVerifier channel is not set up. Please set up before proceeding.
4097 </string>
4098
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07004099 <string name="tv_multiple_tracks_test">TV app closed captions and multi-audio test</string>
Wonsik Kimf5707312014-12-03 15:01:33 +09004100 <string name="tv_multiple_tracks_test_info">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07004101 Verify that the bundled TV app calls the multi-track API.
Wonsik Kimf5707312014-12-03 15:01:33 +09004102 </string>
4103 <string name="tv_multiple_tracks_test_select_subtitle">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07004104 Select the \"Launch TV app\" button. Verify that closed captions are off by default. Set closed
4105 caption language to English.
Wonsik Kimf5707312014-12-03 15:01:33 +09004106 </string>
4107 <string name="tv_multiple_tracks_test_verify_set_caption_enabled">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07004108 Captions are enabled.
Wonsik Kimf5707312014-12-03 15:01:33 +09004109 </string>
4110 <string name="tv_multiple_tracks_test_verify_select_subtitle">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07004111 The English closed caption track should be selected.
Wonsik Kimf5707312014-12-03 15:01:33 +09004112 </string>
4113 <string name="tv_multiple_tracks_test_select_audio">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07004114 Select the \"Launch TV app\" button. Verify that the audio track is English by default.
Wonsik Kimf5707312014-12-03 15:01:33 +09004115 Select Spanish audio track.
4116 </string>
4117 <string name="tv_multiple_tracks_test_verify_select_audio">
4118 The Spanish audio track should be selected.
4119 </string>
4120
Chulwoo Lee19815cb2015-06-19 14:53:37 -07004121 <string name="tv_time_shift_test">TV app time shift test</string>
4122 <string name="tv_time_shift_test_info">
4123 This test verifies that the TV app invokes proper time shift APIs in the framwork.
4124 </string>
4125 <string name="tv_time_shift_test_pause_resume">
4126 Press the \"Launch TV app\" button. Verify that the playback control is available.
4127 Pause the playback and then resume it.
4128 </string>
4129 <string name="tv_time_shift_test_verify_resume_after_pause">
Chulwoo Lee5bea9ee2015-12-16 09:34:00 -08004130 The playback should resume after pause.
Chulwoo Lee19815cb2015-06-19 14:53:37 -07004131 </string>
4132 <string name="tv_time_shift_test_verify_position_tracking">
4133 The playback position tracking should be activated.
4134 </string>
4135 <string name="tv_time_shift_test_speed_rate">
4136 Press the \"Launch TV app\" button. Verify that the playback control is available.
4137 Rewind the playback and in a few seconds fast-forward it.
4138 </string>
4139 <string name="tv_time_shift_test_verify_rewind">
Chulwoo Lee5bea9ee2015-12-16 09:34:00 -08004140 The playback should rewind.
Chulwoo Lee19815cb2015-06-19 14:53:37 -07004141 </string>
4142 <string name="tv_time_shift_test_verify_fast_forward">
Chulwoo Lee5bea9ee2015-12-16 09:34:00 -08004143 The playback should fast-forward.
Chulwoo Lee19815cb2015-06-19 14:53:37 -07004144 </string>
4145 <string name="tv_time_shift_test_seek">
4146 Press the \"Launch TV app\" button. Verify that the playback control is available.
4147 Seek to previous and then seek to next.
4148 </string>
4149 <string name="tv_time_shift_test_verify_seek_to_previous">
4150 The playback position should be moved to the previous position.
4151 </string>
4152 <string name="tv_time_shift_test_verify_seek_to_next">
4153 The playback position should be moved to the next position.
4154 </string>
4155
Daniel Xiea41d4972015-10-19 15:35:16 -07004156 <string name="tv_app_link_test">TV app app-link test</string>
4157 <string name="tv_app_link_test_info">
Chulwoo Lee5bea9ee2015-12-16 09:34:00 -08004158 Verify that the bundled TV app supports linking to channel apps. If a TV input service provides
4159 links for its specific channels, the TV app should show the links in a proper format.
Daniel Xiea41d4972015-10-19 15:35:16 -07004160 </string>
4161 <string name="tv_app_link_test_select_app_link">
4162 Select the \"Launch TV app\" button, then check if you can see a menu with \"Cts App-Link Text\"
4163 text in red background. If you see the link, select it to follow the link.
4164 </string>
4165 <string name="tv_app_link_test_verify_link_clicked">
4166 The app-link must have been clicked and the activity should be changed correctly.
4167 </string>
4168 <string name="tv_input_link_test_verify_link_interface">
4169 Do you see the app-link card similar to the image on the left?\n
Chulwoo Lee5bea9ee2015-12-16 09:34:00 -08004170 1) You should see the poster art image, but the color may be different.\n
Daniel Xiea41d4972015-10-19 15:35:16 -07004171 2) You should see the text \"Cts App-Link Text\".\n
4172 </string>
4173
Takayuki Hoshiff044872017-08-21 11:21:31 +09004174 <string name="tv_microphone_device_test">Microphone device test</string>
4175 <string name="tv_microphone_device_test_info">
4176 This test checks if InputDevice.hasMicrophone of the Media API reports a
4177 correct value on every input device (including remote controls).
4178 </string>
4179 <string name="tv_microphone_device_test_prep_question">
4180 Before continuing, please make sure that you pair all primary input
4181 devices intended to be used by the device, including bluetooth
4182 remotes and companion remote-control apps such as the Android TV Remote Control.
4183 Have you paired every primary input device with the device under test (DUT)?
4184 </string>
4185 <string name="tv_microphone_device_test_mic_question">
4186 Does input device \"%1$s\" have a microphone?
4187 </string>
4188 <string name="tv_microphone_device_test_negative_mismatch">
4189 InputDevice.hasMicrophone reports that this input device DOES have a
4190 microphone whereas you selected that it does not. Please correct it by
4191 declaring \"audio.mic = 0\" in the device\'s input device configuration
4192 (.idc) file.
4193 </string>
4194 <string name="tv_microphone_device_test_positive_mismatch">
4195 InputDevice.hasMicrophone reports that this input device does NOT have a
4196 microphone whereas you selected that it does. Please correct it by
4197 declaring \"audio.mic = 1\" in the device\'s input device configuration
4198 (.idc) file and make sure that relevant files such as key layout (.kl)
4199 and key character map (.kcm) files are found by the system accordingly.
4200 </string>
4201 <string name="tv_microphone_device_test_no_input_devices">No input devices found.</string>
4202
Dongwon Kangf58fc082014-12-01 15:51:03 +09004203 <string name="overlay_view_text">Overlay View Dummy Text</string>
Dongwon Kang98a61e22016-08-11 18:02:12 -07004204 <string name="custom_rating">Example of input app specific custom rating.</string>
Wonsik Kim18aa5752014-10-30 00:47:57 +09004205
Chris Wren451834f2014-10-28 14:32:45 -04004206 <!-- A list of fully-qualified test classes that should not be run. -->
4207 <string-array name="disabled_tests" />
Jason Monk5ece9982015-01-21 15:17:20 -05004208
4209 <!-- Strings for screen pinning test -->
4210 <string name="screen_pinning_test">Screen Pinning Test</string>
4211 <string name="screen_pin_instructions">Pressing next will prompt you to enter screen pinning, allow this app to enter screen pinning.</string>
4212 <string name="screen_pin_check_pinned">Press Next to verify the app is pinned.</string>
4213 <string name="screen_pin_no_exit">Try to leave the app without unpinning the screen. Press next once you have verified you cannot leave.</string>
4214 <string name="screen_pin_exit">Use interactions defined by your device to unpin such as long pressing the back and overview button, then press next.</string>
4215 <string name="screen_pinning_done">All tests completed successfully.</string>
4216
4217 <string name="error_screen_no_longer_pinned">The screen was no longer pinned.</string>
4218 <string name="error_screen_already_pinned">Cannot start the test with the screen already pinned.</string>
4219 <string name="error_screen_pinning_did_not_start">Screen was not pinned.</string>
4220 <string name="error_screen_pinning_did_not_exit">Screen was not unpinned.</string>
4221 <string name="error_screen_pinning_couldnt_exit">Could not exit screen pinning through API.</string>
Paul McLean365be3a2015-06-04 12:40:18 -07004222
Daniel Xiea41d4972015-10-19 15:35:16 -07004223 <!-- Audio Devices Notifcations Tests -->
4224 <string name="audio_out_devices_notifications_test">Audio Output Devices Notifications Test</string>
4225 <string name="audio_out_devices_notification_instructions">
Paul McLean365be3a2015-06-04 12:40:18 -07004226 Click the "Clear Messages" button then connect and disconnect a wired headset.
4227 Note if the appropriate notification messages appear below.
4228 </string>
Daniel Xiea41d4972015-10-19 15:35:16 -07004229 <string name="audio_in_devices_notifications_test">Audio Input Devices Notifications Test</string>
4230 <string name="audio_in_devices_notification_instructions">
4231 Click the "Clear Messages" button then connect and disconnect a microphone or wired headset.
4232 Note if the appropriate notification messages appear below.
4233 </string>
Paul McLean365be3a2015-06-04 12:40:18 -07004234 <string name="audio_dev_notification_clearmsgs">Clear Messages</string>
4235 <string name="audio_dev_notification_connectMsg">CONNECT DETECTED</string>
4236 <string name="audio_dev_notification_disconnectMsg">DISCONNECT DETECTED</string>
Paul McLeanaf80c872015-06-05 07:48:15 -07004237
Daniel Xiea41d4972015-10-19 15:35:16 -07004238 <string name="audio_input_routingnotifications_test">Audio Input Routing Notifications Test</string>
4239 <string name="audio_input_routingnotification_instructions">
4240 Click on the "Record" button in the AudioRecord Routing Notifications section below to
4241 start recording. Insert a wired headset or microphone. Observe a message acknowledging the
4242 rerouting event below. Remove the wired headset and observe the new routing message.
4243 Click on the "Stop" button to stop recording.\n
4244 </string>
4245 <string name="audio_output_routingnotifications_test">Audio Output Routing Notifications Test</string>
4246 <string name="audio_output_routingnotification_instructions">
4247 Click on the "Play" button in the AudioTrack Routing Notifications section below to
Paul McLeanaf80c872015-06-05 07:48:15 -07004248 start (silent) playback. Insert a wired headset. Observe a message acknowledging the
4249 rerouting event below. Remove the wired headset and observe the new routing message.
4250 Click on the "Stop" button to stop playback.\n
Paul McLeanaf80c872015-06-05 07:48:15 -07004251 </string>
4252 <string name="audio_routingnotification_playBtn">Play</string>
4253 <string name="audio_routingnotification_playStopBtn">Stop</string>
4254 <string name="audio_routingnotification_recBtn">Record</string>
4255 <string name="audio_routingnotification_recStopBtn">Stop</string>
4256 <string name="audio_routingnotification_playHeader">AudioTrack Routing Notifications</string>
4257 <string name="audio_routingnotification_recHeader">AudioRecord Routing Notifications</string>
4258 <string name="audio_routingnotification_trackRoutingMsg">AudioTrack rerouting</string>
4259 <string name="audio_routingnotification_recordRoutingMsg">AudioRecord rerouting</string>
Ricardo Garciae908b092015-07-13 19:10:50 -07004260
Paul McLeanc713de72017-01-12 15:21:16 -07004261 <!-- USB Audio Peripheral Tests -->
4262 <string name="profileLabel">Profile</string>
4263 <string name="connectedPeripheral">Connected Peripheral</string>
4264 <string name="audio_uap_attribs_test">USB Audio Peripheral Attributes Test</string>
4265 <string name="uapPeripheralProfileStatus">Peripheral Profile Status</string>
Paul McLeanc713de72017-01-12 15:21:16 -07004266 <string name="audio_uap_play_test">USB Audio Peripheral Play Test</string>
Paul McLeanfaf9ad62017-03-09 12:38:37 -07004267 <string name="uapPlayTestInstructions">Connect the USB Audio Interface Peripheral and press the
4268 PLAY button below. Verify that a tone is correctly played.</string>
Paul McLeanc713de72017-01-12 15:21:16 -07004269 <string name="audio_uap_play_playBtn">Play</string>
4270 <string name="audio_uap_play_stopBtn">Stop</string>
4271
4272 <string name="audio_uap_record_test">USB Audio Peripheral Record Test</string>
4273 <string name="uapRecordTestInstructions">Connect the USB Audio Peripheral and press the RECORD or
4274 RECORD LOOPBACK button below. Verify that a tone is correctly played.</string>
4275 <string name="audio_uap_record_recordBtn">Record</string>
4276 <string name="audio_uap_record_recordLoopbackBtn">Record Loopback</string>
4277 <string name="audio_uap_record_stopBtn">Stop</string>
4278
4279 <string name="audio_uap_buttons_test">USB Audio Peripheral Buttons Test</string>
4280 <string name="uapButtonTestInstructions">Connect the USB Audio headset with buttons
4281 and press each transport/media button in turn.</string>
4282
4283 <string name="uapButtonsBtnALbl">Button A - play/pause</string>
4284 <string name="uapButtonsBtnBLbl">Button B - volume up (+)</string>
4285 <string name="uapButtonsBtnCLbl">Button C - volume down (-)</string>
4286 <string name="uapButtonsBtnDLbl">Button D - voice assist</string>
4287 <string name="uapButtonsRecognized">Recognized</string>
4288 <string name="uapButtonsNotRecognized">Not Recognized</string>
Paul McLeand683c332018-06-15 16:44:00 -06004289 <string name="uapButtonsDisableAssistantTitle">Disable Google Assistant</string>
4290 <string name="uapButtonsDisableAssistant">For this test to succeed it may be necessary
4291 to disable the Google Assistant (Settings / Google / Search / Google Assistant Settings /
4292 Devices / &lt;device name&gt; / Google Assistant)</string>
Paul McLeanc713de72017-01-12 15:21:16 -07004293
Paul McLean9f0d55f2018-05-16 11:50:42 -06004294 <!-- Pro Audio Tests -->
4295 <string name="pro_audio_latency_test">Pro Audio Test</string>
4296
4297 <string name="proAudioHasLLAlbl">Has Low-Latency Audio</string>
4298 <string name="proAudioInputLbl">Audio Input:</string>
4299 <string name="proAudioOutputLbl">Audio Output:</string>
4300 <string name="proAudioRoundTripLbl">Round Trip Latency:</string>
4301 <string name="proAudioConfidenceLbl">Confidence:</string>
4302
4303 <string name="proAudioMidiHasMIDILbl">Has MIDI Support</string>
4304 <string name="proAudioMIDIInputLbl">MIDI Input:</string>
4305 <string name="proAudioMIDIOutputLbl">MIDI Output:</string>
4306 <string name="proAudioMidiHasUSBHostLbl">USB Host Mode:</string>
4307 <string name="proAudioMidiHasUSBPeripheralLbl">USB Peripheral Mode:</string>
4308 <string name="proAudioHDMISupportLbl">HDMI Support:</string>
4309 <string name="proAudioHasHDMICheckBox">Has HDMI Support</string>
4310
4311 <string name="audio_proaudio_loopbackbtn">Start Loopback</string>
4312 <string name="audio_proaudio_loopbackInfoBtn">Loopback Instructions</string>
4313 <string name="audio_proaudio_roundtrip">Round-Trip Test</string>
4314 <string name="audio_proaudio_NA">N/A</string>
4315 <string name="audio_proaudio_pending">pending...</string>
4316
Paul McLean9afdab12018-06-19 15:42:42 -07004317 <!-- MIDI Test -->
4318 <string name="midi_test">MIDI Test</string>
Paul McLeane6973482018-10-10 08:32:18 -06004319 <string name="ndk_midi_test">Native MIDI API Test</string>
Paul McLean9afdab12018-06-19 15:42:42 -07004320 <string name="midi_info">
4321 For the USB MIDI interface test it is required that you have connected a supported USB
4322 Audio Peripheral device with standard MIDI 5-pin, DIN (round) connectors and a standard
4323 MIDI cable. The cable must be connected to the MIDI input and output plugs on the
4324 peripheral.
4325 \nFor the USB Bluetooth test it is required that you connect a Yamaha MT-BT301 to the
4326 correct MIDI plugs on the USB peripheral, the BT301 output jack to the USB interface
4327 input jack and BT301 input plug to the USB interface output jack.
4328 \nThe Virtual MIDI test does not require any MIDI interface hardware.
4329 </string>
4330
4331 <string name="midiHasMIDILbl">Has MIDI Support</string>
4332
4333 <string name="midiUSBTestLbl">USB MIDI Loopback Test:</string>
4334 <string name="usbMidiInputLbl">USB Input:</string>
4335 <string name="usbMidiOutputLbl">USB Output:</string>
4336 <string name="midiTestUSBInterfaceBtn">Test USB MIDI Interface</string>
4337
4338 <string name="midiVirtTestLbl">Virtual MIDI Loopback Test:</string>
4339 <string name="midiVirtInputLbl">Virtual Input:</string>
4340 <string name="midiVirtOutputLbl">Virtual Output:</string>
4341 <string name="midiTestVirtInterfaceBtn">Test Virtual MIDI Interface</string>
4342
4343 <string name="midiBTTestLbl">Bluetooth MIDI Loopback Test:</string>
4344 <string name="midiBTInputLbl">Bluetooth Input:</string>
4345 <string name="midiBTOutputLbl">Bluetooth Output:</string>
4346 <string name="midiTestBTInterfaceBtn">Test Bluetooth MIDI Interface</string>
4347
4348 <string name="midiStatusLbl">Status</string>
4349 <string name="midiNotRunLbl">Not Run.</string>
4350 <string name="midiPassedLbl">Passed.</string>
4351 <string name="midiFailedMismatchLbl">Failed - Data Mismatch.</string>
4352 <string name="midiFailedTimeoutLbl">Failed - Timeout.</string>
Paul McLeane6973482018-10-10 08:32:18 -06004353 <string name="midiFailedOverrunLbl">Failed - Data Overrun.</string>
4354 <string name="midiFailedDeviceLbl">Failed - Device Error.</string>
4355 <string name="midiFailedJNILbl">Failed - JNI Error.</string>
Paul McLean9afdab12018-06-19 15:42:42 -07004356
Daniel Xiea41d4972015-10-19 15:35:16 -07004357 <!-- Audio general text -->
4358 <string name="audio_general_headset_port_exists">Does this device have a headset port?</string>
4359 <string name="audio_general_headset_no">No</string>
4360 <string name="audio_general_headset_yes">Yes</string>
Ricardo Garciae8a13b12015-10-30 14:14:29 -07004361 <string name="audio_general_deficiency_found">WARNING: Some results show potential deficiencies on the system.
4362 Please consider addressing them for a future release.</string>
Ricardo Garcia8cdf0172016-08-29 17:45:04 -07004363 <string name="audio_general_test_passed">Test Result: Successful</string>
ragob0d570c2016-05-16 14:48:34 -07004364 <string name="audio_general_test_failed">Test Result: Not Optimal</string>
rago86df6412015-12-02 11:44:26 -08004365 <string name="audio_general_default_false_string">false</string>
4366 <string name="audio_general_default_true_string">true</string>
ragobf40d842016-05-04 18:23:57 -07004367 <string name="audio_general_warning">Warning</string>
4368 <string name="audio_general_ok">Ok</string>
4369 <string name="audio_general_level_not_max">Audio Level is not maximum. Please check your device
4370 is set to max level for audio playback.</string>
Daniel Xiea41d4972015-10-19 15:35:16 -07004371
Ricardo Garciae908b092015-07-13 19:10:50 -07004372 <!-- Audio Loopback Latency Test -->
4373 <string name="audio_loopback_test">Audio Loopback Latency Test</string>
4374 <string name="audio_loopback_info">
Daniel Xiea41d4972015-10-19 15:35:16 -07004375 This test requires the Loopback Plug. Please connect a Loopback Plug into the headset
Ricardo Garciae908b092015-07-13 19:10:50 -07004376 connector, and proceed with the instructions on the screen.
4377 The system will measure the input-output audio latency by injecting a pulse on the output,
4378 and computing the distance between replicas of the pulse.
Daniel Xiea41d4972015-10-19 15:35:16 -07004379 You can vary the Audio Level slider to ensure the pulse will feed back at adequate levels.
Ricardo Garciae908b092015-07-13 19:10:50 -07004380 Repeat until a confidence level >= 0.6 is achieved.
4381 </string>
4382 <string name="audio_loopback_instructions">
4383 Please connect a "Loopback Plug" and press "Loopback Plug Ready".
4384 </string>
4385 <string name="audio_loopback_plug_ready_btn">Loopback Plug Ready</string>
4386 <string name="audio_loopback_instructions2">
4387 Set the audio level to a suitable value, then press Test button.
4388 It might require multiple tries until a confidence >= 0.6 is achieved.
4389 </string>
4390 <string name="audio_loopback_level_text">Audio Level</string>
4391 <string name="audio_loopback_test_btn">Test</string>
4392 <string name="audio_loopback_results_text">Results...</string>
4393
Ricardo Garcia9b2e1682015-07-29 15:36:05 -07004394 <!-- Audio Frequency Line Test -->
4395 <string name="audio_frequency_line_test">Audio Frequency Line Test</string>
4396 <string name="audio_frequency_line_info">
Nicholas Sauer8cf9bdb2015-08-23 13:49:53 -07004397 The system will measure the frequency response of the left and right line outputs,
Ricardo Garciaea8dd5d2015-08-07 19:10:18 -07004398 by feeding them back thru the microphone conection with the loopback jack.
Ricardo Garcia9b2e1682015-07-29 15:36:05 -07004399 This test requires the Loopback Plug. Please connect a Loopback Plug on the headset
4400 connector, and proceed with the instructions on the screen.
Ricardo Garciaea8dd5d2015-08-07 19:10:18 -07004401 </string>
Ricardo Garcia9b2e1682015-07-29 15:36:05 -07004402 <string name="audio_frequency_line_instructions">
4403 Please connect a "Loopback Plug" and press "Loopback Plug Ready".
4404 </string>
4405 <string name="audio_frequency_line_plug_ready_btn">Loopback Plug Ready</string>
4406
4407 <string name="audio_frequency_line_test_btn">Test</string>
4408 <string name="audio_frequency_line_results_text">Results...</string>
Ricardo Garciaa01018e2015-08-13 10:20:18 -05004409
Ricardo Garciaea8dd5d2015-08-07 19:10:18 -07004410 <!-- Audio Frequency Speaker Test -->
4411 <string name="audio_frequency_speaker_test">Audio Frequency Speaker Test</string>
4412 <string name="audio_frequency_speaker_info">
4413 This test requires an external USB reference microphone. Please connect the USB microphone and proceed with the instructions on the screen.
Daniel Xiea41d4972015-10-19 15:35:16 -07004414 The system will measure frequency response of the left and right speakers (if there are two speakers), or the response of the mono speaker twice.
Ricardo Garciaea8dd5d2015-08-07 19:10:18 -07004415 </string>
4416 <string name="audio_frequency_speaker_instructions">
Ricardo Garciaa01018e2015-08-13 10:20:18 -05004417 Please connect an USB reference microphone and press "USB Reference microphone ready"
Ricardo Garciaea8dd5d2015-08-07 19:10:18 -07004418 </string>
4419 <string name="audio_frequency_speaker_usb_status">Waiting for USB microphone...</string>
4420 <string name="audio_frequency_speaker_mic_ready_btn">USB Reference microphone ready</string>
Ricardo Garciaa01018e2015-08-13 10:20:18 -05004421 <string name="audio_frequency_speaker_mic_ready_text">USB Audio device detected\n\nPlease set up Device Under test
Ricardo Garciaea8dd5d2015-08-07 19:10:18 -07004422 in quiet room, and Microphone 20 cms perpendicular to center of screen, then press TEST</string>
4423 <string name="audio_frequency_speaker_mic_not_ready_text">"No USB Audio device detected. Please reconnect."</string>
4424 <string name="audio_frequency_speaker_test_btn">Test</string>
4425 <string name="audio_frequency_speaker_results_text">Results...</string>
Ricardo Garciaa01018e2015-08-13 10:20:18 -05004426
4427 <!-- Audio Frequency Microphone Test -->
4428 <string name="audio_frequency_mic_test">Audio Frequency Microphone Test</string>
rago57600562017-07-19 16:27:43 -07004429 <string name="frequency_mic_info">
Ricardo Garciaa01018e2015-08-13 10:20:18 -05004430 This test requires an external USB reference microphone and external speakers.
rago57600562017-07-19 16:27:43 -07004431 The test signals can be played from the device under test (DUT) or from a secondary device (e.g. when your DUT can’t support a USB microphone and external speakers simultaneously, or DUT does not have headphone output).
4432Follow the instructions on the screen to measure the frequency response for the built in microphone.
Ricardo Garciaa01018e2015-08-13 10:20:18 -05004433 </string>
rago57600562017-07-19 16:27:43 -07004434
4435 <string name="frequency_mic_play">Play</string>
4436 <string name="frequency_mic_stop">Stop</string>
4437 <string name="frequency_mic_noise_instructions">TEST NOISE: Position speakers 40 cms from device under test.
4438 Press [PLAY] to play broadband white noise. Press [TEST]
Ricardo Garciaa01018e2015-08-13 10:20:18 -05004439 </string>
rago57600562017-07-19 16:27:43 -07004440 <string name="frequency_mic_test_noise_btn">Test</string>
4441 <string name="frequency_mic_test_noise_result">Results...</string>
4442
4443 <string name="frequency_mic_test_usb_background_instructions">TEST USB BACKGROUND: Connect USB microphone and position it right next to microphone under test.
4444 No source of noise should be active during this test. Press [TEST]</string>
4445 <string name="frequency_mic_test_usb_background_btn">Test</string>
4446 <string name="frequency_mic_test_usb_background_result">Results...</string>
4447
4448 <string name="frequency_mic_test_usb_noise_instructions">TEST USB NOISE: Connect USB microphone and position it right next to microphone under test.
4449 Position speakers 40 cms from device under test. Press [PLAY] to play broadband white noise. Press [TEST]</string>
4450 <string name="frequency_mic_test_usb_noise_btn">Test</string>
4451 <string name="frequency_mic_test_usb_noise_result">Results...</string>
4452
4453 <string name="frequency_mic_test_global_result">Global Results...</string>
Ricardo Garcia9b2e1682015-07-29 15:36:05 -07004454
rago86df6412015-12-02 11:44:26 -08004455 <!-- Audio Frequency Unprocessed Test -->
4456 <string name="audio_frequency_unprocessed_test">Audio Frequency Unprocessed Test</string>
4457 <string name="audio_frequency_unprocessed_info">
Ricardo Garcia8cdf0172016-08-29 17:45:04 -07004458 This test requires an external USB reference microphone, external speakers and a Sound Pressure Level meter.
4459 You can play the test signals from the device under test or from a secondary device.
4460 Follow the instructions on the screen to measure the frequency response for the built in microphone
4461 using UNPROCESSED audio source.
4462 If the Audio Frequency Unprocessed feature is defined in this system, success in all tests is mandatory to pass.
4463 If the feature is not defined, measurements are still needed, but success in all of them is not mandatory to pass.
rago86df6412015-12-02 11:44:26 -08004464 </string>
Ricardo Garcia8cdf0172016-08-29 17:45:04 -07004465 <string name="audio_frequency_unprocessed_defined">Audio Frequency Unprocessed feature is defined. Success in all tests is mandatory to pass</string>
4466 <string name="audio_frequency_unprocessed_not_defined">Audio Frequency Unprocessed feature is NOT defined. Success in all test is NOT mandatory to pass</string>
4467
4468 <string name="unprocessed_play">Play</string>
4469 <string name="unprocessed_stop">Stop</string>
4470
4471 <string name="unprocessed_test_tone_instructions">TEST TONE: Press [PLAY] to play tone at 1 Khz. Measure sound SPL to be 94 dB
4472 right next to microphone under test. Press [TEST]</string>
4473 <string name="unprocessed_test_tone_btn">Test</string>
4474 <string name="unprocessed_test_tone_result">Results...</string>
4475
4476 <string name="unprocessed_test_noise_instructions">TEST NOISE: Position speakers 40 cms from device under test.
4477 Press [PLAY] to play broadband white noise. Press [TEST]</string>
4478 <string name="unprocessed_test_noise_btn">Test</string>
4479 <string name="unprocessed_test_noise_result">Results...</string>
4480
4481 <string name="unprocessed_test_usb_background_instructions">TEST USB BACKGROUND: Connect USB microphone and position it right next to microphone under test.
4482 No source of noise should be active during this test. Press [TEST]</string>
4483 <string name="unprocessed_test_usb_background_btn">Test</string>
4484 <string name="unprocessed_test_usb_background_result">Results...</string>
4485
phweiss82870092016-12-20 20:03:02 +01004486 <string name="unprocessed_test_usb_noise_instructions">TEST USB NOISE: Connect USB microphone and position it right next to microphone under test.
Ricardo Garcia8cdf0172016-08-29 17:45:04 -07004487 Position speakers 40 cms from device under test. Press [PLAY] to play broadband white noise. Press [TEST]</string>
4488 <string name="unprocessed_test_usb_noise_btn">Test</string>
4489 <string name="unprocessed_test_usb_noise_result">Results...</string>
4490
4491 <string name="unprocessed_test_global_result">Global Results...</string>
rago86df6412015-12-02 11:44:26 -08004492
clchen@google.com293c5962016-05-27 13:20:29 -07004493 <!-- Strings for 6DoF test -->
4494 <string name="six_dof_test">6DoF Test</string>
4495 <string name="action_settings">Settings</string>
4496 <string name="start">Start</string>
4497 <string name="motion_tracking_permission">"Motion Tracking permission needed!"</string>
4498 <string name="translations">Translations:</string>
4499 <string name="rotations">Rotations:</string>
4500 <string name="action_place_marker">Place Marker</string>
4501 <string name="markers">Markers:\n</string>
4502 <string name="title_activity_cts">CTSActivity</string>
4503 <string name="stop">Stop!</string>
4504 <string name="stop_message">Mark where you are standing with something like a piece of card and
4505 then press ready to record this waypoint
4506 </string>
4507 <string name="ready">Ready</string>
4508 <string name="initial">First Waypoint</string>
4509 <string name="phase1_initial_message">When you are ready to place your first waypoint, place a
4510 marker at the devices current location. Use something that will allow you to put the device
4511 in the exact same position and orientation on the second lap. Then, while the device is on
4512 the marker, click the turquoise action button to record the first waypoint.\n\nStart walking
4513 in a direction. The button will appear again when you have walked far enough. Place a marker
4514 at the device\'s location and press the button to record a waypoint. You cannot place
4515 waypoints in a straight line, so for your 3rd waypoint turn 90 degrees and walk in a
4516 direction that will make a triangle out of your 3 waypoints.
4517 </string>
4518 <string name="phase2_initial_message">You now need to visit each waypoint, clicking the
4519 turquoise action button at each one. You need to reach each waypoint in 20 seconds. While
4520 you are on your way to the waypoints, the camera preview will rotate. You will need to
4521 rotate the device to match the rotation of the camera preview. A box will be shown to help
Jim Kaye12507db2016-11-07 11:24:54 -08004522 you. It shows the device\'s current rotation and will change color based on whether you are
clchen@google.com293c5962016-05-27 13:20:29 -07004523 close enough to the required rotation. Red if you are failing, green if you are passing.
Jim Kaye12507db2016-11-07 11:24:54 -08004524 When you have reached the next waypoint, the device can be returned to its original
clchen@google.com293c5962016-05-27 13:20:29 -07004525 rotation.
4526 </string>
4527 <string name="last">Go back to the first waypoint</string>
4528 <string name="last_message">Now go back to the first waypoint and press ready to finish the
4529 first lap.
4530 </string>
4531 <string name="got_it">Got it!</string>
4532 <string name="lap2_instructions">Now, go to each waypoint (including your initial
4533 one) and click the turquoise action button. Then move on to the next waypoint and do the
4534 same.\nThe last waypoint should be the first waypoint again.
4535 </string>
4536 <string name="test1_pass2">Pass 2</string>
4537 <string name="results">Results</string>
4538 <string name="overall_instructions">These tests are designed to verify the correctness and
4539 accuracy of a 6DoF enabled device. There will be 3 phases to these tests, each testing a
Jim Kaye12507db2016-11-07 11:24:54 -08004540 different part of 6DoF functionality.
clchen@google.com293c5962016-05-27 13:20:29 -07004541 </string>
4542 <string name="phase1_description">This first test will test the accuracy of the device. It will
4543 ask you to mark out 4 waypoints and then return to the original waypoint to complete the
4544 lap. After this you will then need to do another lap without any HUD information. At the
4545 end, the pairs of waypoints and the path you travelled will be compared and you will be
4546 given a result.
4547 </string>
4548 <string name="phase2_description">This test will test the robustness of the device. Using the
4549 same 4 waypoints as before, you will need to do a lap, reaching each waypoint in the
4550 allotted time.\nWhile you are on your way to the waypoints, the camera preview will rotate.
4551 You will need to rotate the device to match the rotation of the camera preview. A box will
Jim Kaye12507db2016-11-07 11:24:54 -08004552 be shown to help you. It shows the device\'s current rotation and will change color based
clchen@google.com293c5962016-05-27 13:20:29 -07004553 on whether you are close enough to the required rotation. Red if you are failing, green if
4554 you are passing. When you have reached the next waypoint, the device can be returned to
Jim Kaye12507db2016-11-07 11:24:54 -08004555 its original rotation.
clchen@google.com293c5962016-05-27 13:20:29 -07004556 </string>
4557 <string name="phase3_description">Now we will test the AR capability of the device. Again, you
4558 will need to do a lap of the waypoints, but this time between each waypoint the device will
4559 overlay hoops that you must pass the device through as you go along.
4560 </string>
4561 <string name="distance">Distance from last waypoint:</string>
4562 <string name="obj_return_to_initial_waypoint">Return to initial waypoint</string>
4563 <string name="waypointPlaced">Waypoint placed!</string>
4564 <string name="undo">undo</string>
4565 <string name="distance_remaining">Distance Remaining:\n</string>
4566 <string name="waypoint_differences">Waypoints</string>
4567 <string name="path_differences">Paths</string>
4568 <string name="error_distance">Not far away enough from other waypoints!</string>
4569 <string name="error_area">Not enough area covered.</string>
4570 <string name="passed">Passed!</string>
4571 <string name="failed">Failed!</string>
4572 <string name="test_failed">Test Failed!</string>
4573 <string name="error_start_point">Not close enough to initial waypoint!</string>
4574 <string name="waypoint_distance">Waypoint %1$s: %2$s</string>
4575 <string name="total">Total %1$s</string>
4576 <string name="path">Path %1$s: %2$s</string>
4577 <string name="fail">Fail</string>
4578 <string name="pass">Pass</string>
4579 <string name="info">Info</string>
4580 <string name="coming_soon">Coming soon!</string>
4581 <string name="motion_tracking_invalid_state">Motion Tracking has entered an invalid state
4582 </string>
4583 <string name="action_xml">XML</string>
4584 <string name="error_null_fragment">UI fragment was null, couldn\'t do callback to listener
4585 </string>
4586 <string name="error_retained_fragment_null">DataFragment is null</string>
4587 <string name="time_remaining">%1$s seconds remaining to get to next waypoint</string>
4588 <string name="action_skip_to_2nd">Skip to 2nd Test</string>
4589 <string name="failed_pause_resume">Test Failed because Test Activity was paused</string>
4590 <string name="action_overlapping_outlines">Overlapping Outlines</string>
4591 <string name="action_overlapping_filled">Overlapping Filled</string>
4592 <string name="time">Time</string>
4593 <string name="rotation_result">Rotation</string>
4594 <string name="action_separate_outlines">Separate Outlines</string>
4595 <string name="action_separate_filled">Separate Filled</string>
4596 <string name="action_one">One Rectangle</string>
4597 <string name="rotation_mode">Change rotation mode</string>
4598 <string name="phase3_initial_message">Go through the rings as you visit waypoints.</string>
4599 <string name="rings">Rings</string>
4600 <string name="rings_entered">Rings collected %1$s/%2$s</string>
4601 <string name="error_rings_not_entered">You haven\'t collected all the rings in this path!
4602 </string>
4603 <string name="save">Save</string>
4604
4605 <string-array name="initial_waypoint">
4606 <item>Find a place for your first waypoint</item>
4607 <item>Go to initial waypoint</item>
4608 </string-array>
4609
4610 <string-array name="next_waypoint">
4611 <item>Find a suitable place for waypoint 0</item>
4612 <item>Go to waypoint 0</item>
4613 </string-array>
4614
4615 <string-array name="phase">
4616 <item>Phase 1</item>
4617 <item>Phase 2</item>
4618 <item>Phase 3</item>
4619 </string-array>
4620
4621 <string-array name="phase_descriptions">
4622 <item>@string/phase1_description</item>
4623 <item>@string/phase2_description</item>
4624 <item>@string/phase3_description</item>
4625 </string-array>
4626
Ta-wei Yen87b76232016-12-15 15:42:34 -08004627 <!-- Strings for setting and restoring default dialer for voicemail tests -->
Hall Liu5bb622e2017-08-01 12:20:29 -07004628 <string name="voicemail_restore_default_dialer_description">Restore the default dialer setting</string>
4629 <string name="voicemail_restore_default_dialer_no_default_description">Restore the default dialer by going to settings-> apps -> cogwheel -> Phone app</string>
Ta-wei Yen3f78d2e2016-11-16 10:45:50 -08004630 <string name="voicemail_restore_default_dialer_button">Restore the default dialer"</string>
4631 <string name="voicemail_default_dialer_already_set">Default dialer already set</string>
4632 <string name="voicemail_default_dialer_already_restored">Default dialer already restored</string>
Ta-wei Yen87b76232016-12-15 15:42:34 -08004633 <string name="voicemail_set_default_dialer_description">Before the test, the CTS verifier should be set to the default dialer</string>
4634 <string name="voicemail_set_default_dialer_button">Set CTS verifier as default dialer"</string>
4635
4636 <!-- Strings for voicemail broadcast test -->
4637 <string name="voicemail_broadcast_test">Voicemail Broadcast Test</string>
4638 <string name="voicemail_broadcast_instructions">This test verifies that the default dialer can intercept the voicemail notification. The test must be conducted on a SIM with visual voicemail disabled</string>
Ta-wei Yen857d9862018-03-08 11:20:55 -08004639 <string name="voicemail_broadcast_no_carrier_support">The carrier does not support voicemail, this test is not applicable.</string>
Ta-wei Yen87b76232016-12-15 15:42:34 -08004640 <string name="voicemail_leave_voicemail">Send a voicemail to the device, CTS verifier should receive a voicemail notification broadcast</string>
4641 <string name="voicemail_broadcast_received">Voicemail broadcast Received</string>
4642
4643 <!-- Strings for VisualVoicemailService test -->
4644 <string name="visual_voicemail_service_test">VisualVoicemailService Test</string>
4645 <string name="visual_voicemail_service_instructions">This test verifies that the VisualVoicemailService can receive SIM inserted and removed events</string>
4646 <string name="visual_voicemail_service_remove_sim_before_test">Removed the SIM before starting the test. This test only applies to devices with hotswap-able SIM</string>
4647 <string name="visual_voicemail_service_remove_sim_ok">Ok</string>
4648 <string name="visual_voicemail_service_remove_sim_not_applicable">Not applicable</string>
4649 <string name="visual_voicemail_service_insert_sim">Insert SIM</string>
4650 <string name="visual_voicemail_service_insert_sim_received">Service connection event received</string>
4651 <string name="visual_voicemail_service_remove_sim">Remove SIM</string>
4652 <string name="visual_voicemail_service_remove_sim_received">SIM removal event received</string>
4653
Ta-wei Yen5fa1b102017-01-24 19:55:01 -08004654 <!-- Strings for CallSettingsCheck test -->
4655 <string name="call_settings_check_test">Hide voicemail in call settings test</string>
4656 <string name="call_settings_check_instructions">This test verifies that the default dialer can
4657 hide voicemail settings in the call settings menu by using
4658 TelephonyManager.METADATA_HIDE_VOICEMAIL_SETTINGS_MENU
4659 </string>
4660 <string name="open_call_settings_explanation">Tap the button, and verify that \"voicemail\" does
4661 not exist in the call settings
4662 </string>
4663 <string name="open_call_settings">Open call settings</string>
4664 <string name="voicemail_hidden">\"Voicemail\" does not exist</string>
4665 <string name="voicemail_not_hidden">\"Voicemail\" exists</string>
4666
Eric Erfanianec56cb32017-05-08 11:52:20 -07004667 <!-- Strings for DialerIncomingCall test -->
4668 <string name="dialer_incoming_call_test">Dialer Receives Incoming Call</string>
4669 <string name="dialer_incoming_call_test_instructions">This test verifies that the default dialer
4670 can receive incoming calls after it has been set.
4671 </string>
4672 <string name="dialer_incoming_call_detected">Detected the incoming call. Activity passed.</string>
4673 <string name="dialer_check_incoming_call_explanation">Call the device.</string>
4674 <string name="dialer_check_incoming_call">Verify Call Received</string>
Ta-wei Yen5fa1b102017-01-24 19:55:01 -08004675
4676 <!-- Strings for VoicemailSettingsCheck test -->
4677 <string name="ringtone_settings_check_test">Hide settings in voicemail test</string>
4678 <string name="ringtone_settings_check_instructions">This test verifies that voicemail settings
4679 accessible with public API can be hidden when launching
4680 TelephonyManager.ACTION_CONFIGURE_VOICEMAIL with EXTRA_HIDE_PUBLIC_SETTINGS.
4681 </string>
4682 <string name="open_voicemail_settings_explanation">Tap the button, ringtone and virbration
4683 settings does not exist in the voicemail settings.
4684 </string>
4685 <string name="open_voicemail_settings">Open voicemail settings</string>
4686 <string name="ringtone_hidden">Ringtone settings does not exist</string>
4687 <string name="ringtone_not_hidden">Ringtone settings exists</string>
Ta-wei Yen3f78d2e2016-11-16 10:45:50 -08004688
Eric Erfanian7ac8d7e2017-05-17 10:00:50 -07004689 <!-- Strings for DialerShowsHunOnIncomingCallActivity test -->
4690 <string name="dialer_shows_hun_test">Dialer Shows HUN on Incoming Call</string>
4691 <string name="dialer_shows_hun_test_instructions">This test verifies that the default dialer
4692 shows a heads up notification on incoming call, and that only one notification is shown.
4693 </string>
4694 <string name="dialer_shows_hun_explanation">Call the device.
4695 Check the box if the heads up notification was shown containing the text
4696 \"CTS Incoming Call Notification\", and only one incoming call notification was shown.
4697 </string>
4698 <string name="dialer_shows_hun_check_box">HUN shown and meets criteria specified above.</string>
4699 <string name="dialer_incoming_call_hun_teaser">Incoming Call</string>
4700 <string name="dialer_incoming_call_hun_desc">CTS Incoming Call Notification</string>
4701
Eric Erfanianeec4a572017-05-18 08:41:23 -07004702 <!-- Strings for DialerImplementsTelecomIntentsActivity test -->
4703 <string name="dialer_telecom_intents_test">System Implements Telecom Intents</string>
4704 <string name="dialer_telecom_intents_test_instructions">This test verifies that the system handles
4705 the specified Telecom Intents.
4706 </string>
4707 <string name="dialer_check_intents_implemented_explanation">Press the buttons below to launch settings activities.
4708 Check the associated box if the activity loads and was launched succesfully.</string>
4709 <string name="dialer_telecom_intents_call_settings">Launch call settings</string>
4710 <string name="dialer_telecom_intents_short_sms">Launch short sms answer settings</string>
4711 <string name="dialer_telecom_intents_calling_accounts">Launch calling accounts settings</string>
4712 <string name="dialer_telecom_intents_accessibility_settings">Launch accessibility settings</string>
4713 <string name="dialer_check_intents_check_box">Setting Launched</string>
Eric Erfanian7ac8d7e2017-05-17 10:00:50 -07004714
Paul McLeanfaf9ad62017-03-09 12:38:37 -07004715 <!-- USB Audio Peripheral Tests -->
4716 <string name="usbaudio_results_text">Results...</string>
4717
4718 <!-- USB Audio Peripheral Attributes Test -->
4719 <string name="usbaudio_attribs_test"> USB Audio Peripheral Attributes Test</string>
4720 <string name="usbaudio_attribs_info">
4721 This test requires that you have connected a mandated USB Audio Interface peripheral.
4722 If the discovered attributes of the peripheral matches the known attributes of the
4723 peripheral the test passes and the \"pass\" button will be enabled.
4724 </string>
4725
4726 <!-- USB Audio Peripheral Play Test -->
4727 <string name="usbaudio_play_test"> USB Audio Peripheral Play Test</string>
4728 <string name="usbaudio_play_info">
Paul McLean984fa432018-10-02 12:44:44 -06004729 This test requires that you have connected a USB Audio Interface peripheral and
Paul McLeanfaf9ad62017-03-09 12:38:37 -07004730 some way to monitor the output. Press the \"Play\" button and verify that a tone is produced.
4731 </string>
4732
4733 <!-- USB Audio Peripheral Record Test -->
4734 <string name="usbaudio_record_test"> USB Audio Peripheral Record Test</string>
4735 <string name="usbaudio_record_info">
Paul McLean984fa432018-10-02 12:44:44 -06004736 This test requires that you have connected a USB Audio Interface peripheral.
Paul McLeanfaf9ad62017-03-09 12:38:37 -07004737 Connect the outputs to the inputs (with patch cables). Start playback by pressing the
4738 \"Record Loopback\" button and verify that the recorded signal is displayed in the wave
svpawared1034b2018-02-28 17:11:59 -08004739 display view. (It may be necessary to adjust the input controls on the peripheral).
Paul McLeanfaf9ad62017-03-09 12:38:37 -07004740 </string>
4741
4742 <!-- USB Audio Peripheral Buttons Test -->
4743 <string name="usbaudio_buttons_test"> USB Audio Peripheral Buttons Test</string>
4744 <string name="usbaudio_buttons_info">
Paul McLean984fa432018-10-02 12:44:44 -06004745 This test requires that you have connected a USB Audio headset that supports the
4746 Android USB audio headset buttons specification. Press each
4747 \"transport\" button and verify that it is recognized by the test. When each of the
4748 buttons has been recognized the \"pass\" button will be enabled.
4749 </string>
Tyler Gunn177db3a2017-03-30 21:17:42 -07004750
Paul McLean9f0d55f2018-05-16 11:50:42 -06004751 <!-- Pro Audio Test -->
4752 <string name="proaudio_test">Pro Audio Test</string>
4753 <string name="proaudio_info">
4754 This test requires that you have connected a supported USB Audio Peripheral device
4755 (not a headset) and that peripheral\'s audio outputs are connected to the peripherals\'s
4756 audio inputs. Alternatively, for devices with an analog audio jack or USB-c Digital
4757 to Analog dongle, a Loopback Plug can be used. Also, any if there is an input level
4758 control on the peripheral, it must be set to a non-zero value. When the test has
4759 verified support for a valid audio peripheral, press the \"Round-Trip Test\" button
4760 to complete the test. Note that it may be necessary to run the latency test more than
4761 once to get a sufficient confidence value.
4762 </string>
4763 <string name="proaudio_hdmi_infotitle">HDMI Support</string>
4764 <string name="proaudio_hdmi_message">Please connect an HDMI peripheral to validate
4765 HDMI output attributes.
4766 </string>
4767
Tyler Gunn177db3a2017-03-30 21:17:42 -07004768 <!-- Telecom tests -->
4769 <string name="telecom_enable_phone_account_test"> Telecom Enable Phone Account Test</string>
4770 <string name="telecom_enable_phone_account_info">
4771 This test verifies that a third party ConnectionService can be enabled by the user.
4772 </string>
4773 <string name="telecom_enable_phone_account_step_1">
4774 Click the button below to register a test PhoneAccount and ConnectionService.
4775 </string>
4776 <string name="telecom_enable_phone_account_register_button">Register Phone Account</string>
4777 <string name="telecom_enable_phone_account_step_2">
4778 In the Calling accounts settings, choose "All calling accounts" and enable the "CTS Verifier Test" account.
4779 On AOSP this is accessible from: Phone app > Settings > Calls > Calling Accounts.
4780 Once you have completed this step, return here and click the Confirm button.
4781 </string>
4782 <string name="telecom_enable_phone_account_confirm_button">Confirm</string>
Hall Liud4d496a2017-03-31 19:54:36 -07004783
4784 <string name="telecom_outgoing_call_test">Telecom Outgoing Call Test</string>
4785 <string name="telecom_outgoing_call_test_info">This test verifies that the default
4786 dialer on the system is able to make a call using a third-party ConnectionService.</string>
4787 <string name="telecom_outgoing_call_step_1">
4788 Click the button below to register a test PhoneAccount and ConnectionService. You will be
4789 taken to the phone account selection screen. Please enable the "CTS Verifier Test"
4790 account and select it as the default account for outgoing calls. Once you have completed
4791 this step, return here and click the "Confirm Phone Account" button.
4792 </string>
4793 <string name="telecom_outgoing_call_register_enable_phone_account_button">
4794 Register and Enable Phone Account
4795 </string>
Hall Liua7d09942017-04-01 14:41:06 -07004796 <string name="telecom_outgoing_call_confirm_register_button">Confirm Phone Account</string>
Hall Liud4d496a2017-03-31 19:54:36 -07004797 <string name="telecom_outgoing_call_step_2">
4798 Click the button below to dial an outgoing call. This will populate the default dialer
4799 app with a dummy phone number. Initiate the phone call from the dialer app, then return
Brad Ebinger20373dd2017-04-20 16:11:50 -07004800 to this screen while the call is still in progress.
Hall Liud4d496a2017-03-31 19:54:36 -07004801 </string>
4802 <string name="telecom_outgoing_call_dial_button">Dial</string>
4803 <string name="telecom_outgoing_call_step_3">
Brad Ebinger20373dd2017-04-20 16:11:50 -07004804 Click the button below to confirm that the ongoing outgoing call was correctly made.
Hall Liud4d496a2017-03-31 19:54:36 -07004805 </string>
4806 <string name="telecom_outgoing_call_confirm_button">Confirm</string>
4807
Hall Liua7d09942017-04-01 14:41:06 -07004808 <string name="telecom_incoming_call_test">Telecom Incoming Call Test</string>
4809 <string name="telecom_incoming_call_test_info">This test verifies that the default
4810 dialer on the system is able to receive a call from a third-party connection service.
4811 </string>
4812 <string name="telecom_incoming_call_step_1">
4813 Click the button below to register a test PhoneAccount and ConnectionService. You will be
4814 taken to the phone account selection screen. Please enable the "CTS Verifier Test"
4815 account. Once you have completed this step, return here and click the
4816 "Confirm Phone Account" button.
4817 </string>
4818 <string name="telecom_incoming_call_register_enable_phone_account_button">
4819 Register and Enable Phone Account
4820 </string>
4821 <string name="telecom_incoming_call_confirm_register_button">Confirm Phone Account</string>
4822 <string name="telecom_incoming_call_step_2">
4823 Click the button below to initiate an incoming call. The phone should start ringing.
4824 Answer the call, confirm that you can hear an audio clip with Eisenhower\'s voice, then
Brad Ebinger20373dd2017-04-20 16:11:50 -07004825 return to this screen while the call is still ongoing.
Hall Liua7d09942017-04-01 14:41:06 -07004826 </string>
4827 <string name="telecom_incoming_call_dial_button">Dial</string>
4828 <string name="telecom_incoming_call_step_3">
Brad Ebinger20373dd2017-04-20 16:11:50 -07004829 Click the button below to confirm that the ongoing incoming call was properly answered and
4830 that audio is audible.
Hall Liua7d09942017-04-01 14:41:06 -07004831 </string>
4832 <string name="telecom_incoming_call_confirm_button">Confirm</string>
Tyler Gunn30560492017-03-31 14:54:54 -07004833 <string name="telecom_incoming_self_mgd_test"> Incoming Self-Managed Connection Test</string>
4834 <string name="telecom_incoming_self_mgd_info">
4835 This test verifies that incoming calls from a Self-Managed Connection Service will trigger
4836 a Telecom-managed incoming call UI when there is already an ongoing call on the device.
4837 </string>
4838 <string name="telecom_incoming_self_mgd_step_1">
4839 Click the button below to register a test self-managed ConnectionService.
4840 </string>
4841 <string name="telecom_incoming_self_mgd_register_button">Register Self-Managed ConnectionService</string>
4842 <string name="telecom_incoming_self_mgd_step_2">
4843 Click the button below to test that the system incoming call notification shows. When the
4844 notification shows, "answer" the call.
4845 </string>
4846 <string name="telecom_incoming_self_mgd_show_ui_button">Show System Incoming UI</string>
4847 <string name="telecom_incoming_self_mgd_step_3">
4848 Click the button below to confirm that the incoming call was answered.
4849 </string>
4850 <string name="telecom_incoming_self_mgd_confirm_answer_button">Confirm Answer</string>
Paul McLean9f0d55f2018-05-16 11:50:42 -06004851
Brian Muramatsu70a9e3f2010-06-25 15:27:09 -07004852</resources>