blob: 4b9d501fe36479d87ee19612628ee78f8d709b67 [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>
Wonsik Kim18aa5752014-10-30 00:47:57 +090041 <string name="test_category_tv">TV</string>
Brian Muramatsu78d2c1d2010-08-16 15:22:30 -070042 <string name="test_category_other">Other</string>
Brian Muramatsuac007372010-08-18 11:02:28 -070043 <string name="clear">Clear</string>
Nicholas Sauer5eba4292016-10-30 21:16:04 -070044 <string name="test_results_clear_title">Remove all test results?</string>
45 <string name="test_results_clear_yes">Yes</string>
46 <string name="test_results_clear_cancel">Cancel</string>
Brian Muramatsuac007372010-08-18 11:02:28 -070047 <string name="test_results_cleared">Test results cleared.</string>
Brian Muramatsu52f3b6f2011-09-23 12:09:59 -070048 <string name="view">View</string>
Brian Muramatsu82ab52a2011-06-27 14:02:12 -070049 <string name="test_results_error">Couldn\'t create test results report.</string>
Nicholas Sauer8cf9bdb2015-08-23 13:49:53 -070050 <string name="runtime_permissions_error">Cannot continue. Please grant runtime permissions</string>
Jeff Davidson4c3bbd82011-08-02 11:51:43 -070051 <string name="export">Export</string>
52 <string name="no_storage">Cannot save report to external storage, see log for details.</string>
53 <string name="report_saved">Report saved to: %s</string>
Dan Morrill5df275b2010-08-11 12:19:19 -070054
Brian Muramatsu52f3b6f2011-09-23 12:09:59 -070055 <!-- Strings for ReportViewerActivity -->
56 <string name="report_viewer">Report Viewer</string>
57
Anna Galusza33061232016-02-02 14:46:55 -080058 <!-- String shared between BackupTestActivity and BackupAccessibilityTestActivity -->
59 <string name="bu_loading">Loading...</string>
60 <string name="bu_generate_error">Error occurred while generating test data...</string>
61 <string name="bu_settings">Settings</string>
62
Brian Muramatsu0ac3cdf2011-08-03 11:47:10 -070063 <!-- Strings for BackupTestActivity -->
64 <string name="backup_test">Data Backup Test</string>
Jeff Davidson112f2792011-08-22 09:46:46 -070065 <string name="backup_info">This test checks that data backup and automatic restore works
Brian Muramatsu0ac3cdf2011-08-03 11:47:10 -070066 properly. The test activity lists some preferences and files that are backed up and
67 restored by the CTS Verifier. If backup and restore is working properly, these values
68 should be restored after running the backup manager, uninstalling the app, and reinstalling
69 the CTS Verifier.
70 \n\nPress the \"Generate Test Data\" to populate these values
71 and then follow the on screen instructions to finish the test.
72 </string>
Anna Galusza33061232016-02-02 14:46:55 -080073 <string name="bu_generate">Generate Test Data</string>
Brian Muramatsu0ac3cdf2011-08-03 11:47:10 -070074 <string name="bu_preferences">Preferences</string>
75 <string name="bu_files">Files</string>
Brian Muramatsu0ac3cdf2011-08-03 11:47:10 -070076 <string name="bu_instructions">Random values for the preferences and files have been saved.
77 \n\nFollow the instructions below to check that the data backup and restore works:
Jeff Davidson112f2792011-08-22 09:46:46 -070078 \n\n1. Make sure backup and automatic restore are enabled in settings. Depending on the
79 backup transport supported by the device you may need to do additional steps. For instance
Takayuki Hoshi7af0e6c2014-11-14 17:07:40 +090080 you may need to set a Google account as the backup account for the device. If you cannot
81 find the corresponding setting options on your device, run \"adb shell bmgr enable true\"
82 to enable the backup manager. You can check its status by executing \"adb shell bmgr
83 enabled\".
Brian Muramatsu0ac3cdf2011-08-03 11:47:10 -070084 \n\n2. Run the backup manager: adb shell bmgr run
85 \n\n3. Uninstall the program: adb uninstall com.android.cts.verifier
86 \n\n4. Reinstall the CTS Verifier and verify that the values are still the same.
87 </string>
Anna Galusza33061232016-02-02 14:46:55 -080088
89 <!-- Strings for BackupAccessibilityTestActivity -->
90 <string name="backup_accessibility_test">Backup Accessibility Settings Test</string>
91 <string name="backup_accessibility_info">This test checks that data backup and automatic restore
92 of Accessibility-related settings works properly. If backup and restore is working properly,
93 these values should be restored after running the backup manager, removing your Google
94 account, changing the accessibility settings values, and re-adding your Google account.
95 \n\nPress \"Generate Test Data\" to generate test values for accessibility settings and then
96 follow the on screen instructions to finish the test.
97 </string>
98 <string name="bua_settings">General Accessibility Settings</string>
99 <string name="bua_settings_color_correction">Color Correction Settings</string>
100 <string name="bua_settings_accessibility_services">Accessibility Service Settings</string>
101 <string name="bua_settings_captions">Captions Settings</string>
102 <string name="bua_settings_tts">TTS Settings</string>
103 <string name="bua_settings_system">Other System Settings</string>
104 <string name="bua_instructions">You will need two devices for this test.
105 \n\nFollow the instructions below to check that the data backup and restore of
106 accessibility-related settings works properly:
107 \n\n1. Make sure backup and automatic restore are enabled in settings. If you cannot find
108 the corresponding setting options on your device, run \"adb shell bmgr enable true\" to
109 enable the backup manager. You can check its status by executing \"adb shell bmgr enabled\".
110 You will also need to set a Google account as the backup account for the device.
111 \n\n2. Press \"Read Current Values\" and note the default values for the listed settings.
112 Values that are either \"0\" or \"null\" will appear in green. Note: Some default values are
113 neither \"0\", nor \"null\", so you still need to pay attention to the default setting
114 values that are not highlighted.
115 \n\n3. Change the values of the listed settings to something other than their default value.
116 \n\n4. Return to the CtsVerifier and press \"Read Current Values\". Make sure that you have
117 changed all of the settings.
118 \n\n5. Run the backup manager: adb shell bmgr run
119 \n\n6. Factory reset data on the second device. While going through the Setup Wizard,
120 restore all data from the account on your first device. When prompted, choose to restore all
121 settings from your first device.
122 \n\n7. Install CtsVerifier on your new device and make sure that the values read on the
123 second device match the values on your first device.
124 </string>
125 <string name="bua_show_instructions">Show Instructions</string>
126 <string name="bua_read_settings">Read Current Values</string>
Brian Muramatsu0ac3cdf2011-08-03 11:47:10 -0700127
Brian Muramatsu713049d2011-06-23 18:35:36 -0700128 <!-- Strings for Device Administration tests -->
129 <string name="da_policy_serialization_test">Policy Serialization Test</string>
130 <string name="da_policy_serialization_info">This test checks that a device policy is properly
131 saved and loaded across reboots.\n\nPress the \"Generate Policy\" button to create
132 a random policy. Then press the \"Apply Policy\" button to apply the policy. Reboot the
133 device and verify that all rows in the policy list are green. Red items indicate policy
134 settings that were not loaded properly.
135 </string>
Harsh Modi0d3062d2015-06-02 15:59:39 -0700136 <string name="car_dock_test">Car Dock Test</string>
137 <string name="car_dock_test_desc">This test ensures that car mode opens the app associated with
Harsh Modi565526d2015-07-21 17:40:33 -0700138 car dock when going into car mode.\n\n
139 Click on "Enable Car Mode" to start the test. Clicking on the button will either bring up a
140 disambiguation dialog asking which app to open or immediately open the CAR_DOCK application.
141 Select the "CTS Verifier" app and then "Always" if the dialog pops up.
142 This will open the CAR_DOCK application.\n\n
143 In the CAR_DOCK application, press the home button, which will enable the pass button if the
144 framework correctly tries to open the CAR_DOCK app again.</string>
Harsh Modi0d3062d2015-06-02 15:59:39 -0700145 <string name="car_mode_enable">Enable Car Mode</string>
146 <string name="car_dock_activity_text">Press the Home button</string>
Brian Muramatsu713049d2011-06-23 18:35:36 -0700147 <string name="da_no_policy">1. Press the \"Generate Policy\" to create a random device
148 policy\n\n2. Press \"Apply Policy\" to put the policy into effect.\n\n3. Reboot your
149 device and return to this test in the CTS Verifier.
150 </string>
151 <string name="da_generate_policy">Generate Policy</string>
152 <string name="da_apply_policy">Apply Policy</string>
153 <string name="da_random_policy">Random policy generated.</string>
154 <string name="da_policy_reboot">Reboot your device and return to this CTS Verifier test.</string>
155 <string name="da_password_quality">Password Quality</string>
156 <string name="da_password_quality_alphabetic">Alphabetic</string>
157 <string name="da_password_quality_alphanumeric">Alphanumeric</string>
158 <string name="da_password_quality_numeric">Numeric</string>
159 <string name="da_password_quality_something">Something</string>
Brian Muramatsu713049d2011-06-23 18:35:36 -0700160 <string name="da_password_minimum_length">Minimum Password Length</string>
161 <string name="da_maximum_failed_passwords_for_wipe">Maximum Failed Passwords for Wipe</string>
162 <string name="da_maximum_time_to_lock">Maximum Time to Lock</string>
163 <string name="da_policy_info">Expected value: %1$s\nActual value: %2$s</string>
164
165 <string name="da_screen_lock_test">Screen Lock Test</string>
166 <string name="da_screen_lock_info">This test checks that the DevicePolicyManager\'s lockNow
167 method immediately locks the screen. It should lock the screen immediately despite any
Christine Chen523d04c2011-09-22 11:45:50 -0700168 settings that may specify a timeout.\n\nClick the \"Force Lock\" button to lock the screen.
Brian Muramatsu76c50252011-06-29 17:12:29 -0700169 Your screen should be locked and require the password to be entered.
Brian Muramatsu713049d2011-06-23 18:35:36 -0700170 </string>
Ahmet Kerim SENOL9fa97c22015-10-12 15:29:11 +0100171 <string name="da_kg_disabled_features_test">Keyguard Disabled Features Test</string>
172 <string name="rn_kg_disabled_features_test">Redacted Notifications Keyguard Disabled Features Test</string>
Brian Muramatsu713049d2011-06-23 18:35:36 -0700173 <string name="da_force_lock">Force Lock</string>
Brian Muramatsu713049d2011-06-23 18:35:36 -0700174 <string name="da_lock_success">It appears the screen was locked successfully!</string>
175 <string name="da_lock_error">It does not look like the screen was locked...</string>
176
Andres Morales469db8a2015-07-22 10:47:13 -0700177 <!-- Strings for lock bound keys test -->
178 <string name="sec_lock_bound_key_test">Lock Bound Keys Test</string>
179 <string name="sec_lock_bound_key_test_info">
180 This test ensures that Keystore cryptographic keys that are bound to lock screen authentication
181 are unusable without a recent enough authentication. You need to set up a screen lock in order to
182 complete this test. If available, this test should be run by using fingerprint authentication
183 as well as PIN/pattern/password authentication.
184 </string>
Andres Morales626bb612015-07-22 16:01:15 -0700185 <string name="sec_fingerprint_bound_key_test">Fingerprint Bound Keys Test</string>
186 <string name="sec_fingerprint_bound_key_test_info">
187 This test ensures that Keystore cryptographic keys that are bound to fingerprint authentication
188 are unusable without an authentication. You need to set up a fingerprint order to
189 complete this test.
190 </string>
191 <string name="sec_fp_dialog_message">Authenticate now with fingerprint</string>
192 <string name="sec_fp_auth_failed">Authentication failed</string>
Andres Morales469db8a2015-07-22 10:47:13 -0700193 <string name="sec_start_test">Start Test</string>
194
Brian Muramatsue891acb2011-05-19 16:02:39 -0700195 <!-- Strings for BluetoothActivity -->
196 <string name="bluetooth_test">Bluetooth Test</string>
Satomi1dfcc1c2016-08-08 17:07:22 +0900197 <string name="bluetooth_test_info">
198 The Bluetooth Control tests check whether or not the device
199 can disable and enable Bluetooth properly.
200 \n\nThe Bluetooth tests require two devices, and Bluetooth data is exchanged between them.
201 \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.
202 \nThis is a list of the tests:
203 \nThis Device x Other Device
204 \n\n\"Bluetooth LE Insecure Client Test\" x \"Bluetooth LE Insecure Server Test\"
205 \n\n\"Bluetooth LE Insecure Server Test\" x \"Bluetooth LE Insecure Client Test\"
206 \n\n\"Bluetooth LE Secure Client Test\" x \"Bluetooth LE Secure Server Test\"
207 \n\n\"Bluetooth LE Secure Server Test\" x \"Bluetooth LE Secure Client Test\"
208 \n\nThe Device Communication tests require two
Brian Muramatsue891acb2011-05-19 16:02:39 -0700209 devices to pair and exchange messages. The two devices must be:
210 \n\n1. a candidate device implementation running the software build to be tested
Satomi1dfcc1c2016-08-08 17:07:22 +0900211 \n\n2. a separate device implementation already known to be compatible
212 </string>
Brian Muramatsue891acb2011-05-19 16:02:39 -0700213
Brian Muramatsue891acb2011-05-19 16:02:39 -0700214 <string name="bt_control">Bluetooth Control</string>
215 <string name="bt_device_communication">Device Communication</string>
Satomi1dfcc1c2016-08-08 17:07:22 +0900216 <string name="bt_le">Bluetooth LE</string>
Brian Muramatsue891acb2011-05-19 16:02:39 -0700217
218 <string name="bt_toggle_bluetooth">Toggle Bluetooth</string>
219 <string name="bt_toggle_instructions">Disable and enable Bluetooth to successfully complete this test.</string>
220 <string name="bt_enable_bluetooth">Enable Bluetooth</string>
221 <string name="bt_disable_bluetooth">Disable Bluetooth</string>
222 <string name="bt_disabling">Disabling Bluetooth...</string>
223 <string name="bt_disabling_error">Could not disable Bluetooth...</string>
224
Brian Muramatsu0822bf42011-09-12 12:29:32 -0700225 <string name="bt_connection_access_server">Connection Access Server</string>
226 <string name="bt_connection_access_client">Connection Access Client</string>
227 <string name="bt_connection_access_server_info">
228 Start the CTS Verifier on another device, start the Bluetooth test, and choose
destradaa65c7cdb2013-10-28 16:36:12 -0700229 \"Connection Access Client\" to setup the test.
230 \n\nFirst, unpair the devices via Bluetooth settings. Then connect the devices together
Brian Muramatsu0822bf42011-09-12 12:29:32 -0700231 using the \"Make Discoverable\" and \"Pick Server\" buttons.
232 \n\nA connection access request should appear on the server and enable the pass button.
233 </string>
234 <string name="bt_connection_access_client_info">
235 Start the CTS Verifier on another device, start the Bluetooth test, and choose
destradaa65c7cdb2013-10-28 16:36:12 -0700236 \"Connection Access Server\" to complete the test.
237 \n\nMake the device acting as the server discoverable and connect to it via the
238 \"Pick Server\" button. Check that the server displays the connection access request
Brian Muramatsu0822bf42011-09-12 12:29:32 -0700239 dialog. The client device does not need to do anything else.
240 </string>
241 <string name="bt_ca_dialog">Was the connection access request dialog shown?</string>
242 <string name="bt_ca_tips">
243 Tap the \"Bluetooth Settings\" button and check that both devices are not paired
244 before running the test.
245 \n\nUse the \"Make Discoverable\" and \"Pick Server\" buttons to connect the two Bluetooth
246 devices together and start the test.
247 </string>
248
Brian Muramatsue891acb2011-05-19 16:02:39 -0700249 <string name="bt_secure_server">Secure Server</string>
250 <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>
251 <string name="bt_insecure_server">Insecure Server</string>
252 <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>
253 <string name="bt_waiting">Waiting for client...</string>
Brian Muramatsu0822bf42011-09-12 12:29:32 -0700254 <string name="bt_listening">Listening...</string>
Brian Muramatsue891acb2011-05-19 16:02:39 -0700255 <string name="bt_connecting">Connecting...</string>
Brian Muramatsu0822bf42011-09-12 12:29:32 -0700256 <string name="bt_connected">Connected</string>
Brian Muramatsue891acb2011-05-19 16:02:39 -0700257 <string name="bt_received_messages">Received Messages</string>
258 <string name="bt_sent_messages">Sent Messages</string>
259 <string name="bt_no_messages">No messages</string>
260 <string name="bt_make_discoverable">Make Discoverable</string>
Brian Muramatsu0822bf42011-09-12 12:29:32 -0700261 <string name="bt_pick_server">Pick Server</string>
Brian Muramatsu8b98f7c2011-06-08 14:50:24 -0700262 <string name="bt_insecure_pairing_error_title">Pairing dialog shown?</string>
263 <string name="bt_insecure_pairing_error_message">Insecure connections should not show the pairing dialog!</string>
Satomi1dfcc1c2016-08-08 17:07:22 +0900264 <string name="bt_advertise_unsupported_title">Advertising is not supported</string>
265 <string name="bt_advertise_unsupported_message">Advertising is not supported on this device.\nTest finishes.</string>
266 <string name="bt_open_failed_title">BLE open failed</string>
267 <string name="bt_open_failed_message">Cannot open BLE GattService.\nTest finishes.</string>
268 <string name="bt_add_service_failed_title">Add service failed</string>
269 <string name="bt_add_service_failed_message">Failed to add services.\nTest finishes.</string>
Brian Muramatsue891acb2011-05-19 16:02:39 -0700270
271 <string name="bt_secure_client">Secure Client</string>
272 <string name="bt_insecure_client">Insecure Client</string>
273
274 <string name="bt_device_picker">Device Picker</string>
275 <string name="bt_paired_devices">Paired Devices</string>
276 <string name="bt_new_devices">New Devices</string>
277 <string name="bt_no_devices">No devices</string>
278 <string name="bt_scan">Scan for Devices</string>
279 <string name="bt_scanning">Scanning...</string>
280 <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>
281 <string name="bt_settings">Bluetooth Settings</string>
282
John Du73462362013-07-26 12:28:28 -0700283 <!-- BLE client side strings -->
284 <string name="ble_client_service_name">Bluetooth LE GATT Client Handler Service</string>
Satomi1dfcc1c2016-08-08 17:07:22 +0900285 <string name="ble_client_test_name">01 Bluetooth LE Client Test</string>
286 <string name="ble_client_connect_name">Bluetooth LE Client Connect</string>
287 <string name="ble_discover_service_name">Bluetooth LE Discover Service</string>
288 <string name="ble_read_characteristic_name">Bluetooth LE Read Characteristic</string>
289 <string name="ble_write_characteristic_name">Bluetooth LE Write Characteristic</string>
290 <string name="ble_reliable_write_name">Bluetooth LE Reliable Write</string>
291 <string name="ble_reliable_write_bad_resp_name">Bluetooth LE Reliable Write (receive bad response)</string>
292 <string name="ble_notify_characteristic_name">Bluetooth LE Notify Characteristic</string>
293 <string name="ble_read_descriptor_name">Bluetooth LE Read Descriptor</string>
294 <string name="ble_write_descriptor_name">Bluetooth LE Write Descriptor</string>
295 <string name="ble_read_rssi_name">Bluetooth LE Read RSSI</string>
296 <string name="ble_client_disconnect_name">Bluetooth LE Client Disconnect</string>
297 <string name="ble_client_test_info">
298 The Bluetooth LE test must be done simultaneously on two devices. This device is the client.
299 All tests listed here must be done with out pairing.
300 </string>
John Du73462362013-07-26 12:28:28 -0700301 <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>
302 <string name="ble_discover_service_info">Verify that the service is discovered when you press the "Discover Service" button.</string>
303 <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>
304 <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>
305 <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>
306 <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>
307 <string name="ble_client_disconnect_info">Verify that the device is disconnected when you press the "Disconnect" button</string>
308 <string name="ble_address">Bluetooth address</string>
309 <string name="ble_connect">Connect</string>
310 <string name="ble_discover_service">Discover service</string>
311 <string name="ble_write_hint">Nothing to write yet</string>
312 <string name="ble_read_hint">Nothing read yet</string>
313 <string name="ble_write">Write</string>
314 <string name="ble_read">Read</string>
315 <string name="ble_begin_write">Begin write</string>
316 <string name="ble_execute_write">Execute write</string>
317 <string name="ble_begin_notification">Begin notification</string>
318 <string name="ble_stop_notification">Stop notification</string>
319 <string name="ble_waiting_notification">Waiting on notification</string>
320 <string name="ble_read_rssi">Read RSSI</string>
321 <string name="ble_disconnect">Disconnect</string>
Yicheng Fanc8882202014-11-10 12:10:10 -0800322 <string name="ble_test_text">TEST</string>
Satomi1dfcc1c2016-08-08 17:07:22 +0900323 <string name="ble_test_finished">Test finished</string>
324 <string name="ble_test_next">Next</string>
325 <string name="ble_test_running">Test Running</string>
326 <string name="ble_test_running_message">This test requires a few minutes. Don\'t interrupt the test.</string>
327 <string name="ble_mtu_23_name">Bluetooth LE Request MTU(23bytes)</string>
328 <string name="ble_mtu_512_name">Bluetooth LE Request MTU(512bytes)</string>
John Du73462362013-07-26 12:28:28 -0700329
330 <!-- BLE server side strings -->
331 <string name="ble_server_service_name">Bluetooth LE GATT Server Handler Service</string>
Satomi1dfcc1c2016-08-08 17:07:22 +0900332 <string name="ble_server_start_name">01 Bluetooth LE Server Test</string>
333 <string name="ble_server_start_info">
334 The Bluetooth LE test must be done simultaneously on two devices, a server device and a client device. This device is the server.
335 </string>
336 <string name="ble_server_receiving_connect">Waiting on connection from Bluetooth LE client.</string>
337 <string name="ble_server_add_service">Adding service to Bluetooth LE server.</string>
John Du73462362013-07-26 12:28:28 -0700338 <string name="ble_server_write_characteristic">Waiting on write characteristic request</string>
339 <string name="ble_server_read_characteristic">Waiting on read characteristic request</string>
340 <string name="ble_server_write_descriptor">Waiting on write descriptor request</string>
341 <string name="ble_server_read_descriptor">Waiting on read descriptor request</string>
342 <string name="ble_server_reliable_write">Waiting on reliable write from client</string>
Satomi1dfcc1c2016-08-08 17:07:22 +0900343 <string name="ble_server_reliable_write_bad_resp">Waiting on reliable write from client (send bad response)</string>
344 <string name="ble_server_receiving_disconnect">Waiting on disconnection from Bluetooth LE client</string>
345 <string name="ble_connection_priority_server_name">02 Bluetooth LE Connection Priority Server Test</string>
346 <string name="ble_connection_priority_server_info">Bluetooth LE Connection Priority Server receive message from message in 3 different priority.</string>
347 <string name="ble_server_notify_characteristic">Waiting on notify characteristic request</string>
348 <string name="ble_server_write_characteristic_without_permission">Waiting on write characteristic request without permission</string>
349 <string name="ble_server_read_characteristic_without_permission">Waiting on read characteristic request without permission</string>
350 <string name="ble_server_write_descriptor_without_permission">Waiting on write descriptor request without permission</string>
351 <string name="ble_server_read_descriptor_without_permission"> Waiting on read descriptor request without permission</string>
352 <string name="ble_server_write_characteristic_need_encrypted">Waiting on write encrypted characteristic request</string>
353 <string name="ble_server_read_characteristic_need_encrypted">Waiting on read encryptedcharacteristic request</string>
354 <string name="ble_server_write_descriptor_need_encrypted">Waiting on write encrypted descriptor request</string>
355 <string name="ble_server_read_descriptor_need_encrypted"> Waiting on read encrypted descriptor request</string>
356 <string name="ble_server_indicate_characteristic">Waiting on indicate characteristic request</string>
357 <string name="ble_server_mtu_23bytes">Waiting on MTU request(23 bytes)</string>
358 <string name="ble_server_mtu_512bytes">Waiting on MTU request(512 bytes)</string>
359 <string name="ble_encrypted_server_name">03 Bluetooth LE Encrypted Server Test</string>
360 <string name="ble_encrypted_server_info">Bluetooth LE Encrypted Server Waiting on read/write characteristic and descriptor request need encrypted.</string>
361 <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>
362 <string name="ble_insecure_server_test_list_name">Bluetooth LE Insecure Server Test</string>
363 <string name="ble_insecure_server_test_list_info">
364 This test is mostly automated, but requires some user interaction.
365 Once the list items below have check marks, the test is complete.
366 \n\nTap \"01 Bluetooth LE Server Test\" on this device, then tap \"01 Bluetooth LE Client Test\" on the other device.
367 \nWhen the test is complete, move to the next item. You must complete all tests.
368 </string>
369 <string name="ble_secure_server_test_list_name">Bluetooth LE Secure Server Test</string>
370 <string name="ble_secure_server_test_list_info">
371 This test is mostly automated, but requires some user interaction.
372 You can pass this test once the list items below are checked.
373 \n\nTap \"01 Bluetooth LE Server Test\" on this device, then tap \"01 Bluetooth LE Client Test \"on other device.
374 \nTest completed, then test next item. You must be done all tests.
375 </string>
John Du73462362013-07-26 12:28:28 -0700376
Yicheng Fana6736922014-07-08 14:53:55 -0700377 <!-- BLE advertiser side strings -->
Satomi1dfcc1c2016-08-08 17:07:22 +0900378 <string name="ble_advertiser_test_name">Bluetooth LE Advertiser Test</string>
379 <string name="ble_advertiser_test_info">
380 The Bluetooth LE Advertiser Test and Scanner Test is a paired test.
381 \nTap \"Bluetooth LE Advertiser Test\" on this device. Once it is passed, tap \"Bluetooth LE Scanner Test\".
382 \nTap \"Bluetooth LE Scanner Test\" on this device. Once it is passed, tap \"Bluetooth LE Advertiser Test\".
383 </string>
Yicheng Fana6736922014-07-08 14:53:55 -0700384 <string name="ble_advertiser_service_name">Bluetooth LE Advertiser Handler Service</string>
Satomi1dfcc1c2016-08-08 17:07:22 +0900385 <string name="ble_privacy_mac_name">Bluetooth LE Privacy Mac</string>
386 <string name="ble_privacy_mac_info">Bluetooth LE Advertiser should advertise in non-repeating MAC address.</string>
387 <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>
388 <string name="ble_power_level_name">Bluetooth LE Tx Power Level</string>
389 <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>
390 <string name="ble_advertiser_power_level_instruction">
391 Click start to start multi-advertising. Data packets are advertised in 4 different power levels.
392 You may receive a message that this device does not support multi-advertising.
393 If the advertiser does not advertise in 4 power levels, and you do not receive an error message,
394 you may not have stopped advertising in the previous test, or this device may not support 4 advertisers at the same time.
395 Try rebooting the device and running the test again to free those advertisers in use.
396 </string>
397 <string name="ble_advertiser_scan_filter_name">Bluetooth LE Hardware Scan Filter</string>
398 <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 -0700399 <string name="ble_advertiser_scannable">Scannable advertising</string>
Yicheng Fan994d1dd2014-09-24 16:02:35 -0700400 <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 -0700401 <string name="ble_advertiser_unscannable">Unscannble advertising</string>
Yicheng Fan994d1dd2014-09-24 16:02:35 -0700402 <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 -0700403 <string name="ble_advertiser_start">Start</string>
404 <string name="ble_advertiser_stop">Stop</string>
Yicheng Fana6736922014-07-08 14:53:55 -0700405
406 <!-- BLE scanner side strings -->
Satomi1dfcc1c2016-08-08 17:07:22 +0900407 <string name="ble_scanner_test_name">Bluetooth LE Scanner Test</string>
Yicheng Fana6736922014-07-08 14:53:55 -0700408 <string name="ble_scanner_service_name">Bluetooth LE Scanner Handler Service</string>
Satomi1dfcc1c2016-08-08 17:07:22 +0900409 <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 -0700410 <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 -0700411 <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 -0700412 <string name="ble_ultra_low">Ultra low</string>
413 <string name="ble_low">Low</string>
414 <string name="ble_medium">Medium</string>
415 <string name="ble_high">High</string>
Yicheng Fan63b5d502014-10-03 16:38:54 -0700416 <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 different mac address. After 15 mins, a green text "Get a new Mac address" will show up.</string>
Satomi1dfcc1c2016-08-08 17:07:22 +0900417 <string name="ble_scanner_scan_filter_name">Bluetooth LE Hardware Scan Filter</string>
Yicheng Fancb7cbc62014-08-13 18:11:30 -0700418 <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 -0700419 <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 -0700420 <string name="ble_scan_with_filter">Scan with filter</string>
421 <string name="ble_scan_without_filter">Scan without filter</string>
Yicheng Fanc8882202014-11-10 12:10:10 -0800422 <string name="ble_scan_start">Start scan</string>
423 <string name="ble_scan_stop">Stop scan</string>
Yicheng Fana6736922014-07-08 14:53:55 -0700424
Satomi1dfcc1c2016-08-08 17:07:22 +0900425 <!-- BLE connection priority test strings -->
426 <string name="ble_client_connection_priority">Testing priority: </string>
427 <string name="ble_connection_priority_balanced">BALANCED</string>
428 <string name="ble_connection_priority_high">HIGH</string>
429 <string name="ble_connection_priority_low">LOW</string>
430 <string name="ble_server_connection_priority_result_passed">All test passed</string>
431 <string name="ble_server_connection_priority_result_failed">Test failed.</string>
432 <string name="ble_server_connection_priority_result_intervals">
433 Transfer interval time (msec):\nHIGH=%1$d\nBALANCED=%2$d\nLOW=%3$d\n\nRequirements:\n HIGH &lt;= BALANCED &lt;= LOW
434 </string>
435
436 <!-- BLE Test Name -->
437 <string name="ble_secure_client_test_name">Bluetooth LE Secure Client Test</string>
438 <string name="ble_insecure_client_test_name">Bluetooth LE Insecure Client Test</string>
439 <string name="ble_secure_server_test_name">Bluetooth LE Secure Server Test</string>
440 <string name="ble_insecure_server_test_name">Bluetooth LE Insecure Server Test</string>
441
442 <string name="ble_read_characteristic_nopermission_name">Bluetooth LE Read Characteristic Without Perrmission</string>
443 <string name="ble_write_characteristic_nopermission_name">Bluetooth LE Write Characteristic Without Permission</string>
444 <string name="ble_read_descriptor_nopermission_name">Bluetooth LE Read Descriptor Without Perrmission</string>
445 <string name="ble_write_descriptor_nopermission_name">Bluetooth LE Write Descriptor Without Permission</string>
446 <string name="ble_connection_priority_client_name">02 Bluetooth LE Connection Priority Client Test</string>
447 <string name="ble_connection_priority_client_info">Bluetooth LE Connection Priority Client send message in 3 different priority.</string>
448 <string name="ble_read_authenticated_characteristic_name">Bluetooth LE Read Encrypted Characteristic</string>
449 <string name="ble_write_authenticated_characteristic_name">Bluetooth LE Write Encrypted Characteristic</string>
450 <string name="ble_read_authenticated_descriptor_name">Bluetooth LE Read Encrypted Descriptor</string>
451 <string name="ble_write_authenticated_descriptor_name">Bluetooth LE Write Encrypted Descriptor</string>
452 <string name="ble_connection_priority_client_high">Bluetooth LE Send With CONNECTION_PRIORITY_HIGH</string>
453 <string name="ble_connection_priority_client_low">Bluetooth LE Send With CONNECTION_PRIORITY_LOW_POWER</string>
454 <string name="ble_connection_priority_client_balanced">Bluetooth LE Send With CONNECTION_PRIORITY_BALANCED</string>
455 <string name="ble_indicate_characteristic_name">Bluetooth LE Indicate Characteristic</string>
456 <string name="ble_encrypted_client_name">03 Bluetooth LE Encrypted Client Test</string>
457 <string name="ble_encrypted_client_info">Bluetooth LE Encrypted Client read/write on characteristic and descriptor need encrypted.</string>
458 <string name="ble_insecure_client_test_list_name">Bluetooth LE Insecure Client Test</string>
459 <string name="ble_insecure_client_test_list_info">
460 The Bluetooth LE test must be done simultaneously on two devices. This device is the client.
461 All tests listed here must be done without pairing. Tap \"Bluetooth LE Insecure Server Test\" on the other device.
462 \n\nTap \"01 Bluetooth LE Client Test\" on this device, then tap \"01 Bluetooth LE Server Test\" on the other device.
463 \nWhen the test is complete, move to the next item. You must complete all tests.
464 </string>
465 <string name="ble_secure_client_test_list_name">Bluetooth LE Secure Client Test</string>
466 <string name="ble_secure_client_test_list_info">
467 The Bluetooth LE test must be done simultaneously on two devices.
468 This device is the client. All tests listed here must be done with pairing.
469 \n\nTap \"01 Bluetooth LE Client Test\" on this device, then tap \"01 Bluetooth LE Server Test\" on the other device.
470 \nWhen the test is complete, move to the next item. You must complete all tests.
471 </string>
472 <string name="ble_encrypted_client_no_encrypted_characteristic">Error!\nThe Characteristics unencrypted.</string>
473 <string name="ble_encrypted_client_no_encrypted_descriptor">Error!\nThe Descriptor unencrypted.</string>
474 <string name="ble_encrypted_client_fail_write_encrypted_characteristic">It failed to write to Characteristic.</string>
475 <string name="ble_encrypted_client_fail_write_encrypted_descriptor">It failed to write to Descriptor.</string>
476 <string name="ble_encrypted_client_fail_read_encrypted_characteristic">It failed to read the Characteristic.</string>
477 <string name="ble_encrypted_client_fail_read_encrypted_descriptor">It failed to read the Descriptor.</string>
478 <string name="ble_secure_client_test_info">
479 The Bluetooth LE test must be done simultaneously on two devices. This device is the client.
480 All tests listed here must be done with pairing.
481 </string>
482
483 <string name="ble_bluetooth_disable_title">Bluetooth Disable!</string>
484 <string name="ble_bluetooth_disable_message">Please set bluetooth enable.</string>
485
486 <string name="ble_bluetooth_mismatch_title">Bluetooth pairing state is a mismatch!</string>
487 <string name="ble_bluetooth_mismatch_secure_message">
488 And even though it has already been trying to run a test of Secure, the device has not been paired.
489 \nGo setting mode, set Bluetooth to pair other device.
490 </string>
491 <string name="ble_bluetooth_mismatch_insecure_message">
492 And even though it has already been trying to run a test of Insecure, the device has already been paired.
493 \nGo setting mode, set Bluetooth to unpair other device.
494 </string>
495
496 <string name="ble_mtu_mismatch_message">MTU is not correct.(Request:%1$d, Actual:%2$d)</string>
497 <string name="ble_mtu_fail_message">MTU test: failed to receive data</string>
498
Brian Muramatsuaccc6842010-08-11 18:57:27 -0700499 <!-- Strings for FeatureSummaryActivity -->
Dan Morrill5df275b2010-08-11 12:19:19 -0700500 <string name="feature_summary">Hardware/Software Feature Summary</string>
Brian Muramatsu14e1cbb2010-09-13 18:33:39 -0700501 <string name="feature_summary_info">This is a test for...</string>
Dan Morrill5df275b2010-08-11 12:19:19 -0700502 <string name="fs_disallowed">WARNING: device reports a disallowed feature name</string>
503 <string name="fs_missing_wifi_telephony">WARNING: device reports neither WiFi nor telephony</string>
504 <string name="fs_no_data">No data.</string>
Dan Morrill71351d82010-10-20 15:26:00 -0700505 <string name="fs_legend_good">standard feature reported by device</string>
506 <string name="fs_legend_indeterminate">optional feature not reported by device</string>
507 <string name="fs_legend_warning">non-standard feature reported by device</string>
508 <string name="fs_legend_error">required feature not reported, or forbidden feature reported</string>
509
Dan Morrill5df275b2010-08-11 12:19:19 -0700510 <string name="empty"></string>
511
Raymond054a4412015-03-17 20:51:23 -0700512 <!-- Strings for HifiUltrasoundTestActivity -->
Raymondf15f8162015-05-19 11:58:43 -0700513 <string name="hifi_ultrasound_test">Hifi Ultrasound Microphone Test</string>
Raymond84218672015-05-13 11:58:12 -0700514 <string name="hifi_ultrasound_test_info">
Raymondf15f8162015-05-19 11:58:43 -0700515 This is a test for near-ultrasound (18500Hz - 20000Hz) microphone response.\n
Raymond84218672015-05-13 11:58:12 -0700516 This test requires two devices.\n</string>
517 <string name="hifi_ultrasound_test_play">PLAY</string>
Raymond054a4412015-03-17 20:51:23 -0700518 <string name="hifi_ultrasound_test_record">RECORD</string>
Raymond054a4412015-03-17 20:51:23 -0700519 <string name="hifi_ultrasound_test_plot">PLOT</string>
520 <string name="hifi_ultrasound_test_dismiss">DISMISS</string>
Raymondf15f8162015-05-19 11:58:43 -0700521 <string name="hifi_ultrasound_test_ok">OK</string>
Raymond054a4412015-03-17 20:51:23 -0700522 <string name="hifi_ultrasound_test_instruction1">
Raymondf15f8162015-05-19 11:58:43 -0700523 Open Hifi Ultrasound Microphone Test on the test device and the reference device.\n
524 Set the media volume of the reference device at 70% and hold it with one hand.\n
Raymond84218672015-05-13 11:58:12 -0700525 Hold the testing device with the other hand\n
526 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 -0700527 After the test, report result on the testing (recording) device.\n</string>
Raymond054a4412015-03-17 20:51:23 -0700528 <string name="hifi_ultrasound_test_pass">PASS</string>
529 <string name="hifi_ultrasound_test_fail">FAIL</string>
Raymond84218672015-05-13 11:58:12 -0700530 <string name="hifi_ultrasound_test_default_false_string">false</string>
Raymond84218672015-05-13 11:58:12 -0700531 <string name="hifi_ultrasound_test_mic_no_support">
532 Device does not support near-ultrasound recording.\n
Raymond236f9862015-10-26 13:59:46 -0700533 Please report PASS.\n</string>
Raymond84218672015-05-13 11:58:12 -0700534 <string name="hifi_ultrasound_test_spkr_no_support">
535 Device does not support near-ultrasound playback.\n
536 If this is your reference device, please use a different reference device.\n</string>
537
Raymondf15f8162015-05-19 11:58:43 -0700538 <string name="hifi_ultrasound_speaker_test">Hifi Ultrasound Speaker Test</string>
Raymond84218672015-05-13 11:58:12 -0700539 <string name="hifi_ultrasound_speaker_test_info">
Raymondf15f8162015-05-19 11:58:43 -0700540 This is a test for near-ultrasound (18500Hz - 20000Hz) speaker response.\n
Raymond84218672015-05-13 11:58:12 -0700541 This test requires two devices.\n</string>
542 <string name="hifi_ultrasound_speaker_test_instruction1">
Raymondf15f8162015-05-19 11:58:43 -0700543 Open Hifi Ultrasound Speaker Test on the test device and the reference device.\n
544 Set the media volume of the testing device at 70% and hold it with one hand.\n
Raymond84218672015-05-13 11:58:12 -0700545 Hold the reference device with the other hand\n
546 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 -0700547 After the test, report result on the testing (playback) device.\n</string>
Raymond84218672015-05-13 11:58:12 -0700548 <string name="hifi_ultrasound_speaker_test_mic_no_support">
549 Device does not support near-ultrasound recording.\n
550 If this is your reference device, please use a different reference device.\n</string>
551 <string name="hifi_ultrasound_speaker_test_spkr_no_support">
552 Device does not support near-ultrasound playback.\n
Raymond236f9862015-10-26 13:59:46 -0700553 Please report PASS.\n</string>
Raymondf15f8162015-05-19 11:58:43 -0700554 <string name="hifi_ultrasound_speaker_test_test_side">
555 Please wait for the result on the reference device then report here.</string>
556 <string name="hifi_ultrasound_speaker_test_reference_side">
557 Please report on the testing device.\n</string>
Raymond054a4412015-03-17 20:51:23 -0700558
Nick Pelly1fe08972012-05-14 17:35:58 -0700559 <!-- Strings for Location tests -->
560 <string name="location_gps_test">GPS Test</string>
561 <string name="location_gps_test_info">This test verifies basic GPS behavior
562 and callback scheduling.
563 Make sure the device has line of sight to GPS satellites
564 (for example, outside, or near a window)
565 and then press OK to run the automated tests.</string>
Zoltan Szatmary-Banbfdde072016-01-15 13:24:07 +0000566 <string name="location_listener_activity">Location listener</string>
Nick Pelly1fe08972012-05-14 17:35:58 -0700567
Sumit Kumare1046842016-03-31 16:09:09 -0700568 <!-- Strings for Location GNSS tests -->
Sumit Kumar73346082016-04-12 20:18:45 -0700569 <string name="location_gnss_constellation_type_test">GNSS Measurement Constellation Test</string>
Wyatt Rileyb7bd8e52016-08-10 13:23:55 -0700570 <string name="location_gnss_measure_no_location_test">GNSS Measurement Before Location Test</string>
Sumit Kumare1046842016-03-31 16:09:09 -0700571 <string name="location_gnss_reg_test">GNSS Measurement Registration Test</string>
572 <string name="location_gnss_value_test">GNSS Measurement Values Test</string>
573 <string name="location_gnss_nav_msg_test">GNSS Navigation Message Test</string>
Yu Liu2d25bb52016-10-24 17:53:09 -0700574 <string name="location_gnss_status_test">GNSS Status Test</string>
Sumit Kumare1046842016-03-31 16:09:09 -0700575 <string name="location_gnss_test_info">This test verifies basic GNSS behavior.
576 Make sure the device has line of sight to GNSS satellites
577 (for example, stationary on a windowsill. If needed, try again, outside, also with the
578 device stationary, and with at least some view of the sky.) and then press Next to run
579 the automated tests.</string>
Sumit Kumara2a00c32016-04-06 16:50:29 -0700580 <string name="location_gnss_test_retry_info">If this test fails, please make sure the device
581 has line of sight to GNSS satellites (for example, stationary on a windowsill. If needed,
582 try again, outside, also with the device stationary, with as much view of the sky as
583 possible.) </string>
Sumit Kumare1046842016-03-31 16:09:09 -0700584
Erik Kline4018b0b2015-11-30 10:22:47 +0900585 <!-- Strings for net.ConnectivityScreenOffTestActivity -->
586 <string name="network_screen_off_test">Network Connectivity Screen Off Test</string>
587 <string name="network_screen_off_test_instructions">
588 This test verifies that IPv6 network connectivity continues to work
589 when the screen is off.\n\n
590
591 1. Join a Wi-Fi network with IPv6 Internet access.\n
592 2. If the device has battery power, disconnect all power connectors.\n
593 3. Turn the screen off.\n
594 4. Wait until the screen turns on (it will take at least two minutes).\n
595 5. If necessary, unlock the device.\n
596 6. Please mark the test according to the result status indicated.\n
597 </string>
598 <string name="network_screen_off_test_start">Start</string>
599
Brian Muramatsu984b78b2011-09-23 12:37:28 -0700600 <!-- Strings for NfcTestActivity -->
601 <string name="nfc_test">NFC Test</string>
602 <string name="nfc_test_info">The Peer-to-Peer Data Exchange tests require two devices with
603 NFC enabled to exchange messages. One device must be the candidate device running the
604 software build to be tested, while the other device must be an implementation already
605 known to be compatible.\n\nThe Tag Verification tests check that your
606 device can properly read and write to tags of different technologies. The MIFARE
607 Ultralight test is only applicable for devices that support it.
Martijn Coenen109d7622013-09-24 07:09:29 -0700608 \n\nThe Host-based card emulation tests check that your device has properly implemented
609 host-based card emulation.
Brian Muramatsu984b78b2011-09-23 12:37:28 -0700610 </string>
611
612 <string name="nfc_not_enabled">NFC is not enabled!</string>
destradaa65c7cdb2013-10-28 16:36:12 -0700613 <string name="nfc_not_enabled_message">These tests require NFC to be enabled. Click the
Brian Muramatsu984b78b2011-09-23 12:37:28 -0700614 button below to goto Settings and enable it.</string>
615 <string name="nfc_settings">NFC Settings</string>
616
Nick Pellya9631ce2011-10-31 14:18:46 -0700617 <string name="ndef_push_not_enabled">NDEF Push is not enabled!</string>
618 <string name="ndef_push_not_enabled_message">These tests require Android Beam to be enabled.
619 Click the button below to goto NFC Sharing Settings and enable it.</string>
620 <string name="ndef_push_settings">NFC Sharing Settings</string>
621
Brian Muramatsu984b78b2011-09-23 12:37:28 -0700622 <string name="nfc_pee_2_pee">Peer-to-Peer Data Exchange</string>
623 <string name="nfc_ndef_push_sender">NDEF Push Sender</string>
624 <string name="nfc_ndef_push_receiver">NDEF Push Receiver</string>
Martijn Coenenbe6dfed2015-06-11 14:52:13 +0200625 <string name="nfc_llcp_version_check">LLCP version check</string>
Brian Muramatsu984b78b2011-09-23 12:37:28 -0700626
627 <string name="nfc_tag_verification">Tag Verification</string>
628 <string name="nfc_ndef">NDEF</string>
629 <string name="nfc_mifare_ultralight">MIFARE Ultralight</string>
630
631 <string name="nfc_ndef_push_sender_info">Start the \"CTS Verifier NDEF Receiver\" test on
632 another device and touch the devices back to back. The receiver should show a
633 dialog indicating it has successfully received the correct message!</string>
634 <string name="nfc_ndef_push_sender_instructions">Touch this device to the back of another
635 device running the \"CTS Verifier NDEF Receiver\"...</string>
636
637 <string name="nfc_ndef_push_receiver_info">Start the \"CTS Verifier NDEF Sender\" test on
638 another device and touch the devices back to back. The receiver should show a
639 dialog indicating it has successfully received the correct message!</string>
640 <string name="nfc_ndef_push_receiver_instructions">Touch this device to the back of another
641 device running the \"CTS Verifier NDEF Sender\"...</string>
642 <string name="nfc_ndef_push_receive_success">Successfully received the correct NDEF push
643 message.</string>
destradaa65c7cdb2013-10-28 16:36:12 -0700644 <string name="nfc_ndef_push_receive_failure">Failed to receive the correct NDEF push
Brian Muramatsu984b78b2011-09-23 12:37:28 -0700645 message.</string>
646
Martijn Coenenbe6dfed2015-06-11 14:52:13 +0200647 <string name="nfc_llcp_version_check_info">This test requires two candidate devices
648 with NFC enabled to exchange P2P messages. Start the \"LLCP version check\" test on
649 the other candidate device also, and touch the devices back to back. This test
650 then verifies that the candidate device correctly advises the LLCP version as 1.2</string>
651 <string name="nfc_llcp_version_check_failure">The candidate devices does not report LLCP
652 version 1.2 or higher.</string>
653 <string name="nfc_llcp_version_check_success">The candidate device has a valid LLCP version.</string>
Brian Muramatsu984b78b2011-09-23 12:37:28 -0700654 <string name="nfc_tag_verifier">NFC Tag Verifier</string>
655 <string name="nfc_tag_verifier_info">Follow the on-screen instructions to write and read
656 a tag of the chosen technology.</string>
657
658 <string name="nfc_scan_tag">Place device on a writable %s tag...</string>
659 <string name="nfc_write_tag_title">Writable tag discovered!</string>
660 <string name="nfc_write_tag_message">Press OK to write to this tag...</string>
661 <string name="nfc_scan_tag_again">Tap the same %s tag again to confirm that its contents match...</string>
662 <string name="nfc_wrong_tag_title">Wrong type of tag scanned</string>
663 <string name="nfc_no_tech">No tag technologies detected...</string>
664
665 <string name="nfc_writing_tag">Writing NFC tag...</string>
666 <string name="nfc_writing_tag_error">Error writing NFC tag...</string>
667 <string name="nfc_reading_tag">Reading NFC tag...</string>
668 <string name="nfc_reading_tag_error">Error reading NFC tag...</string>
669
670 <string name="nfc_result_success">Test passed!</string>
671 <string name="nfc_result_failure">Test failed!</string>
672
673 <string name="nfc_result_message">Written data:\n%1$s\n\nRead data:\n%2$s</string>
674 <string name="nfc_ndef_content">Id: %1$s\nMime: %2$s\nPayload: %3$s</string>
675
Martijn Coenen109d7622013-09-24 07:09:29 -0700676 <string name="nfc_hce">Host-based card emulation</string>
Martijn Coenen6fc35802016-02-02 12:06:30 +0100677 <string name="nfc_hce_f">Host-based Felica card emulation</string>
Martijn Coenen109d7622013-09-24 07:09:29 -0700678 <string name="nfc_hce_reader_tests">HCE reader tests</string>
Martijn Coenen6fc35802016-02-02 12:06:30 +0100679 <string name="nfc_hce_f_reader_tests">HCE Felica reader tests</string>
Martijn Coenen109d7622013-09-24 07:09:29 -0700680 <string name="nfc_hce_emulator_tests">HCE emulator tests</string>
Martijn Coenen6fc35802016-02-02 12:06:30 +0100681 <string name="nfc_hce_f_emulator_tests">HCE Felica emulator tests</string>
682 <string name="nfc_hce_f_emulator">HCE Felica emulator</string>
683 <string name="nfc_hce_f_reader">HCE Felica reader</string>
Martijn Coenen109d7622013-09-24 07:09:29 -0700684 <string name="nfc_hce_emulator_test_info">The host-based card emulation
685 tests require two devices to be completed. The HCE emulator tests are used
686 to actually test the host-based card emulation feature of the device-under-test. So the
687 device running the emulator tests must be the candidate device running the software
688 to be tested. \n\nFor each emulator test, there is a corresponding "reader test"
689 in the "HCE reader tests" section. The "reader test" acts as a NFC terminal/POS
Martijn Coenen0cf0c962014-02-28 14:22:15 -0800690 and makes sure the device-under-test implements card emulation correctly.</string>
Martijn Coenen109d7622013-09-24 07:09:29 -0700691 <string name="nfc_hce_reader_test_info">The host-based card emulation
692 tests require two devices to be completed. The HCE emulator tests are used
693 to actually test the host-based card emulation feature of the device-under-test. So the
694 device running the emulator tests must be the candidate device running the software
695 to be tested. \n\nFor each emulator test, there is a corresponding "reader test"
696 in the "HCE reader tests" section. The "reader test" acts as a NFC terminal/POS
697 and makes sure the device-under-test implements card emulation correctly.
698 </string>
Martijn Coenen0cf0c962014-02-28 14:22:15 -0800699 <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 -0700700 <string name="nfc_hce_please_wait">Please wait</string>
701 <string name="nfc_hce_setting_up">Setting up card emulation services...</string>
Martijn Coenenc94c0122013-10-21 14:44:54 -0700702
703 <string name="nfc_hce_default_route_emulator">Default route (Emulator)</string>
704 <string name="nfc_hce_default_route_reader">Default route (Reader)</string>
705 <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>
706
707 <string name="nfc_hce_protocol_params_emulator">Protocol parameters (Emulator)</string>
708 <string name="nfc_hce_protocol_params_reader">Protocol parameters (Reader)</string>
Martijn Coenen7294e322013-11-13 10:36:05 -0800709 <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 -0700710
Martijn Coenen109d7622013-09-24 07:09:29 -0700711 <string name="nfc_hce_single_payment_emulator">Single payment (Emulator)</string>
712 <string name="nfc_hce_single_payment_reader">Single payment (Reader)</string>
713
714 <string name="nfc_hce_dual_payment_emulator">Two payment services (Emulator)</string>
715 <string name="nfc_hce_dual_payment_reader">Two payment services (Reader)</string>
716
717 <string name="nfc_hce_change_default_emulator">Change default payment service (Emulator)</string>
718 <string name="nfc_hce_change_default_reader">Change default payment service (Reader)</string>
719
720 <string name="nfc_hce_tap_reader_title">Tap reader</string>
721 <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>
722
723 <string name="nfc_hce_single_non_payment_emulator">Single non-payment (Emulator)</string>
724 <string name="nfc_hce_single_non_payment_reader">Single non-payment (Reader)</string>
725
726 <string name="nfc_hce_dual_non_payment_emulator">Two non-payment services (Emulator)</string>
727 <string name="nfc_hce_dual_non_payment_reader">Two non-payment services (Reader)</string>
728
729 <string name="nfc_hce_conflicting_non_payment_emulator">Two conflicting non-payment services (Emulator)</string>
730 <string name="nfc_hce_conflicting_non_payment_reader">Two conflicting non-payment services (Reader)</string>
731
Martijn Coenene71e3742014-05-23 16:35:55 -0700732 <string name="nfc_hce_foreground_non_payment_emulator">Foreground override non-payment services (Emulator)</string>
733 <string name="nfc_hce_foreground_non_payment_reader">Foreground override non-payment services (Reader)</string>
734 <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>
735
736 <string name="nfc_hce_foreground_payment_emulator">Foreground override payment services (Emulator)</string>
737 <string name="nfc_hce_foreground_payment_reader">Foreground override payment services (Reader)</string>
738 <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 +0100739 <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 -0700740 <string name="nfc_hce_offhost_service_emulator">Off-host service (Emulator)</string>
741 <string name="nfc_hce_offhost_service_reader">Off-host service (Reader)</string>
742 <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>
743
744 <string name="nfc_hce_on_and_offhost_service_emulator">On and off-host services (Emulator)</string>
745 <string name="nfc_hce_on_and_offhost_service_reader">On and off-host services (Reader)</string>
746 <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>
747
748 <string name="nfc_hce_tap_test_emulator">50 successful taps test (Emulator)</string>
749 <string name="nfc_hce_tap_test_reader">50 successful taps test (Reader)</string>
750 <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>
751 <string name="nfc_hce_throughput_emulator">HCE throughput test (Emulator)</string>
752 <string name="nfc_hce_throughput_reader">HCE throughput test (Reader)</string>
753 <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 -0700754 <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 -0700755 <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>
756 <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 -0700757
758 <string name="nfc_hce_payment_dynamic_aids_emulator">Dynamic payment AIDs (Emulator)</string>
759 <string name="nfc_hce_payment_dynamic_aids_reader">Dynamic payment AIDs (Reader)</string>
760 <string name="nfc_hce_payment_dynamic_aids_help">This test tries to register dynamic AIDs for a payment service.</string>
761
Martijn Coenen7459cf22014-12-17 16:57:23 -0800762 <string name="nfc_hce_large_num_aids_emulator">Large number of AIDs (Emulator)</string>
763 <string name="nfc_hce_large_num_aids_reader">Large number of AIDs (Reader)</string>
764 <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>
765
Martijn Coenene71e3742014-05-23 16:35:55 -0700766 <string name="nfc_hce_payment_prefix_aids_emulator">Payment prefix AIDs (Emulator)</string>
767 <string name="nfc_hce_payment_prefix_aids_reader">Payment prefix AIDs (Reader)</string>
768 <string name="nfc_hce_payment_prefix_aids_help">This test statically registers prefix AIDs for a payment service.</string>
769
770 <string name="nfc_hce_payment_prefix_aids_emulator_2">Payment prefix AIDs 2 (Emulator)</string>
771 <string name="nfc_hce_payment_prefix_aids_reader_2">Payment prefix AIDs 2 (Reader)</string>
772
773 <string name="nfc_hce_other_prefix_aids_emulator">Other prefix AIDs (Emulator)</string>
774 <string name="nfc_hce_other_prefix_aids_reader">Other prefix AIDs (Reader)</string>
775 <string name="nfc_hce_other_prefix_aids_help">This test dynamically registers prefix AIDs for a non-payment service.</string>
776
777 <string name="nfc_hce_other_conflicting_prefix_aids_emulator">Conflicting non-payment prefix AIDs (Emulator)</string>
778 <string name="nfc_hce_other_conflicting_prefix_aids_reader">Conflicting non-payment prefix AIDs (Reader)</string>
779 <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>
780
Martijn Coenen109d7622013-09-24 07:09:29 -0700781 <string name="nfc_payment_service_desc">NFC Payment service</string>
782 <string name="ppse">PPSE</string>
783 <string name="mastercard">MasterCard</string>
Martijn Coenene71e3742014-05-23 16:35:55 -0700784 <string name="visa">Visa</string>
Martijn Coenen109d7622013-09-24 07:09:29 -0700785 <string name="paymentService1">Payment Service #1</string>
786 <string name="paymentService2">Payment Service #2</string>
787 <string name="transportService1">TransportService #1</string>
788 <string name="transportService2">TransportService #2</string>
789 <string name="accessService">AccessService</string>
790 <string name="offhostService">OffhostService</string>
Martijn Coenen6fc35802016-02-02 12:06:30 +0100791 <string name="felicaservice">Felica Service</string>
Martijn Coenen109d7622013-09-24 07:09:29 -0700792
destradaa65c7cdb2013-10-28 16:36:12 -0700793 <!-- Strings for Sensor Test Activities -->
destradaa0dcd7102014-09-23 14:22:54 -0700794 <string name="snsr_device_admin_receiver">Sensor Tests Device Admin Receiver</string>
destradaa9732fb12014-08-15 10:40:50 -0700795 <string name="snsr_test_summary">Tests passed: %1$d, Tests skipped: %2$d, Tests failed: %3$d</string>
destradaa2581a9e2014-09-26 13:25:19 -0700796 <string name="snsr_test_complete">Test completed without errors.</string>
797 <string name="snsr_test_complete_with_errors">Test completed with errors: those errors
798 might degrade the user experience and might cause some applications to misbehave. They are
799 not required for Android Compatibility at this time, but will in a future release.</string>
destradaa9732fb12014-08-15 10:40:50 -0700800 <string name="snsr_test_pass">PASS</string>
801 <string name="snsr_test_skipped">SKIPPED</string>
802 <string name="snsr_test_fail">FAIL</string>
destradaafd031b92014-10-10 10:45:51 -0700803 <string name="snsr_execution_time">Test execution time %1$s sec</string>
Peng Xu6133d242015-09-22 21:50:47 -0700804 <string name="snsr_rvcvxchk_test">Rotation Vector CV Crosscheck</string>
805 <string name="snsr_rvcvxchk_test_rec">Rotation Vector CV Recording</string>
destradaa9732fb12014-08-15 10:40:50 -0700806
807 <!-- Strings to interact with users in Sensor Tests -->
808 <string name="snsr_test_play_sound">A sound will be played once the verification is complete...</string>
destradaafc687ea2014-08-27 14:47:59 -0700809 <string name="snsr_no_interaction">Leave the device on top of a flat surface.</string>
810 <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 -0700811 <string name="snsr_device_steady">Keep the device steady.</string>
destradaafc687ea2014-08-27 14:47:59 -0700812 <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 -0700813 <string name="snsr_wait_for_user">Press \'Next\' to continue.</string>
destradaaa0b3bbc2014-09-03 14:08:00 -0700814 <string name="snsr_wait_to_begin">Press \'Next\' to begin.</string>
destradaa9732fb12014-08-15 10:40:50 -0700815 <string name="snsr_on_complete_return">After completing the task, go back to this test.</string>
destradaa139500e2014-08-22 16:01:52 -0700816 <string name="snsr_movement_expected">Movement was expected during the test. Found=%1$b.</string>
destradaaa26b12c2014-10-10 17:22:11 -0700817 <string name="snsr_sensor_feature_deactivation">Turn off any special features installed in the
818 device that register for sensors. Once you are done, you can begin the test.</string>
John Rusnak7ceff362014-08-04 15:49:51 -0700819 <string name="snsr_setting_mode_request">You will be redirected to set \'%1$s\' to: %2$s.</string>
820 <string name="snsr_setting_mode_set">\'%1$s\' set to: %2$s.</string>
821 <string name="snsr_setting_mode_not_set">\'%1$s\' not set to: %2$s.</string>
destradaa3dccf1f02014-08-22 18:11:36 -0700822 <string name="snsr_setting_airplane_mode">Airplane mode</string>
823 <string name="snsr_setting_screen_brightness_mode">Adaptive Brightness</string>
824 <string name="snsr_setting_auto_rotate_screen_mode">Auto-rotate screen</string>
destradaafc687ea2014-08-27 14:47:59 -0700825 <string name="snsr_setting_keep_screen_on">Stay awake</string>
destradaa3dccf1f02014-08-22 18:11:36 -0700826 <string name="snsr_setting_location_mode">Location</string>
destradaa4d4efc82014-10-17 14:50:37 -0700827 <string name="snsr_setting_ambient_display">Ambient Display</string>
destradaa2581a9e2014-09-26 13:25:19 -0700828 <string name="snsr_pass_on_error">Pass Anyway</string>
destradaa2d3dc7d2014-09-26 16:52:06 -0700829 <string name="snsr_run_automated_tests">The screen will be turned off to execute the tests,
830 when tests complete, the device will vibrate and the screen will be turned back on.</string>
destradaa9732fb12014-08-15 10:40:50 -0700831
destradaa65c7cdb2013-10-28 16:36:12 -0700832 <!-- Accelerometer -->
Dan Morrill5df275b2010-08-11 12:19:19 -0700833 <string name="snsr_accel_test">Accelerometer Test</string>
Dan Morrill71351d82010-10-20 15:26:00 -0700834 <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 -0700835 <string name="snsr_accel_m_test">Accelerometer Measurement Tests</string>
destradaa31f57432014-09-26 14:47:28 -0700836 <string name="snsr_accel_test_face_up">Place the device on a flat surface with the screen
837 facing the ceiling.</string>
838 <string name="snsr_accel_test_face_down">Place the device on a flat surface with the screen
839 facing it.</string>
destradaa16203b42014-09-29 13:26:51 -0700840 <string name="snsr_accel_test_right_side">Place the device in a flat surface resting vertically
841 on its right side.</string>
842 <string name="snsr_accel_test_left_side">Place the device in a flat surface resting vertically
843 on its left side.</string>
844 <string name="snsr_accel_test_top_side">Place the device in a flat surface resting vertically
845 on its top side.</string>
846 <string name="snsr_accel_test_bottom_side">Place the device in a flat surface resting vertically
847 on its bottom side.</string>
Brian Muramatsu729de482011-05-12 12:26:58 -0700848
destradaa65c7cdb2013-10-28 16:36:12 -0700849 <!-- Gyroscope -->
Brian Muramatsu729de482011-05-12 12:26:58 -0700850 <string name="snsr_gyro_test">Gyroscope Test</string>
851 <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>
852 <string name="snsr_gyro_test_progress">Test %1$d of %2$d</string>
853 <string name="snsr_gyro_test_no_gyro_title">No gyroscope?</string>
854 <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>
855 <string name="snsr_gyro_test_degrees_title">Wrong units?</string>
856 <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 -0700857 <string name="snsr_gyro_m_test">Gyroscope Measurement Test</string>
destradaa9732fb12014-08-15 10:40:50 -0700858 <string name="snsr_gyro_device_placement">Place the device in a flat surface with the screen
destradaa31f57432014-09-26 14:47:28 -0700859 facing the ceiling. Read the instructions for each scenario, before you perform the
860 test.</string>
destradaa9732fb12014-08-15 10:40:50 -0700861 <string name="snsr_gyro_device_static">Leave the device static.</string>
destradaa31f57432014-09-26 14:47:28 -0700862 <string name="snsr_gyro_rotate_device">Once you begin the test, you will need to rotate the
863 device 360deg (one time) in the direction show by the animation, then place it back on the
864 flat surface.</string>
destradaa65c7cdb2013-10-28 16:36:12 -0700865
Vinod Krishnan20d67252014-04-30 11:12:01 -0700866 <!-- Heart Rate -->
867 <string name="snsr_heartrate_test">Heart Rate Test</string>
Vinod Krishnan7b6bdeb2014-05-13 16:19:44 -0700868 <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 -0700869 <string name="snsr_heartrate_test_no_heartrate_title">No heart rate monitor?</string>
870 <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>
871
destradaa65c7cdb2013-10-28 16:36:12 -0700872 <!-- Magnetic Field -->
873 <string name="snsr_mag_m_test">Magnetic Field Measurement Tests</string>
destradaa9732fb12014-08-15 10:40:50 -0700874 <string name="snsr_mag_verify_norm">Verifying the Norm...</string>
875 <string name="snsr_mag_verify_std_dev">Verifying the Standard Deviation...</string>
destradaa37286b42014-10-02 13:46:05 -0700876 <string name="snsr_mag_verify_calibrated_uncalibrated">Verifying the relationship between
877 calibrated and uncalibrated measurements...</string>
destradaa9732fb12014-08-15 10:40:50 -0700878 <string name="snsr_mag_calibration_description">Please calibrate the Magnetometer by moving
879 it in 8 shapes in different orientations.</string>
destradaa7bed8102014-09-24 13:18:16 -0700880 <string name="snsr_mag_calibration_complete">When done, leave the device in a flat surface, far
881 from all metallic objects (if the test does not pass, try re-running it outdoors).</string>
destradaa37286b42014-10-02 13:46:05 -0700882 <string name="snsr_mag_measurement">-&gt; (%1$.2f, %2$.2f, %3$.2f) : %4$.2f uT</string>
Brian Muramatsuaccc6842010-08-11 18:57:27 -0700883
Jim Steele0c4d08a2014-08-03 00:49:59 -0700884 <!-- Sensor Value Accuracy -->
Jim Steele0c4d08a2014-08-03 00:49:59 -0700885 <string name="snsr_rot_vec_test">Rotation Vector Accuracy Test</string>
destradaaa7714542014-09-04 16:23:03 -0700886 <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 -0700887 <string name="snsr_event_value">Sensor(%3$s). Event value[0] expected to be of value=%1$f. Found=%2$f.</string>
888 <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 -0700889
890 <!-- Sensor Batching -->
891 <string name="snsr_batch_test">Sensor Batching Tests</string>
destradaa16203b42014-09-29 13:26:51 -0700892 <string name="snsr_batching_walking_needed">Once the test begins, you will have to take the
893 device in your hand and walk.</string>
Jim Steele0c4d08a2014-08-03 00:49:59 -0700894
895 <!-- Sensor Synchronization -->
896 <string name="snsr_synch_test">Sensor Synchronization Test</string>
897
Jim Steeleb292a9f2014-07-13 23:29:56 -0700898 <!-- Step Counter and Detector -->
899 <string name="snsr_step_counter_test">Step Counter and Detector Tests</string>
destradaa139500e2014-08-22 16:01:52 -0700900 <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 -0700901 <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 -0700902 <string name="snsr_step_counter_expected_steps">At least %1$d steps are expected to be reported. Reported=%2$d.</string>
903 <string name="snsr_step_counter_detected_reported">Steps reported by user=%1$d. Steps counted=%2$d. Delta=%3$d. Tolerance=%4$d.</string>
904 <string name="snsr_step_detector_detected_reported">Steps reported by user=%1$d. Steps detected=%2$d. Delta=%3$d. Tolerance=%4$d.</string>
905 <string name="snsr_step_counter_event_changed">Step counter expected to increase monotonically, with a delta > 0. Found=%1$d. Timestamp=%2$d.</string>
906 <string name="snsr_step_reported">%1$d | User reported step.</string>
907 <string name="snsr_step_counter_event">%1$d | Step Counter event. count=%2$d.</string>
908 <string name="snsr_step_detector_event">%1$d | Step Detector event.</string>
Jim Steeleb292a9f2014-07-13 23:29:56 -0700909
Aravind Akelladbc95c52015-06-09 10:22:16 -0700910 <!-- Device suspend tests -->
911 <string name="snsr_device_suspend_test">Device Suspend Tests</string>
912 <string name="snsr_device_did_not_go_into_suspend">Device did not go into suspend mode during test execution </string>
913 <string name="snsr_batch_did_not_arrive_at_expected_time">Batch did not arrive at the expected time estimatedBatchArrivalMs=%1$d
914 firstEventReceivedMs=%2$d diffMs=%3$d toleranceMs=%4$d </string>
915 <string name="snsr_device_suspend_test_instr">One you begin the test, disconnect USB, turn off the display and allow
916 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>
917
Jim Steelec57c8432014-05-24 09:53:32 -0700918 <!-- Significant Motion -->
919 <string name="snsr_significant_motion_test">Significant Motion Tests</string>
destradaaa7714542014-09-04 16:23:03 -0700920 <string name="snsr_significant_motion_event_arrival">Event expected to trigger. Triggered=%1$s.</string>
921 <string name="snsr_significant_motion_event_type">Event expected to be of type=%1$d. Found=%2$d.</string>
922 <string name="snsr_significant_motion_event_unexpected">Event not expected to trigger. Triggered=%1$s.</string>
destradaaa07a7a22014-08-21 17:09:03 -0700923 <string name="snsr_significant_motion_disable_info">Significant Motion is expected to disable itself after it triggers once.</string>
924 <string name="snsr_significant_motion_test_trigger">Once you begin the test, you will need to walk for Significant Motion to be detected.</string>
925 <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>
926 <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>
927 <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>
928 <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>
929 <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 -0700930 <string name="snsr_significant_motion_registration">Expected to be able to register for TriggerSensor. Found=%1$b.</string>
destradaaa07a7a22014-08-21 17:09:03 -0700931 <string name="snsr_significant_motion_cancelation">Expected to be able to cancel TriggerSensor. Found=%b.</string>
Aravind Akelladbc95c52015-06-09 10:22:16 -0700932 <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.
933 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>
934 <string name="snsr_device_did_not_wake_up_at_trigger">Device did not wakeup at tigger time. wakeTime=%1$d ms triggerTime=%2$d ms</string>
Jim Steelec57c8432014-05-24 09:53:32 -0700935
destradaaa0b3bbc2014-09-03 14:08:00 -0700936 <!-- Strings for Sensor CTS tests inside CtsVerifier -->
937 <string name="snsr_single_sensor_tests">CTS Single Sensor Tests</string>
938 <string name="snsr_sensor_integration_tests">CTS Sensor Integration Tests</string>
939 <string name="snsr_sensor_test">CTS Sensor Test</string>
destradaa774c0152014-09-15 17:00:37 -0700940 <string name="snsr_sensor_batching_tests">CTS Sensor Batching Tests</string>
destradaaa0b3bbc2014-09-03 14:08:00 -0700941
Peng Xuc4469cd2016-03-29 17:55:54 -0700942 <!-- String for DynamicSensorDiscoveryTest -->
943 <string name="snsr_dynamic_sensor_discovery_test">Dynamic Sensor Discovery Test</string>
944
Stuart Scottba898162014-01-17 13:18:14 -0800945 <!-- Strings for Sample Test Activities -->
946 <string name="share_button_text">Share</string>
947 <string name="sample_framework_test">Sample Framework Test</string>
948 <string name="sample_test">Sample Test</string>
949 <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>
950
James Painterfa2e1662012-09-13 15:37:58 -0700951 <!-- Strings for Camera Orientation -->
952 <string name="camera_orientation">Camera Orientation</string>
James Painter6cdb8682012-10-02 08:22:39 -0700953 <string name="co_info">This test verifies the orientation capabilities of
954 camera preview and capture.\n - The left view shows a preview window rotated
955 clockwise by a given magnitude of degrees.\n - The right view, after taking
956 a photo, shows the captured image.\n - For each camera and orientation, both
957 the left and right views should appear rotated clockwise by the amount of
958 degrees specified. Choose \"Pass\" if this is the case. Otherwise, choose
959 \"Fail\".\n - For front-facing cameras, the test will horizontally mirror
960 the captured image prior to rotation, in attempt to make the left and right
961 views appear the same.\n - The physical orientation of the device does not
962 matter.\n - Read the message above the \"Take Photo\" button for
963 step-by-step instructions.
James Painter738030a2012-09-26 00:31:30 -0700964 </string>
James Painterfa2e1662012-09-13 15:37:58 -0700965 <string name="co_preview_label">Camera preview</string>
966 <string name="co_format_label">Oriented photo</string>
967 <string name="co_camera_label">Camera:</string>
968 <string name="co_orientation_label">Orientation</string>
James Painter738030a2012-09-26 00:31:30 -0700969 <string name="co_orientation_direction_label">clockwise</string>
James Painterfa2e1662012-09-13 15:37:58 -0700970 <string name="co_instruction_heading_label">Instruction:</string>
971 <string name="co_instruction_text_photo_label">Take a photo</string>
James Painter6cdb8682012-10-02 08:22:39 -0700972 <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>
973 <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 -0700974 <string name="co_photo_button_caption">Take Photo</string>
Eino-Ville Talvalae56ae2a2012-04-27 19:18:41 -0700975
Igor Murashkin48f86e72012-10-17 18:12:59 -0700976 <!-- Strings for Camera Intents -->
977 <string name="camera_intents">Camera Intents</string>
978 <string name="ci_info">
979 This test verifies that the default camera app is firing intents
980 after pictures/videos are taken. It also verifies that when the
981 default camera app is invoked via intents, the launch intents work,
982 and the broadcast intents are received when appropriate per the SDK
983 documentation.\n\n
984 - Read the message above the \"Start Test\" button for
985 step-by-step instructions.
986 </string>
987 <string name="ci_preview_label">Camera preview</string>
988 <string name="ci_format_label">Oriented photo</string>
989 <string name="ci_camera_label">Camera:</string>
990 <string name="ci_intents_label">Intents Test</string>
991 <string name="ci_intents_direction_label">clockwise</string>
992 <string name="ci_instruction_heading_label">Instructions:</string>
993 <string name="ci_instruction_text_photo_label">READ BEFORE STARTING TEST</string>
994 <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>
995 <string name="ci_instruction_text_app_picture_label">\n
996 1. Click Start Test. \n
997 2. Go to home screen (HOME key). \n
998 3. Launch Camera application. \n
Yin-Chia Yeha9dd8682016-05-04 17:49:14 -0700999 4. Capture photo within 1 minute. \n
Igor Murashkin48f86e72012-10-17 18:12:59 -07001000 5. Return to CTS verifier app. \n
Yin-Chia Yeha9dd8682016-05-04 17:49:14 -07001001 6. Pass button will light up if URI trigger was fired.\n
Igor Murashkin48f86e72012-10-17 18:12:59 -07001002 7. Click "Pass" if possible.
1003 </string>
1004 <string name="ci_instruction_text_app_video_label">\n
1005 1. Click Start Test. \n
1006 2. Go to home screen (HOME key). \n
1007 3. Launch Camera application. \n
Yin-Chia Yeha9dd8682016-05-04 17:49:14 -07001008 4. Capture video within 1 minute. \n
Igor Murashkin48f86e72012-10-17 18:12:59 -07001009 5. Return to CTS verifier app. \n
Yin-Chia Yeha9dd8682016-05-04 17:49:14 -07001010 6. Pass button will light up if URI trigger was fired.\n
Igor Murashkin48f86e72012-10-17 18:12:59 -07001011 7. Click "Pass" if possible.
1012 </string>
1013 <string name="ci_instruction_text_intent_picture_label">\n
1014 1. Click Start Test.\n
1015 2. Camera app will launch, prompting to take photo.\n
Yin-Chia Yeha9dd8682016-05-04 17:49:14 -07001016 3. Capture/confirm photo using camera app controls within 1 minute.\n
1017 4. Pass button will light up if URI trigger was NOT received.\n
Igor Murashkin48f86e72012-10-17 18:12:59 -07001018 5. Click "Pass" if possible.
1019 </string>
1020 <string name="ci_instruction_text_intent_video_label">\n
1021 1. Click Start Test.\n
1022 2. Camera app will launch, prompting to take video.\n
Yin-Chia Yeha9dd8682016-05-04 17:49:14 -07001023 3. Capture/confirm video using camera app controls within 1 minute.\n
1024 4. Pass button will light up if URI trigger was received.\n
Igor Murashkin48f86e72012-10-17 18:12:59 -07001025 5. Click "Pass" if possible.
1026 </string>
1027 <string name="ci_start_test_button_caption">Start Test</string>
1028
James Painterfa2e1662012-09-13 15:37:58 -07001029 <!-- Strings for Camera Formats -->
Eino-Ville Talvalae56ae2a2012-04-27 19:18:41 -07001030 <string name="camera_format">Camera Formats</string>
1031 <string name="cf_info">This test checks that all the supported
1032 output formats for camera preview callbacks work correctly, and
1033 that the mandatory formats are available. \n - The left view shows
1034 a standard preview window. \n - The right view shows the output
1035 processed from camera preview callbacks. \n - For each camera,
1036 resolution, and format combination in the dropdowns, the right
1037 view should look the same as the left, and neither should have
1038 streaks, lines, or other artifacts. \n - For front-facing cameras,
1039 the right view must be horizontally mirrored relative to the left
1040 view.\n - Note that the frame rate of the right view may be much
1041 lower than on the left; this is not an indication of a failed
1042 test.
1043 </string>
1044 <string name="cf_preview_label">Normal preview</string>
1045 <string name="cf_format_label">Processed callback data</string>
1046
Jianing Wei636f9032013-10-03 10:00:25 -07001047 <!-- Strings for Camera Video -->
1048 <string name="record_button_text">Test</string>
1049 <string name="camera_video">Camera Video</string>
1050 <string name="video_info"> This test checks video capture
1051 at different resolutions. \n - The left view window shows the preview.
1052 \n - Pressing the test button will trigger three
1053 seconds of video recording. Playback will show up in the right view
1054 window after recording is complete. \n - Use the spinners to choose
1055 camera and resolution combinations. The playback should be similar
1056 to what you saw in preview. \n - After all possible combinations
1057 are tested, the pass button will be enabled. You may press the pass
1058 button to indicate a pass. \n - You may press fail button any time during
1059 the test to indicate failure.
1060 </string>
1061 <string name="video_capture_label">Video capture</string>
1062 <string name="video_playback_label">Video playback</string>
1063 <string name="dialog_fail_test">Test failed</string>
1064 <string name="fail_quit">Fail and quit</string>
1065 <string name="cancel">Cancel</string>
1066 <string name="status_ready">Ready</string>
1067 <string name="status_recording">Recording</string>
1068 <string name="status_playback">Playing back</string>
1069
Brian Muramatsu12c86912011-07-21 17:26:46 -07001070 <!-- Strings for USB accessory test activity -->
1071 <string name="usb_accessory_test">USB Accessory Test</string>
John Rusnakddf82c12014-08-04 15:49:51 -07001072 <string name="sensor_power_test">Sensor Power Test</string>
Brian Muramatsu12c86912011-07-21 17:26:46 -07001073 <string name="usb_accessory_test_info">
David Stevensda7a43d2016-03-09 22:21:35 -08001074 1. Connect your Android device to a computer and ensure that the connection is set
1075 to charging only from the Android device.
1076 \n\n2.Run the \'cts-usb-accessory\' program included with the CTS Verifier bundle.
1077 \n\n3. If you have not started the CTS Verifier, press \'OK\' when asked to open the CTS
Brian Muramatsu12c86912011-07-21 17:26:46 -07001078 Verifier when the accessory is connected. \n\nIf you are already in this test,
1079 then you can press \'Cancel\' but press \'OK\' in the next dialog asking whether to allow
1080 CTS Verifier to access the accessory.
David Stevensda7a43d2016-03-09 22:21:35 -08001081 \n\n4. You should see the accessory and the CTS Verifier display a series of messages
David Stevens5b4ec0e2016-06-02 15:42:47 -07001082 which indicates that the accessory support is working properly, and then you will
1083 be presented with more instructions.
Brian Muramatsu12c86912011-07-21 17:26:46 -07001084 </string>
1085 <string name="usb_not_available_title">USB accessory feature is not available?</string>
1086 <string name="usb_not_available_message">If your device is supposed to support USB accessories, your API implementation is not behaving correctly!</string>
1087 <string name="usb_received_messages">Received Messages</string>
David Stevensda7a43d2016-03-09 22:21:35 -08001088 <string name="usb_reconnect_title">Disconnect and Reconnect</string>
1089 <string name="usb_disconnect_message">Please disconnect the Android device and the computer.</string>
David Stevens5b4ec0e2016-06-02 15:42:47 -07001090 <string name="usb_connect_message">Please connect the Android device and the computer. Do not interact with the device until prompted.</string>
1091 <string name="usb_reconnect_timeout">Test failed because reconnect timed out. You can interact with the device again.</string>
David Stevensda7a43d2016-03-09 22:21:35 -08001092 <string name="usb_reconnect_abort">Abort Test</string>
1093 <string name="usb_wait_for_done">Could not find USB accessory. Try waiting longer.</string>
Brian Muramatsu12c86912011-07-21 17:26:46 -07001094 <string name="usb_sent_messages">Sent Messages</string>
1095 <string name="usb_no_messages">No messages</string>
1096 <string name="usb_message_thread_started">Starting message processing...</string>
1097 <string name="usb_message_thread_exception">Exception occurred while processing a message...</string>
1098 <string name="usb_message_thread_ended">Stopping message processing...</string>
David Stevens5b4ec0e2016-06-02 15:42:47 -07001099 <string name="usb_test_passed">Test passed, pass button enabled! You can interact with the device again.</string>
Brian Muramatsu12c86912011-07-21 17:26:46 -07001100 <string name="usb_file_descriptor_error">Could not open file descriptor for USB accessory... try reconnecting and restarting the accessory?</string>
1101
Philip P. Moltmanncdc09182016-09-16 17:49:25 -07001102 <!-- String for the USB device test activity -->
1103 <string name="usb_device_test">USB Device Test</string>
1104 <string name="usb_device_test_info">
1105 1. Install the Cts Verifier USB Companion app on a separate helper device.
1106 \n\n2. Start the device test companion in the Cts Verifier USB Companion.
Philip P. Moltmann6e047ae2016-09-22 16:16:24 -07001107 \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. Moltmanncdc09182016-09-16 17:49:25 -07001108 \n\n4. Confirm access to the USB device on this device.
1109 \n\n5. Confirm access to the USB accessory on the helper device
1110 \n\n6. Confirm access to the USB device on this device again.
Philip P. Moltmann6e047ae2016-09-22 16:16:24 -07001111 \n\n7. Test will run and complete automatically in a few seconds
1112 \n\n8. Cancel all further dialogs on the helper device
Philip P. Moltmanncdc09182016-09-16 17:49:25 -07001113 </string>
Philip P. Moltmann6e047ae2016-09-22 16:16:24 -07001114 <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 -07001115
Daichi Hirono0ac59fc2016-04-11 03:36:27 +00001116 <!-- Strings for MTP host test activity -->
1117 <string name="mtp_host_test">MTP Host Test</string>
Daichi Hironoa16d4a42016-04-11 03:37:07 +00001118 <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>
1119 <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>
1120 <string name="mtp_host_grant_permission_message">Grant permission.\nReply a dialog asking device permission.</string>
1121 <string name="mtp_host_test_read_event_message">Test MtpDevice#readEvent.\nTake a picture at the connected device.</string>
1122 <string name="mtp_host_test_send_object_message">Test MtpDevice#sendObject.</string>
1123 <string name="mtp_host_test_notification_message">Test MTP notification.\nCheck if there is an notification on this device saying the other MTP device is connected to this device. Also check if it opens the UI to browse files in the connected device by tapping the notification.</string>
Daichi Hirono0ac59fc2016-04-11 03:36:27 +00001124
Ruben Brunk370e2432014-10-14 18:33:23 -07001125 <!-- Strings for the Camera ITS test activity -->
1126 <string name="camera_its_test">Camera ITS Test</string>
1127 <string name="camera_its_test_info">
1128 1. Connect your Android device to a computer with adb installed via a USB cable.
1129 \n\n2. Setup the CameraITS test environment by following the setup instructions in the
1130 README file found in the CameraITS directory included in the CTS Verifier bundle
1131 (cd CameraITS; source build/envsetup.sh;).
1132 \n\n3. Setup the test scene described in the CameraITS README file, and aim the camera
1133 at it.
Yin-Chia Yeha2277d02014-10-20 15:50:23 -07001134 \n\n4. Run the full ITS test suite on all possible camera Ids.
Yin-Chia Yehab98ada2015-03-05 13:28:53 -08001135 (cd CameraITS; python tools/run_all_tests.py). Once all
Ruben Brunk370e2432014-10-14 18:33:23 -07001136 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 -07001137 succeeded. Please note that these tests can take more than 2 hours to run on some devices.
Ruben Brunk370e2432014-10-14 18:33:23 -07001138 </string>
1139 <string name="no_camera_manager">
1140 No camera manager exists! This test device is in a bad state.
1141 </string>
1142 <string name="all_legacy_devices">
Yin-Chia Yehfc60c4c2015-04-08 16:59:42 -07001143 All cameras on this device are LEGACY mode only - ITS tests are only required on LIMITED
1144 or better devices. Pass.
Ruben Brunk370e2432014-10-14 18:33:23 -07001145 </string>
1146 <string name="its_test_passed">All Camera ITS tests passed. Pass button enabled!</string>
1147 <string name="its_test_failed">Some Camera ITS tests failed.</string>
Yin-Chia Yeh02eeffb2016-08-16 15:28:03 -07001148 <string name="its_version_mismatch">
1149 CtsVerifier and ITS script version mismatch. Please update CtsVerifier and ITS script.
1150 </string>
1151 <string name="its_test_progress">ITS test progress will be shown here.</string>
Ruben Brunk370e2432014-10-14 18:33:23 -07001152
Chien-Yu Chen3e5b7202015-03-05 11:09:56 -08001153 <!-- Strings for the Camera Flashlight test activity -->
1154 <string name="camera_flashlight_test">Camera Flashlight</string>
1155 <string name="camera_flashlight_info">
1156 This test checks the flashlight functionality. It will turn on and off the flashlight of
1157 each camera device that has a flash unit. Follow the instructions on screen and observe the
1158 flashlight status changing.
1159 </string>
1160 <string name="camera_flashlight_start_button">Start</string>
1161 <string name="camera_flashlight_next_button">Next</string>
1162 <string name="camera_flashlight_done_button">Done</string>
1163 <string name="camera_flashlight_on_button">On</string>
1164 <string name="camera_flashlight_off_button">Off</string>
1165 <string name="camera_flashlight_start_text">Press Start to start flashlight test.</string>
1166 <string name="camera_flashlight_question_text">Is Camera %1$s flashlight on or off?</string>
1167 <string name="camera_flashlight_next_text">Ok. Press next.</string>
1168 <string name="camera_flashlight_failed_text">Test failed. Press Done or Fail button.</string>
1169 <string name="camera_flashlight_passed_text">All tests passed. Press Done or Pass button.
1170 </string>
1171
Jeff Davidson112f2792011-08-22 09:46:46 -07001172 <!-- Strings for StreamingVideoActivity -->
1173 <string name="streaming_video">Streaming Video Quality Verifier</string>
1174 <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>
1175 <string name="sv_no_data">No videos.</string>
1176 <string name="sv_failed_title">Test Failed</string>
1177 <string name="sv_failed_message">Unable to play stream. See log for details.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001178
1179 <!-- Strings for P2pTestActivity -->
1180 <string name="p2p_test">Wi-Fi Direct Test</string>
1181 <string name="p2p_test_info">
1182 The Wi-Fi Direct tests require two devices with Wi-Fi Direct enabled to exchange
1183 messages. One device must be the candidate device running the software build to
1184 be tested, while the other device must be an implementation already known to be
1185 compatible.\n\nOne device should start the requester test, and the other should
1186 start the responder test. Your device must pass both requester and responder
1187 tests.
1188 </string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001189 <string name="p2p_group_formation">Group Formation</string>
1190 <string name="p2p_join">Group Join</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001191 <string name="p2p_service_discovery">Service Discovery</string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001192
1193 <string name="p2p_go_neg_responder_test">GO Negotiation Responder Test</string>
1194 <string name="p2p_go_neg_requester_test">GO Negotiation Requester Test</string>
1195 <string name="p2p_group_owner_test">Group Owner Test</string>
1196 <string name="p2p_group_client_test">Group Client Test</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001197 <string name="p2p_service_discovery_responder_test">
1198 Service Discovery Responder Test</string>
1199 <string name="p2p_service_discovery_requester_test">
1200 Service Discovery Requester Test</string>
1201
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001202 <string name="p2p_go_neg_responder">GO Negotiation Responder</string>
1203 <string name="p2p_go_neg_requester">GO Negotiation Requester</string>
1204 <string name="p2p_accept_client">Group Owner</string>
1205 <string name="p2p_join_go">Group Client</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001206 <string name="p2p_service_discovery_responder">Service Discovery Responder</string>
1207 <string name="p2p_service_discovery_requester">Service Discovery Requester</string>
1208
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001209 <string name="p2p_go_neg_responder_info">
Paul Stewart29ce53b2016-05-26 20:53:33 -07001210 Go to the Wi-Fi settings and forget all remembered networks. Then
1211 start the \"GO Negotiation Requester Test\" on the other device and follow
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001212 the instructions.</string>
1213 <string name="p2p_accept_client_info">
Paul Stewart29ce53b2016-05-26 20:53:33 -07001214 Go to the Wi-Fi settings and forget all remembered networks. Then
1215 start the \"Group Client Test\" on the other device and follow
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001216 the instructions.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001217 <string name="p2p_service_discovery_responder_info">
1218 Start the \"Service Discovery Requester Test\" on the other device and follow
1219 the instructions.</string>
1220
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001221 <string name="p2p_go_neg_requester_info">
Paul Stewart29ce53b2016-05-26 20:53:33 -07001222 Go to the Wi-Fi settings and forget all remembered networks. Then
1223 start the \"GO Negotiation Responder Test\" on the other device.
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001224 Then run each test individually by clicking on it\'s name.</string>
1225 <string name="p2p_join_go_info">
Paul Stewart29ce53b2016-05-26 20:53:33 -07001226 Go to the Wi-Fi settings and forget all remembered networks. Then
1227 start the \"Group Owner Test\" on the other device.
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001228 Then run each test individually by clicking on it\'s name.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001229 <string name="p2p_service_discovery_requester_info">
Paul Stewart29ce53b2016-05-26 20:53:33 -07001230 Go to the Wi-Fi settings and forget all remembered networks. Then
1231 start the \"Service Discovery Responder Test\" on the other device.
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001232 Then run each test individually by clicking on it\'s name.</string>
1233
1234 <string name="p2p_not_enabled">Wi-Fi is not enabled</string>
1235 <string name="p2p_not_enabled_message">These tests require Wi-Fi to be enabled.
1236 Click the button below to go to system settings and enable Wi-Fi.</string>
1237 <string name="p2p_settings">Wi-Fi Direct Settings</string>
1238
1239 <string name="p2p_result_success">Test passed successfully.</string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001240
1241 <string name="p2p_go_neg_responder_ready">
Paul Stewart29ce53b2016-05-26 20:53:33 -07001242 The go negotiation responder is now ready to start.
1243 Go to the Wi-Fi settings and forget all remembered networks. Then
1244 start the \"GO Negotiation Requester Test\" on the other device.
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001245 Keep the screen here until all tests on the other device are
1246 finished.</string>
1247 <string name="p2p_go_ready">
Paul Stewart29ce53b2016-05-26 20:53:33 -07001248 The group owner is now ready to start.
1249 Go to the Wi-Fi settings and forget all remembered networks. Then
1250 start the \"Join Group Test\" on the other device.
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001251 Keep the screen here until all tests on the other device are
1252 finished.</string>
1253 <string name="p2p_service_responder_ready">
Paul Stewart29ce53b2016-05-26 20:53:33 -07001254 The service responder is now ready to start.
1255 Go to the Wi-Fi settings and forget all remembered networks. Then
1256 start the \"Service Discovery Requester Test\" on the other device.
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001257 Keep the screen here until all tests on the other device are
1258 finished.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001259
1260 <string name="p2p_setup_error">
1261 Test failed.\n\nSet up error. Check whether Wi-Fi can be enabled.</string>
1262 <string name="p2p_unexpected_error">
1263 Test failed.\n\nUnexpected error. Check logcat.</string>
1264 <string name="p2p_add_local_service_error">
1265 Test failed.\n\nFailed to add local service.</string>
1266 <string name="p2p_add_service_request_error">
1267 Test failed.\n\nFailed to add service request.</string>
1268 <string name="p2p_remove_service_request_error">
1269 Test failed.\n\nFailed to remove service request.</string>
1270 <string name="p2p_clear_service_requests_error">
1271 Test failed.\n\nFailed to clear service requests.</string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001272 <string name="p2p_connect_error">
1273 Test failed.\n\nFailed to start a p2p connection to the target device.</string>
1274 <string name="p2p_remove_group_error">
1275 Test failed.\n\nFailed to remove a p2p group.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001276 <string name="p2p_discover_peers_error">
1277 Test failed.\n\nFailed to discover peers.</string>
1278 <string name="p2p_discover_services_error">
1279 Test failed.\n\nFailed to discover services.</string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001280 <string name="p2p_ceate_group_error">
1281 Test failed.\n\nFailed to start up group owner.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001282 <string name="p2p_no_service_requests_error">
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001283 Test failed.\n\n\"NO_SERVICE_REQUESTS\" error did not occur.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001284 <string name="p2p_receive_invalid_response_error">
1285 Test failed.\n\nReceived an invalid message or could not receive
1286 the expected message.\n\n</string>
1287 <string name="p2p_target_not_found_error">Test failed.\n\n
1288 The target responder device was NOT found. Start up the responder
1289 test on the other device, then run the test again.</string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001290 <string name="p2p_target_invalid_role_error">Test failed.\n\n
1291 The target responder must be p2p device. However, the target responder
1292 device was group owner. Check the test case on the other device.</string>
1293 <string name="p2p_target_invalid_role_error2">Test failed.\n\n
1294 The target responder must be group owner. However, the target responder
1295 device was p2p device. Check the test case on the other device.</string>
1296 <string name="p2p_connection_error">
1297 Test failed.\n\nFailed to establish a p2p connection.</string>
1298 <string name="p2p_detect_disconnection_error">
1299 Test failed.\n\nFailed to detect client disconnection.</string>
1300 <string name="p2p_disconnect_error">
1301 Test failed.\n\nFailed to disconnect a p2p connection.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001302
1303 <string name="p2p_search_target">Search Target</string>
1304 <string name="p2p_searching_target">Searching for target device ...</string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001305 <string name="p2p_checking_serv_capab">Checking the service discovery
1306 capability ...</string>
1307 <string name="p2p_connecting_with_pbc">Trying to connect the target device ...\n\n
1308 Click the \"OK\" button on the other device to accept the connection
1309 request from this device.</string>
1310 <string name="p2p_connecting_with_pin">Trying to connect the target device ...\n\n
1311 Enter the pin number on the other device.</string>
1312 <string name="p2p_waiting_for_peer_to_connect">Waiting for peer to
1313 connect ...</string>
1314 <string name="p2p_waiting_for_peer_to_disconnect">Waiting for peer
1315 to disconnect ...</string>
Angus Konga0216882013-03-06 17:51:11 -08001316
1317 <string name="camera_fov_calibration">Camera FOV Calibration</string>
1318 <string name="camera_fov_calibration_done">Done</string>
1319 <string name="camera_fov_general_settings">General settings</string>
1320 <string name="camera_fov_label_options">Settings</string>
1321 <string name="camera_fov_tap_to_take_photo">Tap to calibrate</string>
1322 <string name="camera_fov_marker_distance">Marker distance (in cm)</string>
1323 <string name="camera_fov_marker_distance_description">The distance in centimeters between
1324 the solid lines on the target pattern.</string>
1325 <string name="camera_fov_target_distance">Target distance (in cm)</string>
1326 <string name="camera_fov_target_distance_description">The distance in centimeters from the
1327 device to the target pattern.</string>
1328 <string name="camera_fov_settings_button_text">Setup</string>
Sascha Haeberling28cb27c2013-05-03 18:19:07 -07001329 <string name="camera_fov_change_preview_sizes_button_text">Preview Sizes</string>
1330 <string name="camera_fov_choose_preview_size_for_camera">Choose preview size for camera %1$s</string>
Angus Konga0216882013-03-06 17:51:11 -08001331 <string name="camera_fov_displayed_fov_label">Displayed FOV : </string>
1332 <string name="camera_fov_reported_fov_label">Reported FOV : </string>
Sascha Haeberling117c60c2013-06-11 13:26:42 -07001333 <string name="camera_fov_reported_fov_problem">Reported FOV problem</string>
1334 <string name="camera_fov_reported_fov_problem_message">The reported FOV before takePicture() is
1335 different from when onPictureTaken() is called.\nAs picture size has not been changed, the
1336 reported FOV should be identical at both times.\n\nFOV before/after: %1$f / %2$f</string>
1337
Angus Konga0216882013-03-06 17:51:11 -08001338 <string name="camera_fov_panorama_wallpaper_title">Photo Sphere Live Wallpaper</string>
1339 <string name="camera_fov_panorama_wallpaper_description">This live wallapper displays photo
1340 spheres.</string>
1341 <string name="camera_fov_select_panorama">Select panorama</string>
1342 <string name="camera_fov_select_panorama_description">Select a panorama to display in the
1343 live wallpaper.</string>
1344 <string name="camera_fov_reset_panorama">Reset panorama</string>
1345 <string name="camera_fov_reset_panorama_description">Resets the panorama to show the demo
1346 file.</string>
1347 <string name="camera_fov_enable_compass_mode">Enable compass mode</string>
1348 <string name="camera_fov_enable_compass_mode_description">If enabled, the panorama orients
1349 itself according to the current rotation of the device.</string>
1350
Chris Wrenf102e542013-04-30 17:52:57 -04001351 <string name="test_category_notifications">Notifications</string>
Chris Wrenf9509802014-11-18 17:42:36 -05001352 <string name="package_priority_test">Notification Package Priority Test</string>
1353 <string name="package_priority_info">This test checks that the NotificationManagerService respects
1354 user preferences about relative package priorities.
1355 </string>
Chris Wren7b75fe22015-01-13 09:54:34 -05001356 <string name="package_priority_bot">Verifying that the CTS Robot helper package is installed.</string>
Chris Wren7dc9a9e2016-04-27 15:47:14 -04001357 <string name="package_priority_high">Find \"%s\" in the \"Notifications\" settings panel, and allow it to Override Do Not Disturb.</string>
1358 <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 -05001359 <string name="package_priority_user_order">Check that ranker respects user priorities.</string>
1360
Makoto Onuki40510a92016-09-14 15:52:57 -07001361 <string name="shortcut_reset_test">Shortcut Reset Rate-limiting Test</string>
1362 <string name="shortcut_reset_info">This test checks that when an inline-reply happens, ShortcutManager\'s rate-limiting
1363 is reset.</string>
1364 <string name="shortcut_reset_bot">Verifying that the CTS Robot helper package is installed.</string>
1365 <string name="shortcut_reset_start">Showing the notification.</string>
1366 <string name="shortcut_reset_prompt_inline_reply">Open the notification shade,
1367 find the \"Shortcut Reset Rate-limiting Test\" notification, type something in the inline-reply field and
1368 press the send button.</string>
1369 <string name="shortcut_reset_check_result">Check ShortcutManager rate-limit has been reset.</string>
1370
Chris Wrenbcdef182014-09-22 17:56:38 -04001371 <string name="attention_test">Notification Attention Management Test</string>
1372 <string name="attention_info">This test checks that the NotificationManagerService is
1373 respecting user preferences about notification ranking and filtering.
1374 </string>
1375 <string name="attention_ready">I\'m done</string>
Chris Wrend12fd342015-08-03 17:16:36 -04001376 <string name="attention_filter_all">Please disable \"Do not disturb\" by tapping the Quick Settings tile.</string>
1377 <string name="attention_filter_priority">Please select \"Priority only\" in the dialog that appears
1378 when you tap the \"Do not disturb\" tile in Quick Settings, and customize the setting to allow messages from
1379 starred contacts only by tapping "More settings".</string>
1380 <string name="attention_filter_none">Please select \"Total silence\" in the dialog that appears
1381 when you tap the \"Do not disturb\" tile in Quick Settings.</string>
Chris Wrenbcdef182014-09-22 17:56:38 -04001382 <string name="attention_create_contacts">Create contacts for notification annotations.</string>
1383 <string name="attention_delete_contacts">Delete test contacts.</string>
1384 <string name="attention_default_order">Check that ranker defaults to time order.</string>
1385 <string name="attention_priority_order">Check that ranker respects developers priorities.</string>
1386 <string name="attention_ambient_bit">Check that the ambient bit is set appropriately.</string>
1387 <string name="attention_lookup_order">Check that ranker respects Lookup URIs for contacts.</string>
1388 <string name="attention_email_order">Check that ranker respects mailto URIs for contacts.</string>
1389 <string name="attention_phone_order">Check that ranker respects telephone URIs for contacts.</string>
1390 <string name="attention_interruption_order">Check that ranker temporarily boosts interruptions.
Chris Wren30c0ebd2016-04-28 10:15:37 -04001391 This test takes 30 seconds to complete.</string>
Chris Wrenbcdef182014-09-22 17:56:38 -04001392 <string name="attention_none_are_filtered">Check that \"All\" mode doesn\'t filter any notifications.</string>
1393 <string name="attention_some_are_filtered">Check that \"Priority\" mode doesn\'t filter priority notifications.</string>
1394 <string name="attention_all_are_filtered">Check that \"None\" mode filters all notifications.</string>
Chris Wrenf102e542013-04-30 17:52:57 -04001395 <string name="nls_test">Notification Listener Test</string>
Julia Reynolds236c28c2016-11-10 09:53:30 -05001396 <string name="nas_test">Notification Assistant Test</string>
Chris Wrenf102e542013-04-30 17:52:57 -04001397 <string name="nls_service_name">Notification Listener for CTS Verifier</string>
1398 <string name="nls_info">This test checks that a NotificationListenerService can be enabled
Chris Wrenbcdef182014-09-22 17:56:38 -04001399 and disabled, and that once enabled the service is able to receive notifications and
Chris Wrenf102e542013-04-30 17:52:57 -04001400 dismiss them.
1401 </string>
Julia Reynolds236c28c2016-11-10 09:53:30 -05001402 <string name="nas_service_name">Notification Assistant for CTS Verifier</string>
1403 <string name="nas_info">This test checks that a NotificationAssistantService can be enabled
1404 and disabled, and that once enabled the service is able to receive notifications and
1405 dismiss them.
1406 </string>
Ruben Brunk95a3ece2015-12-17 16:29:45 -08001407 <string name="vr_tests">VR Tests</string>
1408 <string name="test_category_vr">VR</string>
1409 <string name="vr_test_title">VR Listener Test</string>
1410 <string name="vr_service_name">VR Listener for CTS Verifier</string>
1411 <string name="vr_info">This test checks that a VrListenerService can be enabled and disabled, and
1412 and that it receives the correct lifecycle callbacks when entering and exiting VR mode.
1413 </string>
1414 <string name="vr_start_settings">Launch Settings</string>
1415 <string name="vr_start_vr_activity">Launch VR mode activity</string>
1416 <string name="vr_start_double_vr_activity">Launch Two VR mode activities</string>
1417 <string name="vr_start_vr_activity_desc">Click the button to launch the VR mode activity.</string>
1418 <string name="vr_start_vr_double_activity_desc">Click the button to launch two consecutive VR mode activities.</string>
1419 <string name="vr_check_disabled">Check that the CTS VR helper service is disabled by default.</string>
1420 <string name="vr_enable_service">Please enable \"VR Listener for CTS Verifier\"
1421 under Apps > Gear Icon > Special Access > VR Helper Services and return here.</string>
1422 <string name="vr_disable_service">Please disable \"VR Listener for CTS Verifier\"
1423 under Apps > Gear Icon > Special Access > VR Helper Services and return here.</string>
Julia Reynolds236c28c2016-11-10 09:53:30 -05001424 <string name="nas_enable_service">Please enable \"Notification Assistant for CTS Verifier\"
1425 under Apps > Gear Icon > Default > Notification Assistant and return here.</string>
1426 <string name="nas_disable_service">Please disable \"Notification Assistant for CTS Verifier\"
1427 under Apps > Gear Icon > Default > Notification Assistant and return here.</string>
destradaa65c7cdb2013-10-28 16:36:12 -07001428 <string name="nls_enable_service">Please enable \"Notification Listener for CTS Verifier\"
Chris Wren7dc9a9e2016-04-27 15:47:14 -04001429 under Apps > Gear Icon > Special Access > Notification Access and return here.</string>
destradaa65c7cdb2013-10-28 16:36:12 -07001430 <string name="nls_disable_service">Please disable \"Notification Listener for CTS Verifier\"
Chris Wren7dc9a9e2016-04-27 15:47:14 -04001431 under Apps > Gear Icon > Special Access > Notification Access and return here.</string>
Chris Wrenf102e542013-04-30 17:52:57 -04001432 <string name="nls_start_settings">Launch Settings</string>
1433 <string name="nls_service_started">Service should start once enabled.</string>
Julia Reynolds236c28c2016-11-10 09:53:30 -05001434 <string name="nas_note_enqueued_received">Check that notification was enqueued.</string>
Chris Wrenf102e542013-04-30 17:52:57 -04001435 <string name="nls_note_received">Check that notification was received.</string>
1436 <string name="nls_payload_intact">Check that notification payload was intact.</string>
1437 <string name="nls_clear_one">Check that service can clear a notification.</string>
Julia Reynolds236c28c2016-11-10 09:53:30 -05001438 <string name="nls_clear_one_reason">Check that service can clear a notification and receive the correct reason for dismissal.</string>
Chris Wrenf102e542013-04-30 17:52:57 -04001439 <string name="nls_clear_all">Check that service can clear all notifications.</string>
1440 <string name="nls_service_stopped">Service should stop once disabled.</string>
1441 <string name="nls_note_missed">Check that notification was not received.</string>
Julia Reynolds236c28c2016-11-10 09:53:30 -05001442 <string name="nas_note_missed_enqueued">Check that notification was not enqueued.</string>
Julia Reynoldsae110332015-11-02 15:19:15 -05001443 <string name="cp_test">Condition Provider test</string>
1444 <string name="cp_service_name">Condition Provider for CTS Verifier</string>
1445 <string name="cp_info">This test checks that a ConditionProviderService can be enabled
1446 and disabled, and that once enabled the service is able to create, query, edit, and delete
1447 automatic zen rules.
1448 </string>
1449 <string name="cp_enable_service">Please enable \"CTS Verifier\" under Do Not Disturb access and return here.</string>
1450 <string name="cp_disable_service">Please disable \"CTS Verifier\" under Do Not Disturb access and return here.</string>
1451 <string name="cp_start_settings">Launch Settings</string>
1452 <string name="cp_create_rule">Creating Automatic Zen Rule</string>
Julia Reynolds24d8f982016-06-24 09:30:16 -04001453 <string name="cp_update_rule">Updating Automatic Zen Rule</string>
Julia Reynoldsae110332015-11-02 15:19:15 -05001454 <string name="cp_subscribe_rule">Subscribing to Automatic Zen Rule</string>
1455 <string name="cp_service_started">Service should start once enabled.</string>
1456 <string name="cp_service_stopped">Service should stop once disabled.</string>
1457 <string name="cp_unsubscribe_rule">Unsubscribing to Automatic Zen Rule</string>
1458 <string name="cp_delete_rule">Deleting Automatic Zen Rule</string>
1459 <string name="cp_get_rules">Retrieving Automatic Zen Rules</string>
1460 <string name="cp_get_rule">Retrieving Automatic Zen Rule</string>
destradaa65c7cdb2013-10-28 16:36:12 -07001461
Tom O'Neillcd4fa022013-12-13 17:27:46 -08001462 <string name="location_mode_high_accuracy_test">High Accuracy Mode Test</string>
1463 <string name="location_mode_high_accuracy_info">
1464 This test checks that the Location Mode API is consistent with the
1465 Location Provider API when the device is in High Accuracy location mode.
1466 </string>
1467 <string name="location_mode_select_high_accuracy">
Tom O'Neill45599512015-04-23 10:19:06 -07001468 Please select the \"High accuracy\" mode at Settings > Location
1469 (hint: tap the "Mode" item) and return here.
Tom O'Neillcd4fa022013-12-13 17:27:46 -08001470 </string>
1471 <string name="location_mode_battery_saving_test">Battery Saving Mode Test</string>
1472 <string name="location_mode_battery_saving_info">
1473 This test checks that the Location Mode API is consistent with the
1474 Location Provider API when the device is in Battery Saving location mode.
1475 </string>
1476 <string name="location_mode_select_battery_saving">
Tom O'Neill45599512015-04-23 10:19:06 -07001477 Please select the \"Battery Saving\" mode at Settings > Location
1478 (hint: tap the "Mode" item) and return here.
Tom O'Neillcd4fa022013-12-13 17:27:46 -08001479 </string>
Tom O'Neill9e56d272013-12-16 12:48:30 -08001480 <string name="location_mode_device_only_test">Device Only Mode Test</string>
1481 <string name="location_mode_device_only_info">
1482 This test checks that the Location Mode API is consistent with the
1483 Location Provider API when the device is in Device Only location mode.
1484 </string>
1485 <string name="location_mode_select_device_only">
1486 Please select the \"Device Only\" mode at
Tom O'Neill45599512015-04-23 10:19:06 -07001487 Settings > Location (hint: tap the "Mode" item) and return here.
Tom O'Neill9e56d272013-12-16 12:48:30 -08001488 </string>
1489 <string name="location_mode_off_test">Location Mode Off Test</string>
1490 <string name="location_mode_off_info">
1491 This test checks that the Location Mode API is consistent with the
1492 Location Provider API when the device is in the Off location mode.
1493 </string>
Tom O'Neillcd4fa022013-12-13 17:27:46 -08001494
1495 <string name="location_mode_start_settings">Launch Settings</string>
1496 <string name="location_mode_turn_on">
Tom O'Neill9e56d272013-12-16 12:48:30 -08001497 Please turn ON location access (the switch at the top of Settings > Location)
1498 and return here.
1499 </string>
1500 <string name="location_mode_turn_off">
1501 Please turn OFF location access (the switch at the top of Settings > Location)
1502 and return here.
Tom O'Neillcd4fa022013-12-13 17:27:46 -08001503 </string>
1504 <string name="location_mode_secure_gps_on">GPS provider should be ON in secure settings.</string>
1505 <string name="location_mode_secure_gps_off">GPS provider should be OFF in secure settings.</string>
1506 <string name="location_mode_secure_nlp_on">Network location provider should be ON in secure settings.</string>
1507 <string name="location_mode_secure_nlp_off">Network location provider should be OFF in secure settings.</string>
1508 <string name="location_mode_manager_gps_on">GPS provider should be ON in LocationManager.</string>
1509 <string name="location_mode_manager_gps_off">GPS provider should be OFF in LocationManager.</string>
1510 <string name="location_mode_manager_nlp_on">Network location provider should be ON in LocationManager.</string>
1511 <string name="location_mode_manager_nlp_off">Network location provider should be OFF in LocationManager.</string>
1512
Maggie Benthall3278c022013-10-04 18:50:51 -04001513 <string name="cacert_test">CA Cert Notification Test</string>
1514 <string name="cacert_info">This test checks that when a CA Certificate is installed, the user is notified.</string>
1515 <string name="cacert_do_something">Do it</string>
1516 <string name="cacert_done">Done</string>
1517 <string name="cacert_install_cert">Use the CertInstaller to install the certificate. When it opens, just tap "Okay". If this button does nothing, pass the test and move on.</string>
1518 <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 +01001519 <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>
1520 <string name="cacert_check_notification">Look at the system notifications. Confirm that:\n
15211. There is a notification saying a certificate authority is installed.\n
15222. Tapping that notification brings up a more detailed explanation and a button to check trusted credentials.\n
15233. Tapping that button brings up the Trusted Credentials page you just visited.</string>
Maggie Benthall3278c022013-10-04 18:50:51 -04001524 <string name="cacert_dismiss_notification">Dismiss the notification. If it cannot be dismissed, fail the test.</string>
1525
1526 <string name="caboot_test">CA Cert Notification on Boot test</string>
1527 <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>
1528 <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>
1529 <string name="caboot_check_creds">Check Credentials</string>
1530 <string name="caboot_if_not_installed">Only if there is no credential currently installed, install one. (If this button does nothing, pass the test and move on.)</string>
1531 <string name="caboot_install_cert">Install credential</string>
1532 <string name="caboot_reboot_desc">Please reboot the device and return to this test.</string>
1533 <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>
1534
Robin Leeb4be0a92015-06-15 19:13:00 -07001535 <!-- Strings for KeyChain -->
1536 <string name="keychain_test">KeyChain Storage Test</string>
1537 <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>
1538 <string name="keychain_reset">Reset</string>
1539 <string name="keychain_skip">Skip</string>
1540 <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 -07001541 Tap \'Next\' to begin.</string>
1542 <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 -07001543The container for the credentials will not be protected with a password; if prompted for one, leave that field blank.\n\n
1544During installation you may be prompted for a name - accept the default suggestion.\n\n
1545In the case that these credentials were already installed, you may skip this step.</string>
1546 <string name="keychain_https_desc">The last test involves setting up an HTTPS connection using credentials from the KeyChain.\n\n
1547You should be prompted to select credentials; choose the ones you just installed in the previous step.</string>
Kevin Ma346cdde2016-03-16 16:29:25 -07001548 <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 -07001549 1. Clear device credentials.\n
1550 2. Change the lock screen type to \'None\'.</string>
1551
Adam Cohen8ae96702013-05-17 14:21:23 -07001552 <!-- Strings for Widget -->
1553 <string name="widget_framework_test">Widget Framework Test</string>
1554 <string name="widget_framework_test_info">This test checks some basic features of the widget
1555 framework. In order to perform the test, press the Home button. Add the widget
1556 titled "CTS Verifier" to the home screen. Follow the instructions in the widget.</string>
1557 <string name="widget_name">Widget Framework Test</string>
1558 <string name="widget_pass">Pass</string>
1559 <string name="widget_fail">Fail</string>
Alon Albert4106ff12013-10-01 12:36:02 -07001560
Robin Lee020f1852015-01-15 11:56:05 +00001561 <string name="provisioning_byod_nonmarket_allow">Enable non-market apps</string>
1562 <string name="provisioning_byod_nonmarket_allow_info">
1563 This test verifies that non-market apps can be installed if permitted.\n
1564 1. A package installation UI should appear.\n
1565 2. Accept the package and verify that it installs.
1566 </string>
1567
1568 <string name="provisioning_byod_nonmarket_deny">Disable non-market apps</string>
1569 <string name="provisioning_byod_nonmarket_deny_info">
1570 This test verifies that non-market apps cannot be installed unless permitted.\n
1571 1. A package installation UI should appear.\n
1572 2. Verify that the installation of the package is refused.
1573 </string>
1574
Sander Alewijnse7e24fda2015-03-26 17:41:57 +00001575 <string name="provisioning_byod_capture_image_support">Camera support cross profile image capture</string>
1576 <string name="provisioning_byod_capture_image_support_info">
1577 This test verifies that images can be captured from the managed profile using the primary profile camera.\n
1578 1. Capture a picture using the camera.\n
1579 2. Verify that the captured picture is shown.\n
1580 3. Click on the close button.
1581 </string>
Ricky Wai872e7a22016-03-04 10:35:09 +00001582 <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 +00001583 <string name="provisioning_byod_capture_video_support_info">
1584 This test verifies that videos can be captured from the managed profile using the primary profile camera.\n
1585 1. Capture a video using the camera.\n
1586 2. Click on the play button.\n
1587 3. Verify that the captured video is played.\n
1588 4. Click on the close button.
1589 </string>
Ricky Wai872e7a22016-03-04 10:35:09 +00001590 <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 +00001591 <string name="provisioning_byod_capture_audio_support">Sound recorder support cross profile audio capture</string>
1592 <string name="provisioning_byod_capture_audio_support_info">
1593 This test verifies that audio can be captured from the managed profile using the primary profile sound recorder.\n
1594 1. Capture audio.\n
1595 2. Click on the play button.\n
1596 3. Verify that the captured audio is played.\n
1597 4. Click on the close button.\n
1598 </string>
1599 <string name="provisioning_byod_dismiss_result_dialog">Close</string>
1600 <string name="provisioning_byod_play">Play</string>
1601 <string name="provisioning_byod_verify_image_title">Verify captured image</string>
1602 <string name="provisioning_byod_verify_video_title">Verify captured video</string>
1603 <string name="provisioning_byod_verify_audio_title">Verify captured audio</string>
1604 <string name="provisioning_byod_no_image_capture_resolver">No image capture app present. Skip test.</string>
1605 <string name="provisioning_byod_no_video_capture_resolver">No video capture app present. Skip test.</string>
1606 <string name="provisioning_byod_no_audio_capture_resolver">No audio capture app present. Skip test.</string>
1607 <string name="provisioning_byod_capture_media_error">Error while capturing media from managed profile.</string>
Daniel Xiea41d4972015-10-19 15:35:16 -07001608 <string name="provisioning_byod_capture_image_error">Error while capturing image from managed profile.</string>
Sander Alewijnse7e24fda2015-03-26 17:41:57 +00001609
Daniel Xiea41d4972015-10-19 15:35:16 -07001610 <string name="provisioning_byod_auth_bound_key">Autentication-boud keys</string>
1611 <string name="provisioning_byod_auth_bound_key_info">
1612 This test verifies keystore cryptographic keys can be bound to device credentials.
1613 These keys should only be available if there was a recent enough authentication.
1614 </string>
1615 <string name="provisioning_byod_auth_bound_key_instruction">
1616 This test verifies keystore cryptographic keys can be bound to device lockscreen challenge or fingerprints (if available).
1617 These keys should only be available if there was a recent enough authentication. \n
1618
1619 1. Press "Set up" to open Security settings. Create a lockscreen password and if available, enroll a fingerprint.\n
1620 2. Go through the list of tests.\n
1621 3. Mark the overall test pass or fail.\n
1622 4. Once the set of tests are completed, remove the lockscreen challenge.
1623 </string>
1624 <string name="provisioning_byod_auth_bound_key_set_up">Set up</string>
1625 <string name="provisioning_byod_lockscreen_bound_key">Lockscreen-bound key test</string>
1626 <string name="provisioning_byod_fingerprint_bound_key">Fingerprint-bound key test</string>
Mahaver Chopracc728ce2015-10-27 19:37:26 +00001627 <string name="provisioning_byod_vpn">Vpn test</string>
Mahaver Choprae0611982016-05-03 10:53:33 +01001628 <string name="provisioning_byod_select_work_challenge">Select work lock test</string>
Benjamin Franzd3a27092016-01-22 14:02:36 +00001629 <string name="provisioning_byod_select_work_challenge_description">
Mahaver Choprae0611982016-05-03 10:53:33 +01001630 This test verifies that a work lock can be chosen.\n
Benjamin Franzd3a27092016-01-22 14:02:36 +00001631
Mahaver Choprae0611982016-05-03 10:53:33 +01001632 1. Verify that you get sent to the page for Choosing a new work lock.\n
1633 2. Set a new work lock.
Benjamin Franzd3a27092016-01-22 14:02:36 +00001634 </string>
Mahaver Choprae0611982016-05-03 10:53:33 +01001635 <string name="provisioning_byod_confirm_work_credentials">Confirm work lock test</string>
Benjamin Franzd3a27092016-01-22 14:02:36 +00001636 <string name="provisioning_byod_confirm_work_credentials_description">
Mahaver Choprae0611982016-05-03 10:53:33 +01001637 This test verifies that work lock is shown when opening a work app,
1638 the work lock was set correctly and it is customized according to
Mahaver Chopra8835de32016-04-20 13:32:00 +01001639 the policies set. You can only do this test after you have done the previous test.\n
Benjamin Franzd3a27092016-01-22 14:02:36 +00001640
Mahaver Chopra8835de32016-04-20 13:32:00 +01001641 1. Open a work app.\n
1642 2. Verify that a screen asking you for your work credentials is shown.\n
1643 3. Verify that the background image contains an orange suitcase.\n
1644 4. Verify that the background color of the remaining image is blue.\n
1645 5. Verify that the header text says \"CtsVerifier\".\n
1646 6. Confirm your credentials and verify that the credentials you entered previously work.
Benjamin Franzd3a27092016-01-22 14:02:36 +00001647 </string>
1648 <string name="provisioning_byod_confirm_work_credentials_header">
1649 CtsVerifier
1650 </string>
Alon Albert4106ff12013-10-01 12:36:02 -07001651 <!-- Strings for DeskClock -->
Isaac Katzenelsond96d0662013-10-02 17:06:28 -07001652 <string name="deskclock_tests">Alarms and Timers Tests</string>
Alon Albert4106ff12013-10-01 12:36:02 -07001653 <string name="deskclock_tests_info">
Isaac Katzenelsond96d0662013-10-02 17:06:28 -07001654 The Alarms and Timers tests verify that the Clock app implements the AlarmClock API properly.
Alon Albert4106ff12013-10-01 12:36:02 -07001655 </string>
1656 <string name="deskclock_group_alarms">Alarms</string>
1657 <string name="deskclock_group_timers">Timers</string>
1658
1659 <string name="dc_show_alarms_test">Show Alarms Test</string>
1660 <string name="dc_show_alarms_test_info">
1661 This test verifies that the SHOW_ALARMS API works.\n
1662 1. Press the "Show Alarms" button.\n
Isaac Katzenelsond96d0662013-10-02 17:06:28 -07001663 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 -07001664 </string>
1665 <string name="dc_show_alarms_button">Show Alarms</string>
1666
Isaac Katzenelsond96d0662013-10-02 17:06:28 -07001667 <string name="dc_set_alarm_with_ui_test">Set Alarm Test</string>
1668 <string name="dc_set_alarm_with_ui_test_info">
1669 This test verifies that the ACTION_SET_ALARM with no parameters API works.\n
1670 1. Press the "Set Alarm" button.\n
1671 2. Verify that the clock app is launched and displays a UI to manage alarms.\n
1672 </string>
1673 <string name="dc_set_alarm_button">Set Alarm</string>
1674 <string name="dc_set_alarm_verify_button">Verify</string>
Alon Albert4106ff12013-10-01 12:36:02 -07001675
Isaac Katzenelsond96d0662013-10-02 17:06:28 -07001676 <string name="dc_start_alarm_test">Start Alarm Test</string>
1677 <string name="dc_start_alarm_test_info">
1678 This test verifies that the ACTION_SET_ALARM API actually starts an alarm.\n
1679 1. Press the "Start Alarm" button.\n
1680 2. Make sure the alarms UI is NOT shown\n
1681 3. Wait for the alarm to fire (may take up to 2 minutes)\n
1682 4. Verify that the alarm title is: "Start Alarm Test",\n
1683 the alarm is silent and vibrating (if the device supports vibrate).\n
1684 5. Dismiss the alarm.\n
1685 6. Verify that the alarm is not in the Clock\'s alarms list. The Verify button opens
1686 the alarm view.\n
1687 </string>
1688 <string name="dc_start_alarm_button">Start Alarm</string>
1689
1690 <string name="dc_full_alarm_test">Full Alarm Test</string>
1691 <string name="dc_full_alarm_test_info">
1692 This test verifies that the ACTION_SET_ALARM API supports all extras.\n
1693 1. Press the "Create Alarm" button.\n
1694 2. Verify that you see one alarm with the following information:\n
1695 Name of alarm: Create Alarm Test. \n
Justin Klaassen0d059db2015-12-02 14:52:33 -08001696 Vibrate: on. (if the device supports vibrate).\n
1697 Ringtone: silent. (if the device has a speaker).\n
Isaac Katzenelsond96d0662013-10-02 17:06:28 -07001698 Time: 01:23. \n
1699 Repeating on: Monday and Wednesday. \n
1700 </string>
1701 <string name="dc_full_alarm_button">Create Alarm</string>
destradaa65c7cdb2013-10-28 16:36:12 -07001702
Isaac Katzenelsond96d0662013-10-02 17:06:28 -07001703 <string name="dc_set_timer_with_ui_test">Set Timer Test</string>
1704 <string name="dc_set_timer_with_ui_test_info">
1705 This test verifies that the ACTION_SET_TIMER API with no paramters open the UI\n
1706 1. Press the "Set Timer" button.\n
1707 2. Verify that the an app is launched and displays a UI to manage timers.\n
1708 </string>
1709 <string name="dc_set_timer_with_ui_button">Set Timer</string>
1710
1711 <string name="dc_start_timer_test">Start Timer Test</string>
1712 <string name="dc_start_timer_test_info">
1713 This test verifies that the ACTION_SET_TIMER API actually starts a timer\n
1714 1. Press the "Start Timer" button.\n
1715 2. Verify that a timer is started and NO timers UI is shown.\n
1716 3. Verify that the timer named "Start Timer Test" rings after 30 seconds. Dismiss it.\n
1717 4. Verify that the timer is deleted after the dismissal.\n
1718 </string>
1719 <string name="dc_start_timer_button">Start Timer</string>
1720
1721 <string name="dc_start_timer_with_ui_test">Start Timer With UI Test</string>
1722 <string name="dc_start_timer_with_ui_test_info">
1723 This test verifies that the ACTION_SET_TIMER API actually starts a timer with UI\n
1724 1. Press the "Start Timer" button.\n
1725 2. Verify that a timer is started and the timers UI is shown with a timer named "Start Timer Test".\n
1726 3. Verify that the timer rings after 30 seconds.\n
1727 </string>
Amith Yamasani0e2d6d92014-02-19 10:13:23 -08001728 <!-- Strings for LockConfirmBypassTest -->
1729 <string name="lock_confirm_test_title">Keyguard Password Verification</string>
1730 <string name="lock_set_button_text">Set password</string>
1731 <string name="lock_change_button_text">Change password</string>
1732 <string name="lock_confirm_message">
1733 This test verifies that the user is prompted for the current keyguard password before prompting for a new password.\n
1734 \nClick the \"Set password\" button if you currently don\'t have a password set.\n
1735 \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.
1736 </string>
1737
Harsh Modife5933d2014-08-12 16:52:16 -07001738 <!-- String for Projection Tests -->
1739 <string name="test_category_projection">Projection Tests</string>
1740 <string name="projection_service_name">Projection Service</string>
1741 <string name="pca_info">This tests whether or not OpenGL projection works.\n
1742 You should see two "tumbling cubes." Tapping the screen should case the cubes to explode.</string>
1743 <string name="pca_test">Projection Cube Test</string>
1744 <string name="pwa_info">This tests whether or displaying widets and keyfocus navigation works.\n
1745 You should see four buttons on the bottom of the screen.\n
1746 Pressing the "up" and "down" buttons should highlight different buttons.\n
David Stevens1d7230b2016-05-02 17:35:37 -07001747 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 -07001748 <string name="pwa_test">Projection Widget Test</string>
1749 <string name="pwa_button_up">Up</string>
1750 <string name="pwa_button_down">Down</string>
Harsh Modife5933d2014-08-12 16:52:16 -07001751 <string name="pwa_button">Button</string>
1752 <string name="pla_test">Projection Scrolling List Test</string>
1753 <string name="pla_info">This tests whether a projected list view will scroll properly\n
1754 You should see 50 list items and be able to scroll up and down the list</string>
1755 <string name="pva_test">Projection Video Playback Test</string>
1756 <string name="pva_info">This tests whether video playback works when projected.\n
1757 You should see a blinking white box and here a beep that is synchronized with each blink</string>
1758 <string name="pta_test">Projection Multitouch Test</string>
1759 <string name="pta_info">This tests whether multitouch works.\n
1760 Touching the screen should render a dot at the location you touched.\n
1761 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 -07001762 <string name="poa_test">Projection Offscreen Activity</string>
1763 <string name="poa_info">This tests whether a virtual display will continue to respond to and render even when the screen is off.\n
1764 Simply follow the instructions and the test will detect the pass conditions.\n
1765 Note that turning on the screen too early will result in a failure.</string>
Harsh Modife5933d2014-08-12 16:52:16 -07001766
Jim Steele0c4d08a2014-08-03 00:49:59 -07001767 <!-- Strings for RotationVectorTest and GameRotationVectorTest -->
1768 <string name="rotation_vector_test">Rotation Vector Accuracy Test</string>
destradaa58e36812014-08-20 14:53:21 -07001769 <string name="snsr_rotation_vector_set_reference">
1770 Place the mobile device in a reference position. Note: to provide an accurate reference,
1771 align the device along one edge of a notebook laying on a table.</string>
1772 <string name="snsr_rotation_vector_reference_set">Reference position set.</string>
1773 <string name="snsr_rotation_vector_move_info">Move, shake, and rotate the device.</string>
1774 <string name="snsr_rotation_vector_set_final">Place the device back to the reference position.</string>
1775 <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>
1776
Ahmet Kerim SENOL9fa97c22015-10-12 15:29:11 +01001777 <!-- Strings for device admin tests -->
1778 <string name="device_admin_notification">This is device admin notification</string>
1779 <string name="device_admin_keyguard_disable_camera">Disable camera</string>
1780 <string name="device_admin_keyguard_disable_camera_instruction">
1781 Please press the Go button to lock the screen. Then try to open the camera
1782 from the lower right corner of the screen. Expected result is you cannot
1783 open the camera from lock screen and it will ask for password instead.
1784 </string>
1785 <string name="device_admin_disable_notifications">Disable notifications</string>
1786 <string name="device_admin_disable_notifications_instruction">
1787 Please press the Go button to lock the screen. Wait a few seconds to see
1788 if a notification appears. Expected result is no notifications appear.
1789 You should be able to see one after unlocking.
1790 </string>
1791 <string name="device_admin_disable_unredacted_notifications">Disable unredacted notifications</string>
1792 <string name="device_admin_disable_unredacted_notifications_instruction">
1793 Please press the Go button to lock the screen. Wait a few seconds to see
1794 if a notification appears. Expected result is a notification appear with
1795 its content hidden. You should be able to see the content after unlocking.
1796 </string>
1797
Zoltan Szatmary-Ban9a2b13e2015-06-15 17:05:04 +01001798 <!-- Strings common for BYOD and DO managed provisioning tests. -->
Ahmet Kerim SENOL9fa97c22015-10-12 15:29:11 +01001799 <string name="afw_device_admin">CTS Verifier</string>
Zoltan Szatmary-Ban9a2b13e2015-06-15 17:05:04 +01001800
Nicolas Prevot695fc612015-12-10 17:54:32 +00001801 <string name="provisioning_tests_byod">BYOD Provisioning tests</string>
1802
1803 <string name="provisioning_tests_byod_custom_color"> Custom provisioning color </string>
1804 <string name="provisioning_tests_byod_custom_color_info">
1805 Please press the Go button to start the provisioning.
Nicolas Prevot51efd812016-03-04 17:24:45 +00001806 Check that provisioning is colorized in green.
Nicolas Prevot695fc612015-12-10 17:54:32 +00001807 Then hit back and stop the provisioning.
1808 </string>
Nicolas Prevotb18f8572016-01-04 13:16:20 +00001809 <string name="provisioning_tests_byod_custom_image"> Custom provisioning image </string>
1810 <string name="provisioning_tests_byod_custom_image_info">
1811 Please press the Go button to start the provisioning.
1812 Check that the CtsVerifier logo is displayed at the top of the page.
1813 Then hit back and stop the provisioning.
1814 </string>
Nicolas Prevot695fc612015-12-10 17:54:32 +00001815
1816 <!-- Strings for BYOD managed provisioning (ByodFlowTestActivity) -->
Rubin Xu55d22d42014-09-24 19:56:58 +01001817 <string name="test_category_managed_provisioning">Managed Provisioning</string>
Rubin Xu55d22d42014-09-24 19:56:58 +01001818 <string name="provisioning_byod">BYOD Managed Provisioning</string>
1819 <string name="provisioning_byod_info">
1820 This test exercises the BYOD managed provisioning flow.
1821 Start by pressing the button on screen and follow instructions to finish the managed provisioning process.
1822 If your device has not been encrypted before, it will be encrypted and rebooted.
1823 After the provisioning process completes, return to this page and carry out further verifications.
Rubin Xu1dcb3e32014-12-16 16:36:13 +00001824 Note: the device will remain encrypted after the test which can only be disabled by factory reset.
Rubin Xu55d22d42014-09-24 19:56:58 +01001825 </string>
1826 <string name="provisioning_byod_start">Start BYOD provisioning flow</string>
1827 <string name="provisioning_byod_instructions">
1828 1. Press the button below to start the managed provisioning flow.
1829 If your device has not been encrypted before, it will reboot to apply encryption.
1830 After reboot follow instructions in the notification area to complete the provisioning.\n
1831 2. After successful provisioning, you should be automatically redirected back to this page.
1832 Please press through the following verification steps.
Rubin Xu1dcb3e32014-12-16 16:36:13 +00001833 Allow a few seconds after returning from provisioning, as the profile owner test should automatically pass.\n
1834 \n
1835 If the device is being encrypted during step 1, it will remain encrypted After this test.
1836 The only way to disable the encryption is to factory reset the device.
Rubin Xu55d22d42014-09-24 19:56:58 +01001837 </string>
1838 <string name="provisioning_byod_profileowner">Profile owner installed</string>
1839 <string name="provisioning_byod_diskencryption">Full disk encryption enabled</string>
Rubin Xuc2b00d82015-02-02 11:30:26 +00001840 <string name="provisioning_byod_profile_visible">Profile-aware accounts settings</string>
1841 <string name="provisioning_byod_admin_visible">Profile-aware device administrator settings</string>
Rubin Xu55d22d42014-09-24 19:56:58 +01001842 <string name="provisioning_byod_workapps_visible">Badged work apps visible in Launcher</string>
Daniel Xiea41d4972015-10-19 15:35:16 -07001843 <string name="provisioning_byod_cross_profile_from_personal">Open app cross profiles from the personal side</string>
1844 <string name="provisioning_byod_cross_profile_from_work">Open app cross profiles from the work side</string>
1845 <string name="provisioning_app_linking">App links from the work side</string>
1846 <string name="provisioning_byod_cross_profile_app_personal">You selected the personal option.</string>
Alexandra Gherghinaaa24ed72014-10-08 01:11:32 +01001847 <string name="provisioning_byod_cross_profile_app_work">You selected the Work option.</string>
Daniel Xiea41d4972015-10-19 15:35:16 -07001848 <string name="provisioning_byod_cross_profile_app_ctsverifier"> You selected the ctsverifier option </string>
1849 <string name="provisioning_byod_cross_profile_from_personal_instruction">
Alexandra Gherghinaaa24ed72014-10-08 01:11:32 +01001850 Please press the Go button to start an action.\n
1851 \n
1852 You should be asked to choose either \"CTS Verifier\" or \"Work\" to complete the action.
1853 Pressing either should bring up a page stating your choice.\n
1854 \n
1855 Verify that you are prompted with the above choices and both options work as intended. Then mark this test accordingly.
1856 </string>
Daniel Xiea41d4972015-10-19 15:35:16 -07001857 <string name="provisioning_byod_cross_profile_from_work_instruction">
1858 Please press the Go button to start an action.\n
1859 \n
1860 You should be asked to choose either \"CTS Verifier\" or \"Personal\" to complete the action.
1861 Pressing either should bring up a page stating your choice.\n
1862 \n
1863 Verify that you are prompted with the above choices and both options work as intended. Then mark this test accordingly.
1864 </string>
1865 <string name="provisioning_byod_app_linking_instruction">
1866 Please press the Go button to start an action.\n
1867 \n
1868 You should be asked to choose either \"CTS Verifier\" or \"Personal\" to complete the action.\n
1869 - If you choose \"CTS Verifier\", you should see a page stating your chose \"CTS Verifier\".\n
1870 - If you choose \"Personal\", you should be presented with another dialog between \"CTS Verifier\"
1871 and some other apps. In this case, you should choose \"CTS verifier\".\n
1872 You should then see a page stating you chose \"Personal\".\n
1873 \n
1874 Verify that you are prompted with the above choices and both options work as intended. Then mark this test accordingly.
1875 </string>
Zoltan Szatmary-Ban46b5ceb2015-07-24 12:28:19 +01001876 <string name="provisioning_byod_keyguard_disabled_features">Keyguard disabled features</string>
1877 <string name="provisioning_byod_keyguard_disabled_features_info">
1878 This test exercises Keyguard Disabled Features. Follow instructions above.
1879 </string>
1880 <string name="provisioning_byod_keyguard_disabled_features_instruction">
Zoltan Szatmary-Ban0592ee52015-08-24 13:31:41 +01001881 Please go to Settings &gt; Security &gt; Device administrators and set
Ahmet Kerim SENOL9fa97c22015-10-12 15:29:11 +01001882 \"CTS Verifier\" as active admin.\n
Ricky Wai8caba372016-04-27 16:52:12 +01001883 After that please go to Settings &gt; Security &gt; Screen lock and set
1884 your screen lock password to \"testpassword\".\n
1885 Then please press the \"Prepare test\" button to disable trust agents.\n
Zoltan Szatmary-Ban46b5ceb2015-07-24 12:28:19 +01001886 Then please press through the following verification steps.\n
Ricky Wai8caba372016-04-27 16:52:12 +01001887 Note: After leaving the screen active admin status will be cleared.
1888 Please go to Settings &gt; Security &gt; Screen lock and set your
1889 password type to \"None\".
Zoltan Szatmary-Ban46b5ceb2015-07-24 12:28:19 +01001890 </string>
1891 <string name="provisioning_byod_keyguard_disabled_features_prepare_button">Prepare test</string>
Zoltan Szatmary-Ban0592ee52015-08-24 13:31:41 +01001892 <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 +01001893 <string name="provisioning_byod_disable_trust_agents">Disable trust agents</string>
1894 <string name="provisioning_byod_disable_trust_agents_instruction">
1895 Please press the Go button to go to Settings > Security. Then go to Trusted agents and\n
1896 check if the agents are shown as disabled by the administrator.
1897 Then please press Back and mark the test as \"Pass\" or \"Fail\".
1898 </string>
1899 <string name="provisioning_byod_fingerprint_disabled_in_settings">Fingerprint is disabled in Settings</string>
1900 <string name="provisioning_byod_fingerprint_disabled_in_settings_instruction">
1901 Please press the Go button to go to Settings > Security. Then go to Fingerprint and\n
Ahmet Kerim SENOL9fa97c22015-10-12 15:29:11 +01001902 check if the disclaimer at the bottom of screen is altered to warn the users for\n
1903 fingerprint being disabled in lock screen. Then please press Back and mark the \n
1904 test as \"Pass\" or \"Fail\".
Zoltan Szatmary-Ban46b5ceb2015-07-24 12:28:19 +01001905 </string>
1906 <string name="provisioning_byod_disable_fingerprint">Fingerprint disabled on keyguard</string>
1907 <string name="provisioning_byod_disable_fingerprint_instruction">
1908 Please press the Go button to lock the screen. Then try to log in using the fingerprint reader.\n
1909 Expected result is you cannot log in using your fingerprint.\n
1910 After you log back in, please navigate back to CtsVerifier and mark the test as \"Pass\" or \"Fail\".
1911 </string>
Ahmet Kerim SENOL9fa97c22015-10-12 15:29:11 +01001912 <string name="provisioning_byod_disable_unredacted_notifications">Unredacted notifications disabled on keyguard</string>
1913 <string name="provisioning_byod_disable_unredacted_notifications_instruction">
Zoltan Szatmary-Ban46b5ceb2015-07-24 12:28:19 +01001914 Please press the Go button to lock the screen. Wait a couple of seconds and look out for a
1915 notification from CtsVerifier.\n
Sudheer Shanka43c57a52016-02-11 00:04:28 +00001916 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 +01001917 (Which would read \"This is a notification\"). You should be seeing a work badge.\n
Zoltan Szatmary-Ban46b5ceb2015-07-24 12:28:19 +01001918 After you log back in, please navigate back to CtsVerifier and mark the test as \"Pass\" or \"Fail\".
1919 </string>
Alexandra Gherghina2c672b72015-01-22 11:20:23 +00001920 <string name="provisioning_byod_work_notification">Work notification is badged</string>
1921 <string name="provisioning_byod_work_notification_instruction">
1922 Please press the Go button to trigger a notification.\n
1923 \n
1924 Verify that the notification is badged (see sample badge below). Then mark this test accordingly.
1925 </string>
Ahmet Kerim SENOL9fa97c22015-10-12 15:29:11 +01001926 <string name="provisioning_byod_notification_title">This is a notification</string>
Zoltan Szatmary-Band265a1e2015-12-31 18:32:10 +00001927
1928 <string name="provisioning_byod_disallow_apps_control">Disallow apps control</string>
1929 <string name="provisioning_byod_disallow_apps_control_info">
1930 This test exercises Disallow Apps Control. Follow instructions above.
1931 </string>
1932 <string name="provisioning_byod_disallow_apps_control_instruction">
1933 Please press the \"Prepare test\" button to disallow apps control for managed apps.\n
1934 Then please press through the following verification steps.\n
1935 Note: After leaving the screen disallow apps control restriction will be cleared.
1936 </string>
1937 <string name="provisioning_byod_disallow_apps_control_prepare_button">Prepare test</string>
1938 <string name="provisioning_byod_disabled_uninstall_button">Disabled uninstall button</string>
1939 <string name="provisioning_byod_disabled_uninstall_button_instruction">
Sudheer Shanka43c57a52016-02-11 00:04:28 +00001940 Please press the Go button to go to Settings > Apps. Choose a managed app. Check that performing either \"Uninstall\" or \"Disable\" is not possible and triggers a support message when trying to do so.
Zoltan Szatmary-Band265a1e2015-12-31 18:32:10 +00001941 Then please press Back and mark the test as \"Pass\" or \"Fail\".
1942 </string>
1943 <string name="provisioning_byod_disabled_force_stop_button">Disabled force stop button</string>
1944 <string name="provisioning_byod_disabled_force_stop_button_instruction">
Sudheer Shanka43c57a52016-02-11 00:04:28 +00001945 Please press the Go button to go to Settings > Apps. Choose a managed app. Check that performing \"Force stop\" is not possible and triggers a support message when trying to do so.
Zoltan Szatmary-Band265a1e2015-12-31 18:32:10 +00001946 Then please press Back and mark the test as \"Pass\" or \"Fail\".
1947 </string>
1948 <string name="provisioning_byod_disabled_app_storage_buttons">Disabled app storage buttons</string>
1949 <string name="provisioning_byod_disabled_app_storage_buttons_instruction">
Sudheer Shanka43c57a52016-02-11 00:04:28 +00001950 Please press the Go button to go to Settings > Apps. 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 +00001951 Note: if an app has no data then tapping the clear data button has no effect anyway. Make sure you have selected
1952 the badged version of app with non-zero app data. Badged \"Settings\" may be a good candidate.
1953 Then please press Back and mark the test as \"Pass\" or \"Fail\".
1954 </string>
1955
Kenny Guy68e7df92015-05-29 15:26:28 +01001956 <string name="provisioning_byod_work_status_icon">Work status icon is displayed</string>
1957 <string name="provisioning_byod_work_status_icon_instruction">
1958 Verify that the current status bar does not have a work status icon (see sample icon below).
1959 \n\n
1960 Please press the Go button to launch a work activity.
1961 \n\n
1962 Verify that the status bar now has a work status icon. Then mark this test accordingly.
1963 </string>
1964 <string name="provisioning_byod_work_status_icon_activity">
1965 Verify that the current status bar has a work status notification.
1966 \n\n
1967 Please press finish to return to the tests and then mark this test accordingly.
1968 </string>
1969 <string name="provisioning_byod_work_status_toast">Work status toast is displayed</string>
1970 <string name="provisioning_byod_work_status_toast_instruction">
1971 Please press the Go button to launch a work activity.
1972 \n\n
1973 Follow instructions and then return and mark this test accordingly.
1974 </string>
1975 <string name="provisioning_byod_work_status_toast_activity">
1976 Turn off the screen and wait a few seconds then turn on the screen again.
1977 \n\n
1978 Verify that a toast was displayed saying you are in the work profile.
1979 \n\n
1980 Please press finish to return to the tests and then mark this test accordingly.
1981 </string>
Rubin Xu55d22d42014-09-24 19:56:58 +01001982 <string name="provisioning_byod_profile_visible_instruction">
1983 Please press the Go button to open the Settings page.
1984 Navigate to Accounts and confirm that:\n
1985 \n
1986 - Both Personal and Work categories exist.\n
1987 - \"Remove work profile\" exists under the Work category.\n
1988 \n
Michal Karpinskiad58cb92015-08-21 12:22:12 +01001989 Furthermore, hit the action overflow button (3 dots) and verify that:\n
1990 - There are two auto-sync options present, one for personal and one for work data.\n
1991 - De-selecting either option prompts a warning dialog.\n
1992 \n
Rubin Xu55d22d42014-09-24 19:56:58 +01001993 Use the Back button to return to this page.
1994 </string>
1995 <string name="provisioning_byod_admin_visible_instruction">
1996 Please press the Go button to open the Security page in Settings.
1997 Navigate to Device administrators and confirm that:\n
1998 \n
Michal Karpinski915eeaf2016-03-04 12:28:52 +00001999 - 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 +01002000 - A badged \"CTS Verifier\" exists, and is activated.\n
2001 - Attempting to uncheck the badged \"CTS Verifier\" shows a page allowing the user to remove the managed profile.\n
Rubin Xu55d22d42014-09-24 19:56:58 +01002002 \n
2003 Use the Back button to return to this page.
2004 </string>
2005 <string name="provisioning_byod_workapps_visible_instruction">
2006 Please press the Go button to start the launcher.
2007 Go to All Apps screen and scroll through it to confirm that:\n
2008 \n
2009 - A new set of work apps including CTS Verifier appear in the list.\n
Alexandra Gherghina9c1c5a52014-12-09 12:55:23 +00002010 - Work badge overlay appears on work app\'s icon (see example icon below).\n
Rubin Xu55d22d42014-09-24 19:56:58 +01002011 \n
2012 Then navigate back to this screen using Recents button.
2013 </string>
Rubin Xuc2b00d82015-02-02 11:30:26 +00002014
2015 <string name="provisioning_byod_app_settings">Profile-aware app settings</string>
2016 <string name="provisioning_byod_app_settings_instruction">
2017 Please press the Go button to open Apps page in settings.\n
2018 \n
2019 Verify that work profile exists in the dropdown list and selecting it will
2020 bring up apps setting in the work profile.\n
2021 \n
2022 Then use the Back button to return to this test and mark accordingly.
2023 </string>
2024
2025 <string name="provisioning_byod_location_settings">Profile-aware location settings</string>
2026 <string name="provisioning_byod_location_settings_instruction">
2027 Please press the Go button to open Location page in settings.\n
2028 \n
Zoltan Szatmary-Banbfdde072016-01-15 13:24:07 +00002029 Verify that work profile entry exists in the page and it has a toggleable switch.\n
2030 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
2031 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 +00002032 \n
2033 Then use the Back button to return to this test and mark accordingly.
2034 </string>
2035
Michal Karpinski880246b2016-05-03 12:39:19 +01002036 <string name="provisioning_byod_wifi_data_usage_settings">Profile-aware data usage settings (Wi-Fi)</string>
2037 <string name="provisioning_byod_wifi_data_usage_settings_instruction">
Michal Karpinskibb5c5332015-08-12 16:15:31 +01002038 Please press the Go button to open the Settings page.\n
2039 \n
Michal Karpinski880246b2016-05-03 12:39:19 +01002040 Navigate to \"Data usage\" page and then into the \"Wi-Fi data usage\" category.\n
2041 Confirm that \"All work apps\" section is present and that the list includes badged apps.\n
2042 Confirm that tapping on \"All work apps\" section shows a list of only work profile apps data usage.\n
2043 \n
2044 Then use the Back button to return to this test and mark accordingly.
2045 </string>
2046
2047 <string name="provisioning_byod_cellular_data_usage_settings">Profile-aware data usage settings (Cellular)</string>
2048 <string name="provisioning_byod_cellular_data_usage_settings_instruction">
2049 Please disable Wi-Fi connection on your device.\n
2050 Please make sure you have added a SIM card with data plan to your phone, have enabled data over cellular and in case of dual SIM devices, have selected the right SIM for data connection.\n
2051 Please carry out operations that will use mobile data using both badged and unbadged apps (e.g. visit a page in a browser).\n
2052 \n
2053 Please press the Go button to open the Settings page.\n
2054 \n
2055 Navigate to \"Data usage\" page and then into the \"Cellular data usage\" category.\n
2056 Confirm that \"All work apps\" section is present and that the list includes badged apps.\n
2057 Confirm that tapping on \"All work apps\" section shows a list of only work profile apps data usage.\n
Michal Karpinskibb5c5332015-08-12 16:15:31 +01002058 \n
2059 Then use the Back button to return to this test and mark accordingly.
2060 </string>
2061
Rubin Xuc2b00d82015-02-02 11:30:26 +00002062 <string name="provisioning_byod_cred_settings">Profile-aware trusted credential settings</string>
2063 <string name="provisioning_byod_cred_settings_instruction">
2064 Please press the Go button to open the Security settings.
2065 Navigate to "Trusted credentials" and wait for the UI to load.
2066 After the list is loaded, confirm that:\n
2067 \n
2068 The page list credentials for both "Personal" and "Work" profiles.\n
2069 \n
2070 Then use the Back button to return to this test and mark accordingly.
2071 </string>
2072
2073 <string name="provisioning_byod_print_settings">Profile-aware printing settings</string>
2074 <string name="provisioning_byod_print_settings_instruction">
2075 Please press the Go button to open the Printing settings.
2076 \n
2077 Verify that work profile exists in the dropdown list and selecting it will
2078 bring up printing setting in the work profile.\n
2079 \n
2080 Then use the Back button to return to this test and mark accordingly.
2081 </string>
2082
Sudheer Shanka98ff0002015-03-26 16:32:59 +00002083 <string name="provisioning_byod_cross_profile_intent_filters">Cross profile intent filters are set</string>
Alex Chau4c990c32015-08-14 15:55:18 +01002084
Alex Chauc7ef16d2015-07-30 18:01:30 +01002085 <string name="provisioning_byod_nfc_beam">Disable Nfc beam</string>
2086 <string name="provisioning_byod_nfc_beam_allowed_instruction">
2087 Please press the Go button to test if Nfc beam can be triggered in the work profile.\n
2088 \n
2089 For the first test, press \"Send manual beam\" to trigger a beam, then bump into another device to send the file. Verify that the file is successfully received.\n
2090 \n
2091 For the second test, press \"Send share intent\" to trigger a beam, then bump into another device to send the file. Verify that the file is successfully received.\n
2092 \n
2093 Then use the Back button to return to this test and mark accordingly.
2094 </string>
2095 <string name="provisioning_byod_nfc_beam_disallowed_instruction">
2096 Please press the Go button to test if Nfc beam is disallowed by policy
2097 \n
2098 Verify that Nfc beam is not triggered when pressing the button.\n
2099 \n
2100 Then use the Back button to return to this test and mark accordingly.
2101 </string>
2102 <string name="provisioning_byod_send_manual_beam">Send manual beam</string>
2103 <string name="provisioning_byod_send_share_intent">Send share intent</string>
2104 <string name="provisioning_byod_cannot_resolve_beam_activity">Cannot find beam activity</string>
2105
Daniel Xiea41d4972015-10-19 15:35:16 -07002106 <string name="test_failed_cannot_start_intent">Cannot start the given intent.</string>
Rubin Xu55d22d42014-09-24 19:56:58 +01002107 <string name="provisioning_byod_no_activity">Cannot communicate with activity in the work profile.</string>
2108 <string name="provisioning_byod_delete_profile">Initiate deletion of work profile.</string>
2109 <string name="provisioning_byod_profile_deleted">Work profile deleted.</string>
2110 <string name="provisioning_byod_disabled">Device provisioning is not enabled.</string>
Alexandra Gherghinaaa24ed72014-10-08 01:11:32 +01002111 <string name="provisioning_button_finish">Finish</string>
2112 <string name="provisioning_cross_profile_chooser">Choose an app to complete action</string>
Rubin Xua458f302014-10-03 16:09:23 +01002113
Haiming Baod001dbc2015-11-11 14:37:19 +00002114 <string name="provisioning_byod_no_gps_location_feature">No GPS feature present. Skip test.</string>
2115 <string name="provisioning_byod_location_mode_enable">Enable location</string>
2116 <string name="provisioning_byod_location_mode_enable_toast_location_change">Location changed</string>
2117 <string name="provisioning_byod_location_mode_enable_instruction">
2118 This test verifies that the location updates can be enabled for the managed profile apps.\n
Zoltan Szatmary-Banbfdde072016-01-15 13:24:07 +00002119 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 +00002120 2. Move your position a little bit, verify that location updates toast comes up.\n
2121 Please wait until the location updates or timeout toast message shows up before going back to the cts-verifier tests.\n
2122 3. Go back to the cts-verifier tests using the back button, then mark the test accordingly.\n
2123 </string>
2124
2125 <string name="provisioning_byod_location_mode_disable">Disable location</string>
2126 <string name="provisioning_byod_location_mode_time_out_toast">Timeout waiting for gps location change</string>
2127 <string name="provisioning_byod_location_mode_disable_instruction">
Zoltan Szatmary-Banbfdde072016-01-15 13:24:07 +00002128 This test verifies that the location updates can be disabled for the managed profile apps through the main location switch.\n
2129 1. Press the go button to go to the location settings page, set the main location switch disabled.\n
2130 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 +00002131 Please wait until the timeout or location updates toast message shows up before going back to the cts-verifier tests.\n
2132 3. Go back to the cts-verifier tests using the back button, then mark the test accordingly.\n
2133 </string>
2134
Zoltan Szatmary-Banbfdde072016-01-15 13:24:07 +00002135 <string name="provisioning_byod_work_location_mode_disable">Disable location for work profile</string>
2136 <string name="provisioning_byod_work_location_mode_disable_instruction">
2137 This test verifies that the location updates can be disabled for the managed profile apps through work profile location switch.\n
2138 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
2139 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.
2140 Please wait until the timeout or location updates toast message shows up before going back to the cts-verifier tests.\n
2141 3. Go back to the cts-verifier tests using the back button, then mark the test accordingly.\n
2142 </string>
2143 <string name="provisioning_byod_primary_location_when_work_disabled">Primary receives updates while work location is disabled</string>
2144 <string name="provisioning_byod_primary_location_when_work_disabled_instruction">
2145 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
2146 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
2147 2. Move your position a little bit, verify that location updates toast comes up.\n
2148 Please wait until the location updates or timeout toast message shows up before going back to the cts-verifier tests.\n
2149 3. Go back to the cts-verifier tests using the back button, then mark the test accordingly.\n
2150 </string>
2151
Rubin Xuc9c73fe2016-05-03 18:26:30 +01002152 <string name="provisioning_byod_turn_off_work">Turn off work mode</string>
2153 <string name="provisioning_byod_turn_off_work_info">This test verifes device behaviours when turning off work mode.</string>
2154 <string name="provisioning_byod_turn_off_work_instructions">
2155 This test verifies the device behaviour when work profile is turned off.\n
2156 Please exercise the following tests in sequence.\n
2157 The button below can be used to open the Settings page where you can toggle work mode.
Nicolas Prevot6e7d08e2016-01-27 12:41:31 +00002158 </string>
Rubin Xuc9c73fe2016-05-03 18:26:30 +01002159 <string name="provisioning_byod_turn_off_work_prepare_button">Open Settings to toggle work mode</string>
2160
2161 <string name="provisioning_byod_turn_off_work_prepare_notifications">Prepare a work notification</string>
2162 <string name="provisioning_byod_turn_off_work_prepare_notifications_instruction">
2163 This is a test setup step.\n
2164 1. Press the go button to send a work notification.\n
2165 2. Verify that the notification is displayed and mark this test as passed.\n
2166 (Note: in the following test, you will be asked to verify the notification disappears after work mode is turned off.)
2167 </string>
2168
2169 <string name="provisioning_byod_turn_off_work_turned_off">Please turn off work mode</string>
2170 <string name="provisioning_byod_turn_off_work_turned_off_toast">Open settings to turn off work mode, using the button above.</string>
2171
2172 <string name="provisioning_byod_turn_off_work_notifications">Notifications when work mode is off</string>
2173 <string name="provisioning_byod_turn_off_work_notifications_instruction">
2174 Verify that the previously-shown work notification has now disappeared.
2175 </string>
2176
2177 <string name="provisioning_byod_turn_off_work_icon">Status bar icon when work mode is off</string>
2178 <string name="provisioning_byod_turn_off_work_icon_instruction">
2179 Now that work mode is off, please verify that the status bar shows an icon indicating that work mode is off.\n
2180 </string>
2181
Nicolas Prevot6e7d08e2016-01-27 12:41:31 +00002182 <string name="provisioning_byod_turn_off_work_launcher">Starting work apps when work mode is off</string>
2183 <string name="provisioning_byod_turn_off_work_launcher_instruction">
2184 This test verifies that work applications cannot be started if work mode is off.\n
Rubin Xuc9c73fe2016-05-03 18:26:30 +01002185 1. Press home to go to the launcher.\n
2186 2. Verify that work applications are greyed out.\n
2187 3. Tap on a work application.\n
2188 4. Verify that the application does not start.\n
Nicolas Prevot6e7d08e2016-01-27 12:41:31 +00002189 </string>
Rubin Xuc9c73fe2016-05-03 18:26:30 +01002190
2191 <string name="provisioning_byod_turn_off_work_turned_on">Please turn work mode back on</string>
2192 <string name="provisioning_byod_turn_off_work_turned_on_toast">Open settings to turn work mode back on, using the button above.</string>
2193
2194 <string name="provisioning_byod_turn_on_work_icon">Status bar icon when work mode is on</string>
2195 <string name="provisioning_byod_turn_on_work_icon_instruction">
2196 Now that work mode is back on, please verify that the status bar icon for work mode off is no longer visible.
Nicolas Prevot6e7d08e2016-01-27 12:41:31 +00002197 </string>
Rubin Xuc9c73fe2016-05-03 18:26:30 +01002198
2199 <string name="provisioning_byod_turn_on_work_launcher">Starting work apps when work mode is on</string>
2200 <string name="provisioning_byod_turn_on_work_launcher_instruction">
2201 Now that work mode is back on, please go to the launcher and verify that you can start a work application.
2202 </string>
2203
Mahaver Choprab49c4ec2016-03-17 15:11:27 +00002204 <string name="provisioning_byod_organization_info">Organization Info</string>
2205 <string name="provisioning_byod_organization_name_hint">Name</string>
2206 <string name="provisioning_byod_organization_color_hint">#FF00FF</string>
2207 <string name="provisioning_byod_set_organization_info_button_text">Set</string>
2208 <string name="provisioning_byod_organization_info_instructions">
2209 This test verifies that the Organization Info was set correctly.
Mahaver Choprae0611982016-05-03 10:53:33 +01002210 You can only do this test after you have done "select work lock" test.\n
Mahaver Choprab49c4ec2016-03-17 15:11:27 +00002211 1. Enter your organization name.\n
2212 2. Enter a valid color code.\n
2213 3. Press the Set button to set organization Info.\n
2214 4. Press the Go button to open a dialog to confirm work credentials.\n
2215 5. Verify that the background color of the resulting dialog is as set by you.\n
2216 6. Verify that the header text has organization name as set by you.\n
2217 </string>
Mahaver Chopra8835de32016-04-20 13:32:00 +01002218 <string name="provisioning_byod_parent_profile_password">Personal password test</string>
2219 <string name="provisioning_byod_parent_profile_password_description">
2220 This test verifies that the password on the personal side can be chosen from within a managed profile.\n
2221
2222 1. Press the Go button to set a new password for the personal side.\n
2223 2. Lock and unlock the screen to verify that the personal side password was set correctly.\n
2224 </string>
Nicolas Prevot6e7d08e2016-01-27 12:41:31 +00002225
Rubin Xua458f302014-10-03 16:09:23 +01002226 <!-- Strings for DeviceOwnerProvisioningTest -->
2227 <string name="provisioning_device_owner">Device Owner Provisioning</string>
2228 <string name="device_owner_provisioning_tests">Device Owner provisioning tests</string>
2229 <string name="device_owner_provisioning_tests_info">The device owner provisioning tests verify that setting up a corporate owned device can only be done on a factory reset device.</string>
2230 <string name="device_owner_provisioning_category">Device Owner Provisioning</string>
2231 <string name="device_owner_negative_test">Device owner negative test</string>
Unsuk Jung35fac2c2014-11-06 23:16:42 -08002232 <string name="device_owner_negative_test_info">Please 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 +01002233 <string name="start_device_owner_provisioning_button">Start provisioning</string>
Zoltan Szatmary-Ban9a2b13e2015-06-15 17:05:04 +01002234 <string name="positive_device_owner">Device Owner Tests</string>
2235 <string name="device_owner_positive_tests">Device Owner positive tests</string>
2236 <string name="device_owner_positive_tests_instructions">
2237 The positive device owner tests verify policies on a corporate owned device.\n
2238 Press below button first, follow steps described in the dialog that pops up,
2239 then proceed to the test cases.\n
2240 Pressing \'back\', \'pass\' or \'fail\' on this test page will remove the device owner.\n
2241 Alternatively, you can run the \'Remove device owner\' test. Ideally, that test should
2242 be run last so that it does not interfere with other tests.
2243 </string>
2244 <string name="device_owner_positive_tests_info">
2245 The positive device owner tests verify policies on a corporate owned device.\n
2246 Press below button first, follow steps described in the dialog that pops up,
2247 then proceed to the test cases.\n
2248 Pressing \'back\', \'pass\' or \'fail\' on this test page will remove the device owner.\n
2249 Alternatively, you can run the \'Remove device owner\' test. Ideally, that test should
2250 be run last so that it does not interfere with other tests.
2251 </string>
2252 <string name="device_owner_positive_category">Device Owner Tests</string>
2253 <string name="set_device_owner_button_label">Set up device owner</string>
2254 <string name="set_device_owner_dialog_title">Set up device owner</string>
2255 <string name="set_device_owner_dialog_text">
2256 Please set the device owner by enabling USB debugging on the device and issuing the following command on the host:\n
2257 adb shell dpm set-device-owner \'com.android.cts.verifier/com.android.cts.verifier.managedprovisioning.DeviceAdminTestReceiver\'
2258 </string>
2259 <string name="device_owner_remove_device_owner_test">Remove device owner</string>
2260 <string name="device_owner_remove_device_owner_test_info">
2261 Please check in Settings &gt; Security &gt; Device Administrators if CTSVerifier is
2262 Device Owner. Then press the button below, and check that CTSVerifier is NOT Device
2263 Owner anymore.
2264 </string>
2265 <string name="remove_device_owner_button">Remove device owner</string>
2266 <string name="device_owner_check_device_owner_test">Check device owner</string>
2267 <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 +01002268 <string name="device_owner_wifi_lockdown_test">WiFi configuration lockdown</string>
2269 <string name="device_owner_wifi_lockdown_info">
2270 Please enter the SSID and auth method of an available WiFi Access Point and press the button to create a
2271 WiFi configuration. This configuration can be seen on Settings &gt; WiFi. The test cases
Mahaver Choprac0f70ce2015-10-16 12:40:39 +01002272 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 +01002273 </string>
2274 <string name="switch_wifi_lockdown_off_button">WiFi config lockdown off</string>
2275 <string name="switch_wifi_lockdown_on_button">WiFi config lockdown on</string>
2276 <string name="wifi_lockdown_go_settings_wifi_button">Go to WiFi Settings</string>
2277 <string name="device_owner_wifi_key_management_none_button">None</string>
2278 <string name="device_owner_wifi_key_management_wpa_button">WPA</string>
2279 <string name="device_owner_wifi_key_management_wep_button">WEP</string>
2280 <string name="create_wifi_config_button_label">Create WiFi configuration</string>
2281 <string name="wifi_lockdown_add_network_failed_dialog_title">WiFi configuration could not be created</string>
2282 <string name="wifi_lockdown_add_network_failed_dialog_text">
2283 There was an error during creation of WiFi configuration. Check if WiFi is switched on.
2284 </string>
2285 <string name="device_owner_wifi_config_unlocked_modification_test">Unlocked config is modifiable in Settings</string>
2286 <string name="device_owner_wifi_config_unlocked_modification_test_info">
2287 Please press the button to ensure WiFi config lockdown is NOT in effect. Then go to
2288 Settings &gt; WiFi and see if the CTSVerifier created WiFi configuration can be edited.
2289 Please make sure you can connect to it. The test is successful if the config is editable
2290 and can be connected to.
2291 </string>
2292 <string name="device_owner_wifi_config_locked_modification_test">Locked config is not modifiable in Settings</string>
2293 <string name="device_owner_wifi_config_locked_modification_test_info">
2294 Please press the button to ensure WiFi config lockdown is in effect. Then go to
2295 Settings &gt; WiFi and see if the CTSVerifier created WiFi configuration can NOT be edited
2296 or removed. The test is successful if the config is NOT modifiable.
2297 </string>
2298 <string name="device_owner_wifi_config_locked_connection_test">Locked config can be connected to</string>
2299 <string name="device_owner_wifi_config_locked_connection_test_info">
2300 Please press the button to ensure WiFi config lockdown is in effect. Then go to
2301 Settings &gt; WiFi and see if the CTSVerifier created WiFi configuration can be connected
2302 to manually. The test is successful if the connection can be established.
2303 </string>
2304 <string name="device_owner_wifi_config_unlocked_removal_test">Unlocked config can be forgotten in Settings</string>
2305 <string name="device_owner_wifi_config_unlocked_removal_test_info">
2306 Please press the button to ensure WiFi config lockdown is NOT in effect. Then go to
2307 Settings &gt; WiFi and see if the CTSVerifier created WiFi configuration can be forgotten.
2308 The test is successful if the config could be forgotten and is removed from the list of saved configs.
2309 </string>
Benjamin Franz89e40fc2015-07-01 15:35:57 +01002310 <string name="device_owner_disable_statusbar_test">Disable status bar</string>
2311 <string name="device_owner_disable_statusbar_test_info">
2312 Please press the below button to disable the status bar and verify that quick settings, notifications
2313 and the assist gesture are no longer available.\n
2314 Next, press the button to reenable the status bar and verify that quick settings, notification
2315 and the assist gesture are available again.\n
2316 Please mark the test accordingly.
2317 </string>
2318 <string name="device_owner_disable_statusbar_button">Disable status bar</string>
2319 <string name="device_owner_reenable_statusbar_button">Reenable status bar</string>
2320 <string name="device_owner_disable_keyguard_test">Disable keyguard</string>
2321 <string name="device_owner_disable_keyguard_test_info">
2322 Note that any device passwords that you might have set will be deleted during this test.\n
2323 Please press the below button to disable the keyguard. Press the power button on your device to
2324 switch off the screen. Then press the power button to switch the screen back on and verify that
2325 no keyguard was shown.\n
2326 Next, press the button to reenable the keyguard and repeat the above steps, this time verifying that
2327 a keyguard was shown again.\n
2328 Please mark the test accordingly.
2329 </string>
2330 <string name="device_owner_disable_keyguard_button">Disable keyguard</string>
2331 <string name="device_owner_reenable_keyguard_button">Reenable keyguard</string>
Sudheer Shanka72ba56a2015-07-17 18:30:44 +01002332 <string name="device_profile_owner_permission_lockdown_test">Permissions lockdown</string>
2333 <string name="device_profile_owner_permission_lockdown_test_instructions">
2334 Select each of the three grant states for the permission shown below in turn.\n
2335 Now open application settings, select Permissions, and verify if the following behaviour is observed.\n
Sudheer Shanka43c57a52016-02-11 00:04:28 +00002336 <b>Allow:</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 +01002337 <b>Let user decide:</b> Permission state can be changed through the settings UI.\n
Sudheer Shanka43c57a52016-02-11 00:04:28 +00002338 <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 +01002339 Please mark the test accordingly.
2340 </string>
2341 <string name="device_owner_permission_lockdown_test_info">
2342 This test checks if the permissions state in settings UI is locked down according to the state set by the device owner.
2343 </string>
Zoltan Szatmary-Band265a1e2015-12-31 18:32:10 +00002344 <string name="device_owner_disallow_usb_file_transfer_test">Disallow USB file transfer</string>
2345 <string name="device_owner_disallow_usb_file_transfer_test_info">
Sudheer Shanka43c57a52016-02-11 00:04:28 +00002346 Please press below button to set the \"disallow USB file transfer\" restriction.\n
Nimrod Gileadi89cbc1b2016-11-01 10:23:05 +00002347 If a USB notification appears, open the notification and check that the
2348 \"Transfer files (MTP)\" and \"Transfer photos (PTP)\" cannot be selected and trigger a
2349 support message when trying to select them.\n
2350 Check if you can mount the device as a USB drive on your desktop computer. The test is
2351 successful if you cannot mount the device, and files from your phone cannot be
2352 downloaded through USB.\n
Zoltan Szatmary-Band265a1e2015-12-31 18:32:10 +00002353 Please mark the test accordingly.
2354 </string>
Nicolas Prevot9d80fa42016-03-01 17:24:06 +00002355 <string name="device_owner_set_user_icon">Setting the user icon</string>
2356 <string name="device_owner_set_user_icon_instruction">
2357 This test verifies that the user icon can be set.\n
2358 1. Press the set user icon button.\n
2359 2. Press the go button to go to Settings.\n
2360 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
2361 3b. If there is no \"users\" section, mark this test as passed.\n
2362 </string>
2363 <string name="device_owner_set_user_icon_button">Set user icon</string>
2364
Sudheer Shanka72ba56a2015-07-17 18:30:44 +01002365 <string name="profile_owner_permission_lockdown_test_info">
2366 <b>
2367 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
2368 </b>
2369 This test checks if the permissions state in settings UI is locked down correctly depending on the state set by the profile owner.
2370 </string>
2371 <string name="package_not_found">You must install %s (aka CtsPermissionApp).</string>
2372 <string name="permission_allow">Grant</string>
2373 <string name="permission_default">Let user decide</string>
2374 <string name="permission_deny">Deny</string>
2375 <string name="not_profile_owner">%s is not profile owner.</string>
2376 <string name="not_device_owner">%s is not device owner.</string>
2377 <string name="activity_not_found">No activity found to handle intent: %s</string>
2378 <string name="open_settings_button_label">Open Application Settings</string>
2379 <string name="finish_button_label">Finish</string>
Benjamin Franz2e9fd732015-08-10 15:43:42 +01002380 <string name="device_owner_device_admin_visible">Device administrator settings</string>
2381 <string name="device_owner_device_admin_visible_info">
2382 Please press the Go button to open the Security page in Settings.
2383 Navigate to Device administrators and confirm that:\n
2384 \n
Ahmet Kerim SENOL9fa97c22015-10-12 15:29:11 +01002385 - \"CTS Verifier\" exists and is activated.\n
2386 - \"CTS Verifier\" cannot be disabled.\n
Benjamin Franz2e9fd732015-08-10 15:43:42 +01002387 \n
2388 Use the Back button to return to this page.
2389 </string>
Benjamin Franz1c8defc2015-08-10 16:52:56 +01002390 <string name="device_owner_disallow_config_bt">Disallow configuring Bluetooth</string>
2391 <string name="device_owner_disallow_config_bt_info">
2392 Please press the Set restriction button to set the user restriction.
2393 Then press Go to open the Bluetooth page in Settings.
2394 Confirm that:\n
2395 \n
2396 - You cannot view Bluetooth devices in range.\n
Sudheer Shanka43c57a52016-02-11 00:04:28 +00002397 - Trying to edit, add or remove any already paired devices triggers a support message.\n
Benjamin Franz1c8defc2015-08-10 16:52:56 +01002398 \n
2399 Use the Back button to return to this page.
2400 </string>
2401 <string name="device_owner_disallow_config_wifi">Disallow configuring WiFi</string>
2402 <string name="device_owner_disallow_config_wifi_info">
2403 Please press the Set restriction button to set the user restriction.
2404 Then press Go to open the WiFi page in Settings.
Mahaver Choprabc1764e2016-05-11 18:31:19 +01002405 Confirm that:\n\n
Benjamin Franz1c8defc2015-08-10 16:52:56 +01002406 - You cannot view WiFi networks in range.\n
Sudheer Shanka43c57a52016-02-11 00:04:28 +00002407 - Trying to edit, add or remove any existing WiFi configs triggers a support message.\n
Benjamin Franz1c8defc2015-08-10 16:52:56 +01002408 \n
2409 Use the Back button to return to this page.
2410 </string>
Mahaver Choprad4994a12016-01-04 14:22:29 +00002411 <string name="device_owner_disallow_data_roaming">Disallow data roaming</string>
2412 <string name="device_owner_disallow_data_roaming_info">
Mahaver Chopraaee92cf2016-04-21 13:52:11 +01002413 Device should have a sim card to perform this test.
Mahaver Choprad4994a12016-01-04 14:22:29 +00002414 Please press the Set restriction button to set the user restriction.
2415 Then press Go to open the Cellular network page in Settings.
Mahaver Choprabc1764e2016-05-11 18:31:19 +01002416 Confirm that:\n\n
Mahaver Choprad4994a12016-01-04 14:22:29 +00002417 - Data roaming is disabled.\n
Mahaver Choprabc1764e2016-05-11 18:31:19 +01002418 - Enabling data roaming is not possible and triggers a support message.\n\n
Mahaver Choprad4994a12016-01-04 14:22:29 +00002419 Use the Back button to return to this page.
2420 </string>
Mahaver Choprabc1764e2016-05-11 18:31:19 +01002421 <string name="device_owner_disallow_factory_reset">Disallow factory reset</string>
2422 <string name="device_owner_disallow_factory_reset_info">
2423 Please press the Set button to set the user restriction.\n
2424 1. Go to the factory reset settings. It is often located in \"Backup &amp; reset\" settings.\n
2425 Confirm that:\n
2426 - Factory data reset is disabled.\n
2427 - Pressing factory data reset is not possible and triggers a support message.\n\n
2428 2. Go to OEM unlocking settings, if this device has this Settings option. It is often located under \"Developer options\".\n
2429 Confirm that:\n
2430 - Oem Unlocking is disabled.\n
2431 - Enabling Oem unlocking is not possible and triggers a support message.\n\n
2432 Return back to this page.
2433 </string>
Benjamin Franz1c8defc2015-08-10 16:52:56 +01002434 <string name="device_owner_user_restriction_set">Set restriction</string>
2435 <string name="device_owner_settings_go">Go</string>
Matthew Williams547b8162014-10-15 10:18:11 -07002436
Mahaver Chopra77128812015-11-17 10:05:33 +00002437 <string name="device_owner_vpn_connection">
2438 Vpn connection has been established.\n
2439 This is not as expected.\n
2440 Mark this test as failed.\n
2441 </string>
2442 <string name="device_owner_vpn_connection_close_failed">
2443 Established vpn connection cannot be closed.\n
2444 This is not as expected.\n
2445 Mark this test as failed.\n
2446 </string>
2447 <string name="device_owner_no_vpn_connection">
2448 Cannot establish a VPN connection.\n
2449 This was expected.\n
2450 Mark this test as passed.\n
2451 </string>
2452 <string name="device_owner_vpn_connection_canceled">
2453 Cannot establish a VPN connection.\n
2454 Connection canceled by user.\n
2455 </string>
2456 <string name="device_owner_vpn_test">Check VPN</string>
2457 <string name="device_owner_vpn_info_default">Vpn test message</string>
2458
Mahaver Choprac0f70ce2015-10-16 12:40:39 +01002459 <string name="device_owner_disallow_config_vpn">Disallow configuring VPN</string>
2460 <string name="device_owner_disallow_config_vpn_info">
2461 Please press the Set VPN restriction button to set the VPN restriction.
Mahaver Chopra77128812015-11-17 10:05:33 +00002462 Perform tests in order. Mark test as passed if both test cases pass\n\n
2463 1. Press Go to open the Vpn settings page.\n
Mahaver Choprac0f70ce2015-10-16 12:40:39 +01002464 Confirm that:\n
2465 - You cannot add a new VPN network.\n
Sudheer Shanka43c57a52016-02-11 00:04:28 +00002466 - You cannot edit, add or remove any existing VPNs.\n
2467 - Trying to perform any of the above actions will trigger a support message.\n\n
Mahaver Chopra77128812015-11-17 10:05:33 +00002468 2. Press Check VPN to check programmatic Vpn test.\n
2469 - Check Vpn setup\n\n
Mahaver Choprac0f70ce2015-10-16 12:40:39 +01002470 Use the Back button to return to this page.
2471 </string>
2472 <string name="device_owner_user_vpn_restriction_set">Set VPN restriction</string>
2473
Michal Karpinskid75827d2016-03-09 15:40:50 +00002474 <!-- Strings for DeviceOwnerBugreportTest -->
2475 <string name="device_owner_requesting_bugreport_tests">Device Owner Requesting Bugreport Tests</string>
2476 <string name="device_owner_requesting_bugreport_category">Device Owner Requesting Bugreport Tests</string>
2477 <string name="device_owner_requesting_bugreport_tests_info">
2478 The device owner requesting bugreport tests verify that a bugreport can be requested on a corporate owned device.\n
2479 Press below button first, follow steps described in the dialog that pops up,
2480 then proceed to the test cases.\n
2481 Pressing \'back\', \'pass\' or \'fail\' on this test page will remove the device owner.\n
2482 Alternatively, you can run the \'Remove device owner\' test. Ideally, that test should
2483 be run last so that it does not interfere with other tests.
2484 </string>
2485 <string name="device_owner_request_bugreport">Request bugreport</string>
Michal Karpinski10ce8652016-03-09 18:34:12 +00002486 <string name="bugreport_sharing_declined">Bugreport sharing declined</string>
2487 <string name="bugreport_shared_successfully">Bugreport shared successfully</string>
Michal Karpinskid0243652016-04-22 14:09:48 +01002488 <string name="bugreport_already_in_progress">Bugreport is already being collected on this device</string>
2489 <string name="bugreport_failed_completing">Bugreport collection operation failed</string>
Michal Karpinskid75827d2016-03-09 15:40:50 +00002490 <string name="device_owner_bugreport_sharing_declined_while_being_taken">Sharing of requested bugreport declined while being taken</string>
2491 <string name="device_owner_bugreport_sharing_declined_while_being_taken_info">
2492 Please press the \"Request bugreport\" button to invoke the bugreport sharing operation.
2493 Open the notifications panel and verify that:\n
2494 \n
2495 - Notification titled \"Taking bugreport...\" with an indefinite progress bar is present.\n
Michal Karpinskid0243652016-04-22 14:09:48 +01002496 \n
2497 Press the \"Request bugreport\" button again to try to invoke a second bugreport sharing operation.
2498 Open the notifications panel and verify that:\n
2499 \n
2500 - 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 +00002501 - 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 +00002502 \n
2503 Tap the \"DECLINE\" button and verify that:\n
2504 \n
2505 - \"Taking bugreport...\" notification with an indefinite progress bar is no longer present.\n
2506 - Notification titled \"Device Owner Requesting Bugreport Tests\" with message \"Bugreport sharing declined\" is present.\n
2507 \n
2508 Dismiss the notifications and mark test as passed or failed.
2509 </string>
Michal Karpinski10ce8652016-03-09 18:34:12 +00002510 <string name="device_owner_bugreport_sharing_accepted_while_being_taken">Sharing of requested bugreport accepted while being taken</string>
2511 <string name="device_owner_bugreport_sharing_accepted_while_being_taken_info">
2512 Please press the \"Request bugreport\" button to invoke the bugreport sharing operation.
2513 Open the notifications panel and verify that:\n
2514 \n
2515 - Notification titled \"Taking bugreport...\" with an indefinite progress bar is present.\n
2516 - 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
2517 \n
2518 Tap the \"SHARE\" button and verify that:\n
2519 \n
2520 - \"Taking bugreport...\" notification with an indefinite progress bar is no longer present.\n
2521 - Notification titled \"Sharing bugreport...\" with an indefinite progress bar is present.\n
2522 - 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
2523 \n
2524 Dismiss the notifications and mark test as passed or failed.
2525 </string>
2526 <string name="device_owner_bugreport_sharing_declined_after_having_been_taken">Sharing of requested bugreport declined after having been taken</string>
2527 <string name="device_owner_bugreport_sharing_declined_after_having_been_taken_info">
2528 Please press the \"Request bugreport\" button to invoke the bugreport sharing operation.
2529 Open the notifications panel and verify that:\n
2530 \n
2531 - Notification titled \"Taking bugreport...\" with an indefinite progress bar is present.\n
2532 \n
2533 Wait for a few minutes (time necessary for bugreport to be collected) and verify that:\n
2534 \n
2535 - \"Taking bugreport...\" notification with an indefinite progress bar is dismissed.\n
2536 - 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
2537 \n
2538 Tap the \"DECLINE\" button and verify that:\n
2539 \n
2540 - Notification titled \"Share bug report?\" is dismissed.\n
2541 - Notification titled \"Device Owner Requesting Bugreport Tests\" with message \"Bugreport sharing declined\" is present.\n
2542 \n
2543 Dismiss the notifications and mark test as passed or failed.
2544 </string>
2545 <string name="device_owner_bugreport_sharing_accepted_after_having_been_taken">Sharing of requested bugreport accepted after having been taken</string>
2546 <string name="device_owner_bugreport_sharing_accepted_after_having_been_taken_info">
2547 Please press the \"Request bugreport\" button to invoke the bugreport sharing operation.
2548 Open the notifications panel and verify that:\n
2549 \n
2550 - Notification titled \"Taking bugreport...\" with an indefinite progress bar is present.\n
2551 \n
2552 Wait for a few minutes (time necessary for bugreport to be collected) and verify that:\n
2553 \n
2554 - \"Taking bugreport...\" notification with an indefinite progress bar is dismissed.\n
2555 - 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
2556 \n
2557 Tap the \"SHARE\" button and verify that:\n
2558 \n
2559 - Notification titled \"Share bug report?\" is dismissed.\n
2560 - Notification titled \"Device Owner Requesting Bugreport Tests\" with message \"Bugreport shared successfully\" is present.\n
2561 \n
2562 Dismiss the notifications and mark test as passed or failed.
2563 </string>
Michal Karpinskid75827d2016-03-09 15:40:50 +00002564
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00002565 <!-- Strings used for policy transparency test -->
2566 <string name="device_profile_owner_policy_transparency_test">Policy transparency test</string>
2567 <string name="device_profile_owner_policy_transparency_test_info">
2568 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 +00002569 </string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00002570 <string name="policy_transparency_open_settings_label">Open settings</string>
2571 <string name="policy_transparency_short_support_msg_label">Set short support message</string>
2572 <string name="policy_transparency_long_support_msg_label">Set long support message</string>
2573 <string name="policy_transparency_set_msg">Set message</string>
2574 <string name="policy_transparency_clear_msg">Clear message</string>
2575 <string name="policy_transparency_set_default_msg">Set default message</string>
2576 <string name="policy_transparency_default_short_msg">
2577 This action is disabled by your administrator. Contact someone@example.com for support.
2578 </string>
2579 <string name="policy_transparency_default_long_msg">
2580 This profile or device is managed by CtsVerifier. You can contact tech
2581 support on:\n\n
2582 America: +1 555-0100\n\n
2583 APAC: +1 555-0100\n\n
2584 Europe: +1 555-0100\n\n
2585 Email: someone@example.com
2586 </string>
2587 <string name="policy_transparency_update_button_label">Update</string>
2588 <string name="dummy_input_method_label">Dummy input method</string>
2589 <string name="dummy_accessibility_service_label">Dummy accessibility service</string>
2590 <string name="policy_transparency_test_instructions">
2591 1. <xliff:g id="set_step" example="Set policy by turning the switch on">%1$s</xliff:g>\n
2592 2. Open Settings app by clicking the "Open settings" button below.\n
2593 3. Verify that performing the following action will trigger a support dialog:\n
2594 <xliff:g id="user_action" example="Adding an account">%2$s</xliff:g>.\n
2595 4. Verify that the support dialog displays the short support message set earlier.\n
2596 5. Verify that clicking the "More details" link will redirect to Device administrators
2597 page in Settings app which displays the long support message set earlier.\n
2598 </string>
2599 <string name="user_restriction_set_step">
2600 Set \'%s\' user restriction by turning on the switch below.
2601 </string>
Mahaver Chopraf1279f52016-01-25 16:22:44 +00002602 <string name="disallow_add_user">Disallow add user</string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00002603 <string name="disallow_add_user_action">Adding a new user</string>
Mahaver Chopraf1279f52016-01-25 16:22:44 +00002604 <string name="disallow_adjust_volume">Disallow adjust volume</string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00002605 <string name="disallow_adjust_volume_action">Adjusting the volume</string>
2606 <string name="disallow_apps_control">Disallow controlling apps</string>
2607 <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 +00002608 <string name="disallow_config_cell_broadcasts">Disallow config cell broadcasts</string>
2609 <string name="disallow_config_cell_broadcasts_action">Configuring cell broadcasts</string>
2610 <string name="disallow_config_credentials">Disallow config credentials</string>
2611 <string name="disallow_config_credentials_action">Configuring user credentials</string>
2612 <string name="disallow_config_mobile_networks">Disallow config mobile networks</string>
2613 <string name="disallow_config_mobile_networks_action">Configuring mobile networks</string>
2614 <string name="disallow_config_tethering">Disallow config tethering</string>
2615 <string name="disallow_config_tethering_action">Configuring tethering and portable hotspots</string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00002616 <string name="disallow_config_wifi">Disallow config Wi-Fi</string>
2617 <string name="disallow_config_wifi_action">Modifying Wi-Fi configuration</string>
Sudheer Shanka43c57a52016-02-11 00:04:28 +00002618 <string name="disallow_debugging_features">Disallow debugging features</string>
2619 <string name="disallow_debugging_features_action">Enabling developer options</string>
2620 <string name="disallow_factory_reset">Disallow factory reset</string>
2621 <string name="disallow_factory_reset_action">Factory resetting the device</string>
Mahaver Chopraf1279f52016-01-25 16:22:44 +00002622 <string name="disallow_fun">Disallow fun</string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00002623 <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 +00002624 <string name="disallow_install_unknown_sources">Disallow install unknown sources</string>
2625 <string name="disallow_install_unknown_sources_action">Enabling \'Unknown sources\' setting</string>
Mahaver Chopraf1279f52016-01-25 16:22:44 +00002626 <string name="disallow_modify_accounts">Disallow modify accounts</string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00002627 <string name="disallow_modify_accounts_action">Adding an account or removing an account (if you have already added one)</string>
Sudheer Shanka43c57a52016-02-11 00:04:28 +00002628 <string name="disallow_network_reset">Disallow network reset</string>
2629 <string name="disallow_network_reset_action">Resetting network settings</string>
2630 <string name="disallow_outgoing_beam">Disallow outgoing beam</string>
2631 <string name="disallow_outgoing_beam_action">Switching on android beam</string>
2632 <string name="disallow_remove_user">Disallow remove user</string>
2633 <string name="disallow_remove_user_action">Removing other users</string>
Mahaver Chopraf1279f52016-01-25 16:22:44 +00002634 <string name="disallow_share_location">Disallow share location</string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00002635 <string name="disallow_share_location_action">Turning on location sharing</string>
Sudheer Shanka43c57a52016-02-11 00:04:28 +00002636 <string name="disallow_uninstall_apps">Disallow uninstall apps</string>
2637 <string name="disallow_uninstall_apps_action">Uninstalling applications other CtsVerifier</string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00002638 <string name="disallow_keyguard_unredacted_notifications">Disallow lockscreen unredacted notification</string>
2639 <string name="disallow_keyguard_unredacted_notifications_set_step">Disallow unredacted notifications when device is locked by turning on the switch below</string>
2640 <string name="disallow_keyguard_unredacted_notifications_action">Selecting show all notification content when device is locked</string>
2641 <string name="disallow_keyguard_unredacted_notifications_widget_label">@string/disallow_keyguard_unredacted_notifications</string>
Sudheer Shanka43c57a52016-02-11 00:04:28 +00002642 <string name="set_auto_time_required">Set auto (network) time required</string>
2643 <string name="auto_time_required_set_step">Set auto time required policy by turning on the switch below</string>
2644 <string name="set_auto_time_required_action">Modifying date and time</string>
2645 <string name="set_auto_time_required_widget_label">@string/set_auto_time_required</string>
2646 <string name="set_lock_screen_info">Set lock screen info</string>
2647 <string name="lock_screen_info_set_step">Select a lock screen info by setting a non-empty message in the edittext below.</string>
2648 <string name="set_lock_screen_info_action">Modifying lock screen message</string>
2649 <string name="set_lock_screen_info_widget_label">@string/set_lock_screen_info</string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00002650 <string name="set_maximum_time_to_lock">Set maximum time to lock</string>
2651 <string name="maximum_time_to_lock_set_step">
2652 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 +00002653 </string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00002654 <string name="set_maximum_time_to_lock_action">Selecting maximum time to lock greater than the set value below</string>
2655 <string name="set_maximum_time_to_lock_widget_label">Set maximum time to lock (in Sec):</string>
2656 <string name="set_password_quality">Set password quality</string>
2657 <string name="password_quality_set_step">Set minimum password quality by selecting an option in the spinner below.</string>
2658 <string name="set_password_quality_action">Setting a password which does not meet the requirements of the password quality selected</string>
2659 <string name="set_password_quality_widget_label">@string/set_password_quality</string>
2660 <string name="password_quality_unspecified">Unspecified</string>
2661 <string name="password_quality_something">Something</string>
2662 <string name="password_quality_numeric">Numeric</string>
2663 <string name="password_quality_numeric_complex">Numeric (Complex)</string>
2664 <string name="password_quality_alphabetic">Alphabetic</string>
2665 <string name="password_quality_alphanumeric">Alphanumeric</string>
2666 <string name="password_quality_complex">Complex</string>
2667 <string name="set_permitted_accessibility_services">Set permitted accessibility services</string>
2668 <string name="permitted_accessibility_services_set_step">
2669 Disallow \'Dummy Accessibility service\' from permitted accessibility services by turning on
2670 the switch below.
Mahaver Chopraf1279f52016-01-25 16:22:44 +00002671 </string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00002672 <string name="set_permitted_accessibility_services_action">
2673 Enabling \'Dummy Accessibility service\' in the list of accessibility services
Mahaver Chopraf1279f52016-01-25 16:22:44 +00002674 </string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00002675 <string name="set_permitted_accessibility_services_widget_label">
2676 Allow only system accessibility services:
Mahaver Chopraf1279f52016-01-25 16:22:44 +00002677 </string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00002678 <string name="set_permitted_input_methods">Set permitted input methods</string>
2679 <string name="permitted_input_methods_set_step">
2680 Disallow \'Dummy Input method\' from permitted input methods by turning on the switch below.
Mahaver Chopraf1279f52016-01-25 16:22:44 +00002681 </string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00002682 <string name="set_permitted_input_methods_action">
2683 Enabling \'Dummy Input Method\' in the list of accessibility services
Mahaver Chopraf1279f52016-01-25 16:22:44 +00002684 </string>
Sudheer Shanka16acbdd2016-02-08 14:23:04 +00002685 <string name="set_permitted_input_methods_widget_label">
2686 Allow only system input methods:
Mahaver Chopraf1279f52016-01-25 16:22:44 +00002687 </string>
2688
Matthew Williams547b8162014-10-15 10:18:11 -07002689 <!-- Strings for JobScheduler Tests -->
2690 <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>
2691
2692 <string name="js_idle_test">Idle Mode Constraints</string>
2693 <string name="js_start_test_text">Start test</string>
2694 <string name="js_idle_instructions">Verify the behaviour of the JobScheduler API for when the device is in idle mode. Simply follow the on-screen instructions.</string>
2695 <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 +00002696 <string name="js_idle_continue_instruction">
2697 Switch off screen and wait for it to turn on to continue.
2698 </string>
Matthew Williams547b8162014-10-15 10:18:11 -07002699 <string name="js_idle_item_idle_off">Idle job does not execute when device is not idle.</string>
2700 <string name="js_idle_item_idle_on">Idle job does execute when device is forced into idle.</string>
2701
2702 <string name="js_charging_test">Charging Constraints</string>
2703 <string name="js_charging_instructions">Verify the behaviour 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 +00002704 <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 -07002705 <string name="js_charging_off_test">Device not charging will not execute a job with a charging constraint.</string>
2706 <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 +00002707 <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>
2708 <string name="js_charging_description_3">Device is plugged in. Please wait while it get\s into stable charging state.</string>
2709 <string name="js_charging_description_4">There seems to be a problem with your charger. Pleasy try again.</string>
Matthew Williams547b8162014-10-15 10:18:11 -07002710
2711 <string name="js_connectivity_test">Connectivity Constraints</string>
2712 <string name="js_connectivity_instructions">Verify the behaviour of the JobScheduler API for when the device has no access to data connectivity. Simply follow the on-screen instructions.</string>
2713 <string name="js_connectivity_description_1">Disable WiFi and Cellular data to begin.</string>
2714 <string name="js_unmetered_connectivity_test">Device with no connectivity will not execute a job with an unmetered connectivity constraint.</string>
2715 <string name="js_any_connectivity_test">Device with no connectivity will not execute a job with an unmetered connectivity constraint.</string>
2716 <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 -04002717
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07002718 <!-- String for the bundled TV app Tests -->
Wonsik Kim18aa5752014-10-30 00:47:57 +09002719
Dongwon Kang83efe7e2015-07-17 15:01:35 -07002720 <string name="tv_input_discover_test">3rd-party TV input test</string>
Wonsik Kimf16680b2014-11-20 23:11:16 +09002721 <string name="tv_input_discover_test_info">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07002722 Verify that the bundled TV app launches via Intent and calls the proper API to discover
Dongwon Kang83efe7e2015-07-17 15:01:35 -07002723 3rd-party TV inputs.
Wonsik Kimf16680b2014-11-20 23:11:16 +09002724 </string>
Wonsik Kim18aa5752014-10-30 00:47:57 +09002725 <string name="tv_input_discover_test_go_to_setup">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07002726 Select the \"Launch TV app\" button and set up the newly installed TV input:
Wonsik Kimf16680b2014-11-20 23:11:16 +09002727 \"CTS Verifier\".
Wonsik Kim18aa5752014-10-30 00:47:57 +09002728 </string>
2729 <string name="tv_input_discover_test_verify_setup">
2730 Setup activity must have been started.
2731 </string>
2732 <string name="tv_input_discover_test_tune_to_channel">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07002733 Select the \"Launch TV app\" button and tune to the \"Dummy\" channel from \"CTS Verifier\"
2734 input. If necessary, configure the channel to be visible.
Wonsik Kim18aa5752014-10-30 00:47:57 +09002735 </string>
2736 <string name="tv_input_discover_test_verify_tune">
2737 Tune command must be called.
2738 </string>
Dongwon Kangf58fc082014-12-01 15:51:03 +09002739 <string name="tv_input_discover_test_verify_overlay_view">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07002740 Verify that the overlay appears and displays the text \"Overlay View Dummy Text\" when you tune
2741 to the \"Dummy\" channel.
Dongwon Kangf58fc082014-12-01 15:51:03 +09002742 </string>
shubangb54c9ff2016-05-06 13:37:49 -07002743 <string name="tv_input_discover_test_verify_size_changed">
2744 Verify that video layout changes correctly according to the provided video track information,
2745 including pixel aspect ratio.
2746 </string>
Dongwon Kangaa1e8032015-06-01 15:13:06 +09002747 <string name="tv_input_discover_test_verify_global_search">
Dongwon Kang83efe7e2015-07-17 15:01:35 -07002748 Verify the TV app provides query results for 3rd-party input\'s channels and programs in
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07002749 global search results.
Dongwon Kangaa1e8032015-06-01 15:13:06 +09002750 </string>
Dongwon Kang2ad14c92015-05-13 18:46:13 +09002751 <string name="tv_input_discover_test_go_to_epg">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07002752 Select the \"Launch EPG\" button and locate the \"Dummy\" channel.
Dongwon Kang2ad14c92015-05-13 18:46:13 +09002753 </string>
2754 <string name="tv_input_discover_test_verify_epg">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07002755 Do you see the programs named \"Dummy Program\" and their descriptions
Dongwon Kang2ad14c92015-05-13 18:46:13 +09002756 "Dummy Program Description" in the EPG?
2757 </string>
Jiabin4f532592016-03-30 16:41:33 +09002758 <string name="tv_input_discover_test_trigger_setup">
2759 Select the \"Launch setup\" button and verify if the bundled TV app shows the list of installed
2760 TV inputs for setup.
2761 </string>
2762 <string name="tv_input_discover_test_verify_trigger_setup">
2763 Do you see the \"CTS Verifier\" input in the list?
2764 </string>
Wonsik Kim18aa5752014-10-30 00:47:57 +09002765
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07002766 <string name="tv_parental_control_test">TV app parental controls test</string>
Wonsik Kimf16680b2014-11-20 23:11:16 +09002767 <string name="tv_parental_control_test_info">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07002768 Verify that the bundled TV app calls the parental controls API.
Wonsik Kimf16680b2014-11-20 23:11:16 +09002769 </string>
2770 <string name="tv_parental_control_test_turn_on_parental_control">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07002771 Select the \"Launch TV app\" button and turn on the parental controls. If parental controls are
2772 on already, turn it off and on again.
Wonsik Kimf16680b2014-11-20 23:11:16 +09002773 </string>
2774 <string name="tv_parental_control_test_verify_receive_broadcast1">
2775 TV input service must have received ACTION_PARENTAL_CONTROLS_ENABLED_CHANGED broadcast.
2776 </string>
shubang07530b82016-04-13 10:11:03 -07002777 <string name="tv_parental_control_test_check_parental_controls_switch">
2778 Is there an option to turn off parental controls on this device?
2779 </string>
Wonsik Kimf16680b2014-11-20 23:11:16 +09002780 <string name="tv_parental_control_test_block_tv_ma">
Dongwon Kang98a61e22016-08-11 18:02:12 -07002781 Select the \"Launch TV app\" button and block the \"Custom Rating\" for \"CtsVerifier\" rating
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07002782 system in the parental control settings. If the rating system is disabled by default, enable it.
Dongwon Kang98a61e22016-08-11 18:02:12 -07002783 If the \"Custom Rating\" is already blocked, unblock it, save, and then block again.
Wonsik Kimf16680b2014-11-20 23:11:16 +09002784 </string>
2785 <string name="tv_parental_control_test_verify_receive_broadcast2">
2786 TV input service must have received ACTION_BLOCKED_RATINGS_CHANGED broadcast.
2787 </string>
2788 <string name="tv_parental_control_test_block_unblock">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07002789 Select the \"Launch TV app\" button; verify that the channel is blocked.
2790 Try to unblock the screen by entering PIN; verify that it\'s unblocked.
Wonsik Kimf16680b2014-11-20 23:11:16 +09002791 </string>
2792
shubang07530b82016-04-13 10:11:03 -07002793 <string name="tv_parental_control_turn_off_disabled">No</string>
2794 <string name="tv_parental_control_turn_off_enabled">Yes</string>
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07002795 <string name="tv_launch_tv_app">Launch TV app</string>
Dongwon Kang2ad14c92015-05-13 18:46:13 +09002796 <string name="tv_launch_epg">Launch EPG</string>
Jiabin4f532592016-03-30 16:41:33 +09002797 <string name="tv_launch_setup">Launch setup</string>
Wonsik Kimf16680b2014-11-20 23:11:16 +09002798 <string name="tv_channel_not_found">
2799 CtsVerifier channel is not set up. Please set up before proceeding.
2800 </string>
2801
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07002802 <string name="tv_multiple_tracks_test">TV app closed captions and multi-audio test</string>
Wonsik Kimf5707312014-12-03 15:01:33 +09002803 <string name="tv_multiple_tracks_test_info">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07002804 Verify that the bundled TV app calls the multi-track API.
Wonsik Kimf5707312014-12-03 15:01:33 +09002805 </string>
2806 <string name="tv_multiple_tracks_test_select_subtitle">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07002807 Select the \"Launch TV app\" button. Verify that closed captions are off by default. Set closed
2808 caption language to English.
Wonsik Kimf5707312014-12-03 15:01:33 +09002809 </string>
2810 <string name="tv_multiple_tracks_test_verify_set_caption_enabled">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07002811 Captions are enabled.
Wonsik Kimf5707312014-12-03 15:01:33 +09002812 </string>
2813 <string name="tv_multiple_tracks_test_verify_select_subtitle">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07002814 The English closed caption track should be selected.
Wonsik Kimf5707312014-12-03 15:01:33 +09002815 </string>
2816 <string name="tv_multiple_tracks_test_select_audio">
Dongwon Kange1a4ddad2015-06-24 17:31:14 -07002817 Select the \"Launch TV app\" button. Verify that the audio track is English by default.
Wonsik Kimf5707312014-12-03 15:01:33 +09002818 Select Spanish audio track.
2819 </string>
2820 <string name="tv_multiple_tracks_test_verify_select_audio">
2821 The Spanish audio track should be selected.
2822 </string>
2823
Chulwoo Lee19815cb2015-06-19 14:53:37 -07002824 <string name="tv_time_shift_test">TV app time shift test</string>
2825 <string name="tv_time_shift_test_info">
2826 This test verifies that the TV app invokes proper time shift APIs in the framwork.
2827 </string>
2828 <string name="tv_time_shift_test_pause_resume">
2829 Press the \"Launch TV app\" button. Verify that the playback control is available.
2830 Pause the playback and then resume it.
2831 </string>
2832 <string name="tv_time_shift_test_verify_resume_after_pause">
Chulwoo Lee5bea9ee2015-12-16 09:34:00 -08002833 The playback should resume after pause.
Chulwoo Lee19815cb2015-06-19 14:53:37 -07002834 </string>
2835 <string name="tv_time_shift_test_verify_position_tracking">
2836 The playback position tracking should be activated.
2837 </string>
2838 <string name="tv_time_shift_test_speed_rate">
2839 Press the \"Launch TV app\" button. Verify that the playback control is available.
2840 Rewind the playback and in a few seconds fast-forward it.
2841 </string>
2842 <string name="tv_time_shift_test_verify_rewind">
Chulwoo Lee5bea9ee2015-12-16 09:34:00 -08002843 The playback should rewind.
Chulwoo Lee19815cb2015-06-19 14:53:37 -07002844 </string>
2845 <string name="tv_time_shift_test_verify_fast_forward">
Chulwoo Lee5bea9ee2015-12-16 09:34:00 -08002846 The playback should fast-forward.
Chulwoo Lee19815cb2015-06-19 14:53:37 -07002847 </string>
2848 <string name="tv_time_shift_test_seek">
2849 Press the \"Launch TV app\" button. Verify that the playback control is available.
2850 Seek to previous and then seek to next.
2851 </string>
2852 <string name="tv_time_shift_test_verify_seek_to_previous">
2853 The playback position should be moved to the previous position.
2854 </string>
2855 <string name="tv_time_shift_test_verify_seek_to_next">
2856 The playback position should be moved to the next position.
2857 </string>
2858
Daniel Xiea41d4972015-10-19 15:35:16 -07002859 <string name="tv_app_link_test">TV app app-link test</string>
2860 <string name="tv_app_link_test_info">
Chulwoo Lee5bea9ee2015-12-16 09:34:00 -08002861 Verify that the bundled TV app supports linking to channel apps. If a TV input service provides
2862 links for its specific channels, the TV app should show the links in a proper format.
Daniel Xiea41d4972015-10-19 15:35:16 -07002863 </string>
2864 <string name="tv_app_link_test_select_app_link">
2865 Select the \"Launch TV app\" button, then check if you can see a menu with \"Cts App-Link Text\"
2866 text in red background. If you see the link, select it to follow the link.
2867 </string>
2868 <string name="tv_app_link_test_verify_link_clicked">
2869 The app-link must have been clicked and the activity should be changed correctly.
2870 </string>
2871 <string name="tv_input_link_test_verify_link_interface">
2872 Do you see the app-link card similar to the image on the left?\n
Chulwoo Lee5bea9ee2015-12-16 09:34:00 -08002873 1) You should see the poster art image, but the color may be different.\n
Daniel Xiea41d4972015-10-19 15:35:16 -07002874 2) You should see the text \"Cts App-Link Text\".\n
2875 </string>
2876
Dongwon Kangf58fc082014-12-01 15:51:03 +09002877 <string name="overlay_view_text">Overlay View Dummy Text</string>
Dongwon Kang98a61e22016-08-11 18:02:12 -07002878 <string name="custom_rating">Example of input app specific custom rating.</string>
Wonsik Kim18aa5752014-10-30 00:47:57 +09002879
Chris Wren451834f2014-10-28 14:32:45 -04002880 <!-- A list of fully-qualified test classes that should not be run. -->
2881 <string-array name="disabled_tests" />
Jason Monk5ece9982015-01-21 15:17:20 -05002882
2883 <!-- Strings for screen pinning test -->
2884 <string name="screen_pinning_test">Screen Pinning Test</string>
2885 <string name="screen_pin_instructions">Pressing next will prompt you to enter screen pinning, allow this app to enter screen pinning.</string>
2886 <string name="screen_pin_check_pinned">Press Next to verify the app is pinned.</string>
2887 <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>
2888 <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>
2889 <string name="screen_pinning_done">All tests completed successfully.</string>
2890
2891 <string name="error_screen_no_longer_pinned">The screen was no longer pinned.</string>
2892 <string name="error_screen_already_pinned">Cannot start the test with the screen already pinned.</string>
2893 <string name="error_screen_pinning_did_not_start">Screen was not pinned.</string>
2894 <string name="error_screen_pinning_did_not_exit">Screen was not unpinned.</string>
2895 <string name="error_screen_pinning_couldnt_exit">Could not exit screen pinning through API.</string>
Paul McLean365be3a2015-06-04 12:40:18 -07002896
Daniel Xiea41d4972015-10-19 15:35:16 -07002897 <!-- Audio Devices Notifcations Tests -->
2898 <string name="audio_out_devices_notifications_test">Audio Output Devices Notifications Test</string>
2899 <string name="audio_out_devices_notification_instructions">
Paul McLean365be3a2015-06-04 12:40:18 -07002900 Click the "Clear Messages" button then connect and disconnect a wired headset.
2901 Note if the appropriate notification messages appear below.
2902 </string>
Daniel Xiea41d4972015-10-19 15:35:16 -07002903 <string name="audio_in_devices_notifications_test">Audio Input Devices Notifications Test</string>
2904 <string name="audio_in_devices_notification_instructions">
2905 Click the "Clear Messages" button then connect and disconnect a microphone or wired headset.
2906 Note if the appropriate notification messages appear below.
2907 </string>
Paul McLean365be3a2015-06-04 12:40:18 -07002908 <string name="audio_dev_notification_clearmsgs">Clear Messages</string>
2909 <string name="audio_dev_notification_connectMsg">CONNECT DETECTED</string>
2910 <string name="audio_dev_notification_disconnectMsg">DISCONNECT DETECTED</string>
Paul McLeanaf80c872015-06-05 07:48:15 -07002911
Daniel Xiea41d4972015-10-19 15:35:16 -07002912 <string name="audio_input_routingnotifications_test">Audio Input Routing Notifications Test</string>
2913 <string name="audio_input_routingnotification_instructions">
2914 Click on the "Record" button in the AudioRecord Routing Notifications section below to
2915 start recording. Insert a wired headset or microphone. Observe a message acknowledging the
2916 rerouting event below. Remove the wired headset and observe the new routing message.
2917 Click on the "Stop" button to stop recording.\n
2918 </string>
2919 <string name="audio_output_routingnotifications_test">Audio Output Routing Notifications Test</string>
2920 <string name="audio_output_routingnotification_instructions">
2921 Click on the "Play" button in the AudioTrack Routing Notifications section below to
Paul McLeanaf80c872015-06-05 07:48:15 -07002922 start (silent) playback. Insert a wired headset. Observe a message acknowledging the
2923 rerouting event below. Remove the wired headset and observe the new routing message.
2924 Click on the "Stop" button to stop playback.\n
Paul McLeanaf80c872015-06-05 07:48:15 -07002925 </string>
2926 <string name="audio_routingnotification_playBtn">Play</string>
2927 <string name="audio_routingnotification_playStopBtn">Stop</string>
2928 <string name="audio_routingnotification_recBtn">Record</string>
2929 <string name="audio_routingnotification_recStopBtn">Stop</string>
2930 <string name="audio_routingnotification_playHeader">AudioTrack Routing Notifications</string>
2931 <string name="audio_routingnotification_recHeader">AudioRecord Routing Notifications</string>
2932 <string name="audio_routingnotification_trackRoutingMsg">AudioTrack rerouting</string>
2933 <string name="audio_routingnotification_recordRoutingMsg">AudioRecord rerouting</string>
Ricardo Garciae908b092015-07-13 19:10:50 -07002934
Daniel Xiea41d4972015-10-19 15:35:16 -07002935 <!-- Audio general text -->
2936 <string name="audio_general_headset_port_exists">Does this device have a headset port?</string>
2937 <string name="audio_general_headset_no">No</string>
2938 <string name="audio_general_headset_yes">Yes</string>
Ricardo Garciae8a13b12015-10-30 14:14:29 -07002939 <string name="audio_general_deficiency_found">WARNING: Some results show potential deficiencies on the system.
2940 Please consider addressing them for a future release.</string>
2941 <string name="audio_general_test_passed">Test Successful</string>
ragob0d570c2016-05-16 14:48:34 -07002942 <string name="audio_general_test_failed">Test Result: Not Optimal</string>
rago86df6412015-12-02 11:44:26 -08002943 <string name="audio_general_default_false_string">false</string>
2944 <string name="audio_general_default_true_string">true</string>
ragobf40d842016-05-04 18:23:57 -07002945 <string name="audio_general_warning">Warning</string>
2946 <string name="audio_general_ok">Ok</string>
2947 <string name="audio_general_level_not_max">Audio Level is not maximum. Please check your device
2948 is set to max level for audio playback.</string>
Daniel Xiea41d4972015-10-19 15:35:16 -07002949
Ricardo Garciae908b092015-07-13 19:10:50 -07002950 <!-- Audio Loopback Latency Test -->
2951 <string name="audio_loopback_test">Audio Loopback Latency Test</string>
2952 <string name="audio_loopback_info">
Daniel Xiea41d4972015-10-19 15:35:16 -07002953 This test requires the Loopback Plug. Please connect a Loopback Plug into the headset
Ricardo Garciae908b092015-07-13 19:10:50 -07002954 connector, and proceed with the instructions on the screen.
2955 The system will measure the input-output audio latency by injecting a pulse on the output,
2956 and computing the distance between replicas of the pulse.
Daniel Xiea41d4972015-10-19 15:35:16 -07002957 You can vary the Audio Level slider to ensure the pulse will feed back at adequate levels.
Ricardo Garciae908b092015-07-13 19:10:50 -07002958 Repeat until a confidence level >= 0.6 is achieved.
2959 </string>
2960 <string name="audio_loopback_instructions">
2961 Please connect a "Loopback Plug" and press "Loopback Plug Ready".
2962 </string>
2963 <string name="audio_loopback_plug_ready_btn">Loopback Plug Ready</string>
2964 <string name="audio_loopback_instructions2">
2965 Set the audio level to a suitable value, then press Test button.
2966 It might require multiple tries until a confidence >= 0.6 is achieved.
2967 </string>
2968 <string name="audio_loopback_level_text">Audio Level</string>
2969 <string name="audio_loopback_test_btn">Test</string>
2970 <string name="audio_loopback_results_text">Results...</string>
2971
Ricardo Garcia9b2e1682015-07-29 15:36:05 -07002972 <!-- Audio Frequency Line Test -->
2973 <string name="audio_frequency_line_test">Audio Frequency Line Test</string>
2974 <string name="audio_frequency_line_info">
Nicholas Sauer8cf9bdb2015-08-23 13:49:53 -07002975 The system will measure the frequency response of the left and right line outputs,
Ricardo Garciaea8dd5d2015-08-07 19:10:18 -07002976 by feeding them back thru the microphone conection with the loopback jack.
Ricardo Garcia9b2e1682015-07-29 15:36:05 -07002977 This test requires the Loopback Plug. Please connect a Loopback Plug on the headset
2978 connector, and proceed with the instructions on the screen.
Ricardo Garciaea8dd5d2015-08-07 19:10:18 -07002979 </string>
Ricardo Garcia9b2e1682015-07-29 15:36:05 -07002980 <string name="audio_frequency_line_instructions">
2981 Please connect a "Loopback Plug" and press "Loopback Plug Ready".
2982 </string>
2983 <string name="audio_frequency_line_plug_ready_btn">Loopback Plug Ready</string>
2984
2985 <string name="audio_frequency_line_test_btn">Test</string>
2986 <string name="audio_frequency_line_results_text">Results...</string>
Ricardo Garciaa01018e2015-08-13 10:20:18 -05002987
Ricardo Garciaea8dd5d2015-08-07 19:10:18 -07002988 <!-- Audio Frequency Speaker Test -->
2989 <string name="audio_frequency_speaker_test">Audio Frequency Speaker Test</string>
2990 <string name="audio_frequency_speaker_info">
2991 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 -07002992 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 -07002993 </string>
2994 <string name="audio_frequency_speaker_instructions">
Ricardo Garciaa01018e2015-08-13 10:20:18 -05002995 Please connect an USB reference microphone and press "USB Reference microphone ready"
Ricardo Garciaea8dd5d2015-08-07 19:10:18 -07002996 </string>
2997 <string name="audio_frequency_speaker_usb_status">Waiting for USB microphone...</string>
2998 <string name="audio_frequency_speaker_mic_ready_btn">USB Reference microphone ready</string>
Ricardo Garciaa01018e2015-08-13 10:20:18 -05002999 <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 -07003000 in quiet room, and Microphone 20 cms perpendicular to center of screen, then press TEST</string>
3001 <string name="audio_frequency_speaker_mic_not_ready_text">"No USB Audio device detected. Please reconnect."</string>
3002 <string name="audio_frequency_speaker_test_btn">Test</string>
3003 <string name="audio_frequency_speaker_results_text">Results...</string>
Ricardo Garciaa01018e2015-08-13 10:20:18 -05003004
3005 <!-- Audio Frequency Microphone Test -->
3006 <string name="audio_frequency_mic_test">Audio Frequency Microphone Test</string>
3007 <string name="audio_frequency_mic_info">
3008 This test requires an external USB reference microphone and external speakers.
3009 Please use the headphone connector to connect external speakers. Position the device 40 cms
3010 from the speakers and proceed with the instructions on the screen.
3011 The system will measure frequency response of the built in microphone.
3012 </string>
3013 <string name="audio_frequency_mic_instructions">
3014 Please connect external speakers using the headphone connector. Please unplug any USB audio device (if any)
3015 </string>
3016 <string name="audio_frequency_mic_speakers_ready_btn">External speakers ready</string>
3017 <string name="audio_frequency_mic_speakers_ready_status">...</string>
3018 <string name="audio_frequency_mic_instructions2">
3019 Please position the speakers 40 cms from the device under test and press TEST 1
3020 </string>
3021 <string name="audio_frequency_mic_test1_btn">Test 1</string>
3022 <string name="audio_frequency_mic_usb_status">Waiting for USB microphone...</string>
3023 <string name="audio_frequency_mic_connect_mic">Please Connect USB microphone, position it next to
3024 the built in microphone in the device and press USB reference microphone</string>
3025 <string name="audio_frequency_mic_mic_ready_btn">USB Reference microphone ready</string>
3026 <string name="audio_frequency_mic_mic_ready_text">USB Audio device detected\n\nPlease set up Device Under test
3027 in quiet room, and Microphone 20 cms perpendicular to center of screen, then press TEST</string>
3028 <string name="audio_frequency_mic_mic_not_ready_text">"No USB Audio device detected. Please reconnect."</string>
3029 <string name="audio_frequency_mic_test2_btn">Test 2</string>
3030 <string name="audio_frequency_mic_results_text">Results...</string>
Ricardo Garcia9b2e1682015-07-29 15:36:05 -07003031
rago86df6412015-12-02 11:44:26 -08003032 <!-- Audio Frequency Unprocessed Test -->
3033 <string name="audio_frequency_unprocessed_test">Audio Frequency Unprocessed Test</string>
3034 <string name="audio_frequency_unprocessed_info">
3035 This test requires an external broadband noise source (or click/impulse).
3036 Please be prepared to activate the noise source when asked to.
3037 The system will measure frequency response of the built in microphone using the UNPROCESSED
3038 audio source.
3039 </string>
3040 <string name="audio_frequency_unprocessed_defined">Audio Frequency Unprocessed feature is defined. Test is mandatory</string>
3041 <string name="audio_frequency_unprocessed_not_defined">Audio Frequency Unprocessed feature is NOT defined. Test is optional</string>
3042 <string name="audio_frequency_unprocessed_instructions2">
3043 Once you press the [TEST] button, you have 5 seconds to play a broadband sound (click or white noise).
3044 </string>
3045 <string name="audio_frequency_unprocessed_test1_btn">Test 1</string>
3046 <string name="audio_frequency_unprocessed_results_text">Results...</string>
3047
clchen@google.com293c5962016-05-27 13:20:29 -07003048 <!-- Strings for 6DoF test -->
3049 <string name="six_dof_test">6DoF Test</string>
3050 <string name="action_settings">Settings</string>
3051 <string name="start">Start</string>
3052 <string name="motion_tracking_permission">"Motion Tracking permission needed!"</string>
3053 <string name="translations">Translations:</string>
3054 <string name="rotations">Rotations:</string>
3055 <string name="action_place_marker">Place Marker</string>
3056 <string name="markers">Markers:\n</string>
3057 <string name="title_activity_cts">CTSActivity</string>
3058 <string name="stop">Stop!</string>
3059 <string name="stop_message">Mark where you are standing with something like a piece of card and
3060 then press ready to record this waypoint
3061 </string>
3062 <string name="ready">Ready</string>
3063 <string name="initial">First Waypoint</string>
3064 <string name="phase1_initial_message">When you are ready to place your first waypoint, place a
3065 marker at the devices current location. Use something that will allow you to put the device
3066 in the exact same position and orientation on the second lap. Then, while the device is on
3067 the marker, click the turquoise action button to record the first waypoint.\n\nStart walking
3068 in a direction. The button will appear again when you have walked far enough. Place a marker
3069 at the device\'s location and press the button to record a waypoint. You cannot place
3070 waypoints in a straight line, so for your 3rd waypoint turn 90 degrees and walk in a
3071 direction that will make a triangle out of your 3 waypoints.
3072 </string>
3073 <string name="phase2_initial_message">You now need to visit each waypoint, clicking the
3074 turquoise action button at each one. You need to reach each waypoint in 20 seconds. While
3075 you are on your way to the waypoints, the camera preview will rotate. You will need to
3076 rotate the device to match the rotation of the camera preview. A box will be shown to help
3077 you. It shows the device\'s current rotation and will change colour based on whether you are
3078 close enough to the required rotation. Red if you are failing, green if you are passing.
3079 When you have reached the next waypoint, the device can be returned to it\'s original
3080 rotation.
3081 </string>
3082 <string name="last">Go back to the first waypoint</string>
3083 <string name="last_message">Now go back to the first waypoint and press ready to finish the
3084 first lap.
3085 </string>
3086 <string name="got_it">Got it!</string>
3087 <string name="lap2_instructions">Now, go to each waypoint (including your initial
3088 one) and click the turquoise action button. Then move on to the next waypoint and do the
3089 same.\nThe last waypoint should be the first waypoint again.
3090 </string>
3091 <string name="test1_pass2">Pass 2</string>
3092 <string name="results">Results</string>
3093 <string name="overall_instructions">These tests are designed to verify the correctness and
3094 accuracy of a 6DoF enabled device. There will be 3 phases to these tests, each testing a
3095 different part of 6DOF functionality.
3096 </string>
3097 <string name="phase1_description">This first test will test the accuracy of the device. It will
3098 ask you to mark out 4 waypoints and then return to the original waypoint to complete the
3099 lap. After this you will then need to do another lap without any HUD information. At the
3100 end, the pairs of waypoints and the path you travelled will be compared and you will be
3101 given a result.
3102 </string>
3103 <string name="phase2_description">This test will test the robustness of the device. Using the
3104 same 4 waypoints as before, you will need to do a lap, reaching each waypoint in the
3105 allotted time.\nWhile you are on your way to the waypoints, the camera preview will rotate.
3106 You will need to rotate the device to match the rotation of the camera preview. A box will
3107 be shown to help you. It shows the device\'s current rotation and will change colour based
3108 on whether you are close enough to the required rotation. Red if you are failing, green if
3109 you are passing. When you have reached the next waypoint, the device can be returned to
3110 it\'s original rotation.
3111 </string>
3112 <string name="phase3_description">Now we will test the AR capability of the device. Again, you
3113 will need to do a lap of the waypoints, but this time between each waypoint the device will
3114 overlay hoops that you must pass the device through as you go along.
3115 </string>
3116 <string name="distance">Distance from last waypoint:</string>
3117 <string name="obj_return_to_initial_waypoint">Return to initial waypoint</string>
3118 <string name="waypointPlaced">Waypoint placed!</string>
3119 <string name="undo">undo</string>
3120 <string name="distance_remaining">Distance Remaining:\n</string>
3121 <string name="waypoint_differences">Waypoints</string>
3122 <string name="path_differences">Paths</string>
3123 <string name="error_distance">Not far away enough from other waypoints!</string>
3124 <string name="error_area">Not enough area covered.</string>
3125 <string name="passed">Passed!</string>
3126 <string name="failed">Failed!</string>
3127 <string name="test_failed">Test Failed!</string>
3128 <string name="error_start_point">Not close enough to initial waypoint!</string>
3129 <string name="waypoint_distance">Waypoint %1$s: %2$s</string>
3130 <string name="total">Total %1$s</string>
3131 <string name="path">Path %1$s: %2$s</string>
3132 <string name="fail">Fail</string>
3133 <string name="pass">Pass</string>
3134 <string name="info">Info</string>
3135 <string name="coming_soon">Coming soon!</string>
3136 <string name="motion_tracking_invalid_state">Motion Tracking has entered an invalid state
3137 </string>
3138 <string name="action_xml">XML</string>
3139 <string name="error_null_fragment">UI fragment was null, couldn\'t do callback to listener
3140 </string>
3141 <string name="error_retained_fragment_null">DataFragment is null</string>
3142 <string name="time_remaining">%1$s seconds remaining to get to next waypoint</string>
3143 <string name="action_skip_to_2nd">Skip to 2nd Test</string>
3144 <string name="failed_pause_resume">Test Failed because Test Activity was paused</string>
3145 <string name="action_overlapping_outlines">Overlapping Outlines</string>
3146 <string name="action_overlapping_filled">Overlapping Filled</string>
3147 <string name="time">Time</string>
3148 <string name="rotation_result">Rotation</string>
3149 <string name="action_separate_outlines">Separate Outlines</string>
3150 <string name="action_separate_filled">Separate Filled</string>
3151 <string name="action_one">One Rectangle</string>
3152 <string name="rotation_mode">Change rotation mode</string>
3153 <string name="phase3_initial_message">Go through the rings as you visit waypoints.</string>
3154 <string name="rings">Rings</string>
3155 <string name="rings_entered">Rings collected %1$s/%2$s</string>
3156 <string name="error_rings_not_entered">You haven\'t collected all the rings in this path!
3157 </string>
3158 <string name="save">Save</string>
3159
3160 <string-array name="initial_waypoint">
3161 <item>Find a place for your first waypoint</item>
3162 <item>Go to initial waypoint</item>
3163 </string-array>
3164
3165 <string-array name="next_waypoint">
3166 <item>Find a suitable place for waypoint 0</item>
3167 <item>Go to waypoint 0</item>
3168 </string-array>
3169
3170 <string-array name="phase">
3171 <item>Phase 1</item>
3172 <item>Phase 2</item>
3173 <item>Phase 3</item>
3174 </string-array>
3175
3176 <string-array name="phase_descriptions">
3177 <item>@string/phase1_description</item>
3178 <item>@string/phase2_description</item>
3179 <item>@string/phase3_description</item>
3180 </string-array>
3181
Brian Muramatsu70a9e3f2010-06-25 15:27:09 -07003182</resources>