1<?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 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 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--> 16<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 17 <string name="app_name">CTS Verifier</string> 18 19 <string name="title_version">CTS Verifier %1$s</string> 20 21 <string name="pass_button_text">Pass</string> 22 <string name="info_button_text">Info</string> 23 <string name="fail_button_text">Fail</string> 24 <string name="next_button_text">Next</string> 25 <string name="go_button_text">Go</string> 26 27 <!-- Strings for TestListActivity --> 28 <string name="test_category_audio">Audio</string> 29 <string name="test_category_camera">Camera</string> 30 <string name="test_category_car">Car</string> 31 <string name="test_category_device_admin">Device Administration</string> 32 <string name="test_category_hardware">Hardware</string> 33 <string name="test_category_networking">Networking</string> 34 <string name="test_category_sensors">Sensors</string> 35 <string name="test_category_location">Location</string> 36 <string name="test_category_security">Security</string> 37 <string name="test_category_streaming">Streaming</string> 38 <string name="test_category_features">Features</string> 39 <string name="test_category_deskclock">Clock</string> 40 <string name="test_category_jobscheduler">Job Scheduler</string> 41 <string name="test_category_tv">TV</string> 42 <string name="test_category_other">Other</string> 43 <string name="clear">Clear</string> 44 <string name="test_results_cleared">Test results cleared.</string> 45 <string name="view">View</string> 46 <string name="test_results_error">Couldn\'t create test results report.</string> 47 <string name="runtime_permissions_error">Cannot continue. Please grant runtime permissions</string> 48 <string name="export">Export</string> 49 <string name="no_storage">Cannot save report to external storage, see log for details.</string> 50 <string name="report_saved">Report saved to: %s</string> 51 52 <!-- Strings for ReportViewerActivity --> 53 <string name="report_viewer">Report Viewer</string> 54 55 <!-- String shared between BackupTestActivity and BackupAccessibilityTestActivity --> 56 <string name="bu_loading">Loading...</string> 57 <string name="bu_generate_error">Error occurred while generating test data...</string> 58 <string name="bu_settings">Settings</string> 59 60 <!-- Strings for BackupTestActivity --> 61 <string name="backup_test">Data Backup Test</string> 62 <string name="backup_info">This test checks that data backup and automatic restore works 63 properly. The test activity lists some preferences and files that are backed up and 64 restored by the CTS Verifier. If backup and restore is working properly, these values 65 should be restored after running the backup manager, uninstalling the app, and reinstalling 66 the CTS Verifier. 67 \n\nPress the \"Generate Test Data\" to populate these values 68 and then follow the on screen instructions to finish the test. 69 </string> 70 <string name="bu_generate">Generate Test Data</string> 71 <string name="bu_preferences">Preferences</string> 72 <string name="bu_files">Files</string> 73 <string name="bu_instructions">Random values for the preferences and files have been saved. 74 \n\nFollow the instructions below to check that the data backup and restore works: 75 \n\n1. Make sure backup and automatic restore are enabled in settings. Depending on the 76 backup transport supported by the device you may need to do additional steps. For instance 77 you may need to set a Google account as the backup account for the device. If you cannot 78 find the corresponding setting options on your device, run \"adb shell bmgr enable true\" 79 to enable the backup manager. You can check its status by executing \"adb shell bmgr 80 enabled\". 81 \n\n2. Run the backup manager: adb shell bmgr run 82 \n\n3. Uninstall the program: adb uninstall com.android.cts.verifier 83 \n\n4. Reinstall the CTS Verifier and verify that the values are still the same. 84 </string> 85 86 <!-- Strings for BackupAccessibilityTestActivity --> 87 <string name="backup_accessibility_test">Backup Accessibility Settings Test</string> 88 <string name="backup_accessibility_info">This test checks that data backup and automatic restore 89 of Accessibility-related settings works properly. If backup and restore is working properly, 90 these values should be restored after running the backup manager, removing your Google 91 account, changing the accessibility settings values, and re-adding your Google account. 92 \n\nPress \"Generate Test Data\" to generate test values for accessibility settings and then 93 follow the on screen instructions to finish the test. 94 </string> 95 <string name="bua_settings">General Accessibility Settings</string> 96 <string name="bua_settings_color_correction">Color Correction Settings</string> 97 <string name="bua_settings_accessibility_services">Accessibility Service Settings</string> 98 <string name="bua_settings_captions">Captions Settings</string> 99 <string name="bua_settings_tts">TTS Settings</string> 100 <string name="bua_settings_system">Other System Settings</string> 101 <string name="bua_instructions">You will need two devices for this test. 102 \n\nFollow the instructions below to check that the data backup and restore of 103 accessibility-related settings works properly: 104 \n\n1. Make sure backup and automatic restore are enabled in settings. If you cannot find 105 the corresponding setting options on your device, run \"adb shell bmgr enable true\" to 106 enable the backup manager. You can check its status by executing \"adb shell bmgr enabled\". 107 You will also need to set a Google account as the backup account for the device. 108 \n\n2. Press \"Read Current Values\" and note the default values for the listed settings. 109 Values that are either \"0\" or \"null\" will appear in green. Note: Some default values are 110 neither \"0\", nor \"null\", so you still need to pay attention to the default setting 111 values that are not highlighted. 112 \n\n3. Change the values of the listed settings to something other than their default value. 113 \n\n4. Return to the CtsVerifier and press \"Read Current Values\". Make sure that you have 114 changed all of the settings. 115 \n\n5. Run the backup manager: adb shell bmgr run 116 \n\n6. Factory reset data on the second device. While going through the Setup Wizard, 117 restore all data from the account on your first device. When prompted, choose to restore all 118 settings from your first device. 119 \n\n7. Install CtsVerifier on your new device and make sure that the values read on the 120 second device match the values on your first device. 121 </string> 122 <string name="bua_show_instructions">Show Instructions</string> 123 <string name="bua_read_settings">Read Current Values</string> 124 125 <!-- Strings for Device Administration tests --> 126 <string name="da_policy_serialization_test">Policy Serialization Test</string> 127 <string name="da_policy_serialization_info">This test checks that a device policy is properly 128 saved and loaded across reboots.\n\nPress the \"Generate Policy\" button to create 129 a random policy. Then press the \"Apply Policy\" button to apply the policy. Reboot the 130 device and verify that all rows in the policy list are green. Red items indicate policy 131 settings that were not loaded properly. 132 </string> 133 <string name="car_dock_test">Car Dock Test</string> 134 <string name="car_dock_test_desc">This test ensures that car mode opens the app associated with 135 car dock when going into car mode.\n\n 136 Click on "Enable Car Mode" to start the test. Clicking on the button will either bring up a 137 disambiguation dialog asking which app to open or immediately open the CAR_DOCK application. 138 Select the "CTS Verifier" app and then "Always" if the dialog pops up. 139 This will open the CAR_DOCK application.\n\n 140 In the CAR_DOCK application, press the home button, which will enable the pass button if the 141 framework correctly tries to open the CAR_DOCK app again.</string> 142 <string name="car_mode_enable">Enable Car Mode</string> 143 <string name="car_dock_activity_text">Press the Home button</string> 144 <string name="da_no_policy">1. Press the \"Generate Policy\" to create a random device 145 policy\n\n2. Press \"Apply Policy\" to put the policy into effect.\n\n3. Reboot your 146 device and return to this test in the CTS Verifier. 147 </string> 148 <string name="da_generate_policy">Generate Policy</string> 149 <string name="da_apply_policy">Apply Policy</string> 150 <string name="da_random_policy">Random policy generated.</string> 151 <string name="da_policy_reboot">Reboot your device and return to this CTS Verifier test.</string> 152 <string name="da_password_quality">Password Quality</string> 153 <string name="da_password_quality_alphabetic">Alphabetic</string> 154 <string name="da_password_quality_alphanumeric">Alphanumeric</string> 155 <string name="da_password_quality_numeric">Numeric</string> 156 <string name="da_password_quality_something">Something</string> 157 <string name="da_password_minimum_length">Minimum Password Length</string> 158 <string name="da_maximum_failed_passwords_for_wipe">Maximum Failed Passwords for Wipe</string> 159 <string name="da_maximum_time_to_lock">Maximum Time to Lock</string> 160 <string name="da_policy_info">Expected value: %1$s\nActual value: %2$s</string> 161 162 <string name="da_screen_lock_test">Screen Lock Test</string> 163 <string name="da_screen_lock_info">This test checks that the DevicePolicyManager\'s lockNow 164 method immediately locks the screen. It should lock the screen immediately despite any 165 settings that may specify a timeout.\n\nClick the \"Force Lock\" button to lock the screen. 166 Your screen should be locked and require the password to be entered. 167 </string> 168 <string name="da_kg_disabled_features_test">Keyguard Disabled Features Test</string> 169 <string name="rn_kg_disabled_features_test">Redacted Notifications Keyguard Disabled Features Test</string> 170 <string name="da_force_lock">Force Lock</string> 171 <string name="da_lock_success">It appears the screen was locked successfully!</string> 172 <string name="da_lock_error">It does not look like the screen was locked...</string> 173 174 <!-- Strings for lock bound keys test --> 175 <string name="sec_lock_bound_key_test">Lock Bound Keys Test</string> 176 <string name="sec_lock_bound_key_test_info"> 177 This test ensures that Keystore cryptographic keys that are bound to lock screen authentication 178 are unusable without a recent enough authentication. You need to set up a screen lock in order to 179 complete this test. If available, this test should be run by using fingerprint authentication 180 as well as PIN/pattern/password authentication. 181 </string> 182 <string name="sec_fingerprint_bound_key_test">Fingerprint Bound Keys Test</string> 183 <string name="sec_fingerprint_bound_key_test_info"> 184 This test ensures that Keystore cryptographic keys that are bound to fingerprint authentication 185 are unusable without an authentication. You need to set up a fingerprint order to 186 complete this test. 187 </string> 188 <string name="sec_fp_dialog_message">Authenticate now with fingerprint</string> 189 <string name="sec_fp_auth_failed">Authentication failed</string> 190 <string name="sec_start_test">Start Test</string> 191 192 <!-- Strings for BluetoothActivity --> 193 <string name="bluetooth_test">Bluetooth Test</string> 194 <string name="bluetooth_test_info">The Bluetooth Control tests check whether or not the device 195 can disable and enable Bluetooth properly.\n\nThe Device Communication tests require two 196 devices to pair and exchange messages. The two devices must be: 197 \n\n1. a candidate device implementation running the software build to be tested 198 \n\n2. a separate device implementation already known to be compatible</string> 199 200 <string name="bt_control">Bluetooth Control</string> 201 <string name="bt_device_communication">Device Communication</string> 202 <string name="bt_le">Bluetooth Low Energy</string> 203 204 <string name="bt_toggle_bluetooth">Toggle Bluetooth</string> 205 <string name="bt_toggle_instructions">Disable and enable Bluetooth to successfully complete this test.</string> 206 <string name="bt_enable_bluetooth">Enable Bluetooth</string> 207 <string name="bt_disable_bluetooth">Disable Bluetooth</string> 208 <string name="bt_disabling">Disabling Bluetooth...</string> 209 <string name="bt_disabling_error">Could not disable Bluetooth...</string> 210 211 <string name="bt_connection_access_server">Connection Access Server</string> 212 <string name="bt_connection_access_client">Connection Access Client</string> 213 <string name="bt_connection_access_server_info"> 214 Start the CTS Verifier on another device, start the Bluetooth test, and choose 215 \"Connection Access Client\" to setup the test. 216 \n\nFirst, unpair the devices via Bluetooth settings. Then connect the devices together 217 using the \"Make Discoverable\" and \"Pick Server\" buttons. 218 \n\nA connection access request should appear on the server and enable the pass button. 219 </string> 220 <string name="bt_connection_access_client_info"> 221 Start the CTS Verifier on another device, start the Bluetooth test, and choose 222 \"Connection Access Server\" to complete the test. 223 \n\nMake the device acting as the server discoverable and connect to it via the 224 \"Pick Server\" button. Check that the server displays the connection access request 225 dialog. The client device does not need to do anything else. 226 </string> 227 <string name="bt_ca_dialog">Was the connection access request dialog shown?</string> 228 <string name="bt_ca_tips"> 229 Tap the \"Bluetooth Settings\" button and check that both devices are not paired 230 before running the test. 231 \n\nUse the \"Make Discoverable\" and \"Pick Server\" buttons to connect the two Bluetooth 232 devices together and start the test. 233 </string> 234 235 <string name="bt_secure_server">Secure Server</string> 236 <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> 237 <string name="bt_insecure_server">Insecure Server</string> 238 <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> 239 <string name="bt_waiting">Waiting for client...</string> 240 <string name="bt_listening">Listening...</string> 241 <string name="bt_connecting">Connecting...</string> 242 <string name="bt_connected">Connected</string> 243 <string name="bt_received_messages">Received Messages</string> 244 <string name="bt_sent_messages">Sent Messages</string> 245 <string name="bt_no_messages">No messages</string> 246 <string name="bt_make_discoverable">Make Discoverable</string> 247 <string name="bt_pick_server">Pick Server</string> 248 <string name="bt_insecure_pairing_error_title">Pairing dialog shown?</string> 249 <string name="bt_insecure_pairing_error_message">Insecure connections should not show the pairing dialog!</string> 250 251 <string name="bt_secure_client">Secure Client</string> 252 <string name="bt_insecure_client">Insecure Client</string> 253 254 <string name="bt_device_picker">Device Picker</string> 255 <string name="bt_paired_devices">Paired Devices</string> 256 <string name="bt_new_devices">New Devices</string> 257 <string name="bt_no_devices">No devices</string> 258 <string name="bt_scan">Scan for Devices</string> 259 <string name="bt_scanning">Scanning...</string> 260 <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> 261 <string name="bt_settings">Bluetooth Settings</string> 262 263 <!-- BLE client side strings --> 264 <string name="ble_client_service_name">Bluetooth LE GATT Client Handler Service</string> 265 <string name="ble_client_test_name">BLE Client Test</string> 266 <string name="ble_client_connect_name">BLE Client Connect</string> 267 <string name="ble_discover_service_name">BLE Discover Service</string> 268 <string name="ble_read_characteristic_name">BLE Read Characteristic</string> 269 <string name="ble_write_characteristic_name">BLE Write Characteristic</string> 270 <string name="ble_reliable_write_name">BLE Reliable Write</string> 271 <string name="ble_notify_characteristic_name">BLE Notify Characteristic</string> 272 <string name="ble_read_descriptor_name">BLE Read Descriptor</string> 273 <string name="ble_write_descriptor_name">BLE Write Descriptor</string> 274 <string name="ble_read_rssi_name">BLE Read RSSI</string> 275 <string name="ble_client_disconnect_name">BLE Client Disconnect</string> 276 <string name="ble_client_test_info">The BLE test must be done simultaneously on two devices. This device is the client. All tests listed here must be done in order.</string> 277 <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> 278 <string name="ble_discover_service_info">Verify that the service is discovered when you press the "Discover Service" button.</string> 279 <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> 280 <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> 281 <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> 282 <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> 283 <string name="ble_client_disconnect_info">Verify that the device is disconnected when you press the "Disconnect" button</string> 284 <string name="ble_address">Bluetooth address</string> 285 <string name="ble_connect">Connect</string> 286 <string name="ble_discover_service">Discover service</string> 287 <string name="ble_write_hint">Nothing to write yet</string> 288 <string name="ble_read_hint">Nothing read yet</string> 289 <string name="ble_write">Write</string> 290 <string name="ble_read">Read</string> 291 <string name="ble_begin_write">Begin write</string> 292 <string name="ble_execute_write">Execute write</string> 293 <string name="ble_begin_notification">Begin notification</string> 294 <string name="ble_stop_notification">Stop notification</string> 295 <string name="ble_waiting_notification">Waiting on notification</string> 296 <string name="ble_read_rssi">Read RSSI</string> 297 <string name="ble_disconnect">Disconnect</string> 298 <string name="ble_test_text">TEST</string> 299 300 <!-- BLE server side strings --> 301 <string name="ble_server_service_name">Bluetooth LE GATT Server Handler Service</string> 302 <string name="ble_server_start_name">BLE Server Test</string> 303 <string name="ble_server_start_info">The BLE test must be done simultaneously on two devices, a server device and a client device. This device is the server.</string> 304 <string name="ble_server_receiving_connect">Waiting on connection from BLE client.</string> 305 <string name="ble_server_add_service">Adding service to BLE server.</string> 306 <string name="ble_server_write_characteristic">Waiting on write characteristic request</string> 307 <string name="ble_server_read_characteristic">Waiting on read characteristic request</string> 308 <string name="ble_server_write_descriptor">Waiting on write descriptor request</string> 309 <string name="ble_server_read_descriptor">Waiting on read descriptor request</string> 310 <string name="ble_server_reliable_write">Waiting on reliable write from client</string> 311 <string name="ble_server_receiving_disconnect">Waiting on disconnection from BLE client</string> 312 313 <!-- BLE advertiser side strings --> 314 <string name="ble_advertiser_test_name">BLE Advertiser Test</string> 315 <string name="ble_advertiser_test_info">The BLE test must be done simultaneously on two devices, an advertiser and a scanner. This device is the advertiser.</string> 316 <string name="ble_advertiser_service_name">Bluetooth LE Advertiser Handler Service</string> 317 <string name="ble_privacy_mac_name">BLE Privacy Mac</string> 318 <string name="ble_privacy_mac_info">BLE Advertiser should advertise in non-repeating MAC address.</string> 319 <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 BLE advertising.</string> 320 <string name="ble_power_level_name">BLE Tx Power Level</string> 321 <string name="ble_power_level_info">BLE Advertiser advertises in 4 different power levels. Scanner should receive them in different strength of Rssi, cannot receive weak signals beyond several feet.</string> 322 <string name="ble_advertiser_power_level_instruction">Click start to start multi-advertising. Data packets are advertised in 4 different power levels. You may receive message that this device does not support multi advertising. If advertiser does not advertise in 4 power levels, neither you receive the error message, you may not stop the advertising in previous test, or this device does not support 4 advertisers at the same time. Try rebooting the device and run the test to free those advertisers in use.</string> 323 <string name="ble_advertiser_scan_filter_name">BLE Hardware Scan Filter</string> 324 <string name="ble_advertiser_scan_filter_info">BLE 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> 325 <string name="ble_advertiser_scannable">Scannable advertising</string> 326 <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> 327 <string name="ble_advertiser_unscannable">Unscannble advertising</string> 328 <string name="ble_advertiser_unscannable_instruction">Start unscannable advertising, expect scanner stay calm on Monsoon monitor, no log of GattService from scanner logcat.</string> 329 <string name="ble_advertiser_start">Start</string> 330 <string name="ble_advertiser_stop">Stop</string> 331 332 <!-- BLE scanner side strings --> 333 <string name="ble_scanner_test_name">BLE Scanner Test</string> 334 <string name="ble_scanner_service_name">Bluetooth LE Scanner Handler Service</string> 335 <string name="ble_scanner_test_info">The BLE test must be done simultaneously on two devices, an advertiser and a scanner. This device is the scanner.</string> 336 <string name="ble_scanner_privacy_mac">Hold for 15 min to see if receive a different MAC address from advertiser.</string> 337 <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> 338 <string name="ble_ultra_low">Ultra low</string> 339 <string name="ble_low">Low</string> 340 <string name="ble_medium">Medium</string> 341 <string name="ble_high">High</string> 342 <string name="ble_scanner_power_level_instruction">Count: Ultra low < low < medium < high\nRssi: Ultra low < low < medium < high\nDistance to see count freezing: Ultra low < low < medium < 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> 343 <string name="ble_scanner_scan_filter_name">BLE Hardware Scan Filter</string> 344 <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> 345 <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> 346 <string name="ble_scan_with_filter">Scan with filter</string> 347 <string name="ble_scan_without_filter">Scan without filter</string> 348 <string name="ble_scan_start">Start scan</string> 349 <string name="ble_scan_stop">Stop scan</string> 350 351 <!-- Strings for FeatureSummaryActivity --> 352 <string name="feature_summary">Hardware/Software Feature Summary</string> 353 <string name="feature_summary_info">This is a test for...</string> 354 <string name="fs_disallowed">WARNING: device reports a disallowed feature name</string> 355 <string name="fs_missing_wifi_telephony">WARNING: device reports neither WiFi nor telephony</string> 356 <string name="fs_no_data">No data.</string> 357 <string name="fs_legend_good">standard feature reported by device</string> 358 <string name="fs_legend_indeterminate">optional feature not reported by device</string> 359 <string name="fs_legend_warning">non-standard feature reported by device</string> 360 <string name="fs_legend_error">required feature not reported, or forbidden feature reported</string> 361 362 <string name="empty"></string> 363 364 <!-- Strings for HifiUltrasoundTestActivity --> 365 <string name="hifi_ultrasound_test">Hifi Ultrasound Microphone Test</string> 366 <string name="hifi_ultrasound_test_info"> 367 This is a test for near-ultrasound (18500Hz - 20000Hz) microphone response.\n 368 This test requires two devices.\n</string> 369 <string name="hifi_ultrasound_test_play">PLAY</string> 370 <string name="hifi_ultrasound_test_record">RECORD</string> 371 <string name="hifi_ultrasound_test_plot">PLOT</string> 372 <string name="hifi_ultrasound_test_dismiss">DISMISS</string> 373 <string name="hifi_ultrasound_test_ok">OK</string> 374 <string name="hifi_ultrasound_test_instruction1"> 375 Open Hifi Ultrasound Microphone Test on the test device and the reference device.\n 376 Set the media volume of the reference device at 70% and hold it with one hand.\n 377 Hold the testing device with the other hand\n 378 Press the RECORD button on the testing device, then the PLAY button on the reference device within one second.\n 379 After the test, report result on the testing (recording) device.\n</string> 380 <string name="hifi_ultrasound_test_pass">PASS</string> 381 <string name="hifi_ultrasound_test_fail">FAIL</string> 382 <string name="hifi_ultrasound_test_default_false_string">false</string> 383 <string name="hifi_ultrasound_test_mic_no_support"> 384 Device does not support near-ultrasound recording.\n 385 Please report PASS.\n</string> 386 <string name="hifi_ultrasound_test_spkr_no_support"> 387 Device does not support near-ultrasound playback.\n 388 If this is your reference device, please use a different reference device.\n</string> 389 390 <string name="hifi_ultrasound_speaker_test">Hifi Ultrasound Speaker Test</string> 391 <string name="hifi_ultrasound_speaker_test_info"> 392 This is a test for near-ultrasound (18500Hz - 20000Hz) speaker response.\n 393 This test requires two devices.\n</string> 394 <string name="hifi_ultrasound_speaker_test_instruction1"> 395 Open Hifi Ultrasound Speaker Test on the test device and the reference device.\n 396 Set the media volume of the testing device at 70% and hold it with one hand.\n 397 Hold the reference device with the other hand\n 398 Press the RECORD button on the reference device, then the PLAY button on the testing device within one second.\n 399 After the test, report result on the testing (playback) device.\n</string> 400 <string name="hifi_ultrasound_speaker_test_mic_no_support"> 401 Device does not support near-ultrasound recording.\n 402 If this is your reference device, please use a different reference device.\n</string> 403 <string name="hifi_ultrasound_speaker_test_spkr_no_support"> 404 Device does not support near-ultrasound playback.\n 405 Please report PASS.\n</string> 406 <string name="hifi_ultrasound_speaker_test_test_side"> 407 Please wait for the result on the reference device then report here.</string> 408 <string name="hifi_ultrasound_speaker_test_reference_side"> 409 Please report on the testing device.\n</string> 410 411 <!-- Strings for Location tests --> 412 <string name="location_gps_test">GPS Test</string> 413 <string name="location_gps_test_info">This test verifies basic GPS behavior 414 and callback scheduling. 415 Make sure the device has line of sight to GPS satellites 416 (for example, outside, or near a window) 417 and then press OK to run the automated tests.</string> 418 <string name="location_listener_activity">Location listener</string> 419 420 <!-- Strings for Location GNSS tests --> 421 <string name="location_gnss_constellation_type_test">GNSS Measurement Constellation Test</string> 422 <string name="location_gnss_measure_no_location_test">GNSS Measurement WhenNoLocation Test</string> 423 <string name="location_gnss_reg_test">GNSS Measurement Registration Test</string> 424 <string name="location_gnss_value_test">GNSS Measurement Values Test</string> 425 <string name="location_gnss_nav_msg_test">GNSS Navigation Message Test</string> 426 <string name="location_gnss_test_info">This test verifies basic GNSS behavior. 427 Make sure the device has line of sight to GNSS satellites 428 (for example, stationary on a windowsill. If needed, try again, outside, also with the 429 device stationary, and with at least some view of the sky.) and then press Next to run 430 the automated tests.</string> 431 <string name="location_gnss_test_retry_info">If this test fails, please make sure the device 432 has line of sight to GNSS satellites (for example, stationary on a windowsill. If needed, 433 try again, outside, also with the device stationary, with as much view of the sky as 434 possible.) </string> 435 436 <!-- Strings for net.ConnectivityScreenOffTestActivity --> 437 <string name="network_screen_off_test">Network Connectivity Screen Off Test</string> 438 <string name="network_screen_off_test_instructions"> 439 This test verifies that IPv6 network connectivity continues to work 440 when the screen is off.\n\n 441 442 1. Join a Wi-Fi network with IPv6 Internet access.\n 443 2. If the device has battery power, disconnect all power connectors.\n 444 3. Turn the screen off.\n 445 4. Wait until the screen turns on (it will take at least two minutes).\n 446 5. If necessary, unlock the device.\n 447 6. Please mark the test according to the result status indicated.\n 448 </string> 449 <string name="network_screen_off_test_start">Start</string> 450 451 <!-- Strings for NfcTestActivity --> 452 <string name="nfc_test">NFC Test</string> 453 <string name="nfc_test_info">The Peer-to-Peer Data Exchange tests require two devices with 454 NFC enabled to exchange messages. One device must be the candidate device running the 455 software build to be tested, while the other device must be an implementation already 456 known to be compatible.\n\nThe Tag Verification tests check that your 457 device can properly read and write to tags of different technologies. The MIFARE 458 Ultralight test is only applicable for devices that support it. 459 \n\nThe Host-based card emulation tests check that your device has properly implemented 460 host-based card emulation. 461 </string> 462 463 <string name="nfc_not_enabled">NFC is not enabled!</string> 464 <string name="nfc_not_enabled_message">These tests require NFC to be enabled. Click the 465 button below to goto Settings and enable it.</string> 466 <string name="nfc_settings">NFC Settings</string> 467 468 <string name="ndef_push_not_enabled">NDEF Push is not enabled!</string> 469 <string name="ndef_push_not_enabled_message">These tests require Android Beam to be enabled. 470 Click the button below to goto NFC Sharing Settings and enable it.</string> 471 <string name="ndef_push_settings">NFC Sharing Settings</string> 472 473 <string name="nfc_pee_2_pee">Peer-to-Peer Data Exchange</string> 474 <string name="nfc_ndef_push_sender">NDEF Push Sender</string> 475 <string name="nfc_ndef_push_receiver">NDEF Push Receiver</string> 476 <string name="nfc_llcp_version_check">LLCP version check</string> 477 478 <string name="nfc_tag_verification">Tag Verification</string> 479 <string name="nfc_ndef">NDEF</string> 480 <string name="nfc_mifare_ultralight">MIFARE Ultralight</string> 481 482 <string name="nfc_ndef_push_sender_info">Start the \"CTS Verifier NDEF Receiver\" test on 483 another device and touch the devices back to back. The receiver should show a 484 dialog indicating it has successfully received the correct message!</string> 485 <string name="nfc_ndef_push_sender_instructions">Touch this device to the back of another 486 device running the \"CTS Verifier NDEF Receiver\"...</string> 487 488 <string name="nfc_ndef_push_receiver_info">Start the \"CTS Verifier NDEF Sender\" test on 489 another device and touch the devices back to back. The receiver should show a 490 dialog indicating it has successfully received the correct message!</string> 491 <string name="nfc_ndef_push_receiver_instructions">Touch this device to the back of another 492 device running the \"CTS Verifier NDEF Sender\"...</string> 493 <string name="nfc_ndef_push_receive_success">Successfully received the correct NDEF push 494 message.</string> 495 <string name="nfc_ndef_push_receive_failure">Failed to receive the correct NDEF push 496 message.</string> 497 498 <string name="nfc_llcp_version_check_info">This test requires two candidate devices 499 with NFC enabled to exchange P2P messages. Start the \"LLCP version check\" test on 500 the other candidate device also, and touch the devices back to back. This test 501 then verifies that the candidate device correctly advises the LLCP version as 1.2</string> 502 <string name="nfc_llcp_version_check_failure">The candidate devices does not report LLCP 503 version 1.2 or higher.</string> 504 <string name="nfc_llcp_version_check_success">The candidate device has a valid LLCP version.</string> 505 <string name="nfc_tag_verifier">NFC Tag Verifier</string> 506 <string name="nfc_tag_verifier_info">Follow the on-screen instructions to write and read 507 a tag of the chosen technology.</string> 508 509 <string name="nfc_scan_tag">Place device on a writable %s tag...</string> 510 <string name="nfc_write_tag_title">Writable tag discovered!</string> 511 <string name="nfc_write_tag_message">Press OK to write to this tag...</string> 512 <string name="nfc_scan_tag_again">Tap the same %s tag again to confirm that its contents match...</string> 513 <string name="nfc_wrong_tag_title">Wrong type of tag scanned</string> 514 <string name="nfc_no_tech">No tag technologies detected...</string> 515 516 <string name="nfc_writing_tag">Writing NFC tag...</string> 517 <string name="nfc_writing_tag_error">Error writing NFC tag...</string> 518 <string name="nfc_reading_tag">Reading NFC tag...</string> 519 <string name="nfc_reading_tag_error">Error reading NFC tag...</string> 520 521 <string name="nfc_result_success">Test passed!</string> 522 <string name="nfc_result_failure">Test failed!</string> 523 524 <string name="nfc_result_message">Written data:\n%1$s\n\nRead data:\n%2$s</string> 525 <string name="nfc_ndef_content">Id: %1$s\nMime: %2$s\nPayload: %3$s</string> 526 527 <string name="nfc_hce">Host-based card emulation</string> 528 <string name="nfc_hce_f">Host-based Felica card emulation</string> 529 <string name="nfc_hce_reader_tests">HCE reader tests</string> 530 <string name="nfc_hce_f_reader_tests">HCE Felica reader tests</string> 531 <string name="nfc_hce_emulator_tests">HCE emulator tests</string> 532 <string name="nfc_hce_f_emulator_tests">HCE Felica emulator tests</string> 533 <string name="nfc_hce_f_emulator">HCE Felica emulator</string> 534 <string name="nfc_hce_f_reader">HCE Felica reader</string> 535 <string name="nfc_hce_emulator_test_info">The host-based card emulation 536 tests require two devices to be completed. The HCE emulator tests are used 537 to actually test the host-based card emulation feature of the device-under-test. So the 538 device running the emulator tests must be the candidate device running the software 539 to be tested. \n\nFor each emulator test, there is a corresponding "reader test" 540 in the "HCE reader tests" section. The "reader test" acts as a NFC terminal/POS 541 and makes sure the device-under-test implements card emulation correctly.</string> 542 <string name="nfc_hce_reader_test_info">The host-based card emulation 543 tests require two devices to be completed. The HCE emulator tests are used 544 to actually test the host-based card emulation feature of the device-under-test. So the 545 device running the emulator tests must be the candidate device running the software 546 to be tested. \n\nFor each emulator test, there is a corresponding "reader test" 547 in the "HCE reader tests" section. The "reader test" acts as a NFC terminal/POS 548 and makes sure the device-under-test implements card emulation correctly. 549 </string> 550 <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> 551 <string name="nfc_hce_please_wait">Please wait</string> 552 <string name="nfc_hce_setting_up">Setting up card emulation services...</string> 553 554 <string name="nfc_hce_default_route_emulator">Default route (Emulator)</string> 555 <string name="nfc_hce_default_route_reader">Default route (Reader)</string> 556 <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> 557 558 <string name="nfc_hce_protocol_params_emulator">Protocol parameters (Emulator)</string> 559 <string name="nfc_hce_protocol_params_reader">Protocol parameters (Reader)</string> 560 <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> 561 562 <string name="nfc_hce_single_payment_emulator">Single payment (Emulator)</string> 563 <string name="nfc_hce_single_payment_reader">Single payment (Reader)</string> 564 565 <string name="nfc_hce_dual_payment_emulator">Two payment services (Emulator)</string> 566 <string name="nfc_hce_dual_payment_reader">Two payment services (Reader)</string> 567 568 <string name="nfc_hce_change_default_emulator">Change default payment service (Emulator)</string> 569 <string name="nfc_hce_change_default_reader">Change default payment service (Reader)</string> 570 571 <string name="nfc_hce_tap_reader_title">Tap reader</string> 572 <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> 573 574 <string name="nfc_hce_single_non_payment_emulator">Single non-payment (Emulator)</string> 575 <string name="nfc_hce_single_non_payment_reader">Single non-payment (Reader)</string> 576 577 <string name="nfc_hce_dual_non_payment_emulator">Two non-payment services (Emulator)</string> 578 <string name="nfc_hce_dual_non_payment_reader">Two non-payment services (Reader)</string> 579 580 <string name="nfc_hce_conflicting_non_payment_emulator">Two conflicting non-payment services (Emulator)</string> 581 <string name="nfc_hce_conflicting_non_payment_reader">Two conflicting non-payment services (Reader)</string> 582 583 <string name="nfc_hce_foreground_non_payment_emulator">Foreground override non-payment services (Emulator)</string> 584 <string name="nfc_hce_foreground_non_payment_reader">Foreground override non-payment services (Reader)</string> 585 <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> 586 587 <string name="nfc_hce_foreground_payment_emulator">Foreground override payment services (Emulator)</string> 588 <string name="nfc_hce_foreground_payment_reader">Foreground override payment services (Reader)</string> 589 <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> 590 <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> 591 <string name="nfc_hce_offhost_service_emulator">Off-host service (Emulator)</string> 592 <string name="nfc_hce_offhost_service_reader">Off-host service (Reader)</string> 593 <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> 594 595 <string name="nfc_hce_on_and_offhost_service_emulator">On and off-host services (Emulator)</string> 596 <string name="nfc_hce_on_and_offhost_service_reader">On and off-host services (Reader)</string> 597 <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> 598 599 <string name="nfc_hce_tap_test_emulator">50 successful taps test (Emulator)</string> 600 <string name="nfc_hce_tap_test_reader">50 successful taps test (Reader)</string> 601 <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> 602 <string name="nfc_hce_throughput_emulator">HCE throughput test (Emulator)</string> 603 <string name="nfc_hce_throughput_reader">HCE throughput test (Reader)</string> 604 <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> 605 <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> 606 <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> 607 <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> 608 609 <string name="nfc_hce_payment_dynamic_aids_emulator">Dynamic payment AIDs (Emulator)</string> 610 <string name="nfc_hce_payment_dynamic_aids_reader">Dynamic payment AIDs (Reader)</string> 611 <string name="nfc_hce_payment_dynamic_aids_help">This test tries to register dynamic AIDs for a payment service.</string> 612 613 <string name="nfc_hce_large_num_aids_emulator">Large number of AIDs (Emulator)</string> 614 <string name="nfc_hce_large_num_aids_reader">Large number of AIDs (Reader)</string> 615 <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> 616 617 <string name="nfc_hce_payment_prefix_aids_emulator">Payment prefix AIDs (Emulator)</string> 618 <string name="nfc_hce_payment_prefix_aids_reader">Payment prefix AIDs (Reader)</string> 619 <string name="nfc_hce_payment_prefix_aids_help">This test statically registers prefix AIDs for a payment service.</string> 620 621 <string name="nfc_hce_payment_prefix_aids_emulator_2">Payment prefix AIDs 2 (Emulator)</string> 622 <string name="nfc_hce_payment_prefix_aids_reader_2">Payment prefix AIDs 2 (Reader)</string> 623 624 <string name="nfc_hce_other_prefix_aids_emulator">Other prefix AIDs (Emulator)</string> 625 <string name="nfc_hce_other_prefix_aids_reader">Other prefix AIDs (Reader)</string> 626 <string name="nfc_hce_other_prefix_aids_help">This test dynamically registers prefix AIDs for a non-payment service.</string> 627 628 <string name="nfc_hce_other_conflicting_prefix_aids_emulator">Conflicting non-payment prefix AIDs (Emulator)</string> 629 <string name="nfc_hce_other_conflicting_prefix_aids_reader">Conflicting non-payment prefix AIDs (Reader)</string> 630 <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> 631 632 <string name="nfc_payment_service_desc">NFC Payment service</string> 633 <string name="ppse">PPSE</string> 634 <string name="mastercard">MasterCard</string> 635 <string name="visa">Visa</string> 636 <string name="paymentService1">Payment Service #1</string> 637 <string name="paymentService2">Payment Service #2</string> 638 <string name="transportService1">TransportService #1</string> 639 <string name="transportService2">TransportService #2</string> 640 <string name="accessService">AccessService</string> 641 <string name="offhostService">OffhostService</string> 642 <string name="felicaservice">Felica Service</string> 643 644 <!-- Strings for Sensor Test Activities --> 645 <string name="snsr_device_admin_receiver">Sensor Tests Device Admin Receiver</string> 646 <string name="snsr_test_summary">Tests passed: %1$d, Tests skipped: %2$d, Tests failed: %3$d</string> 647 <string name="snsr_test_complete">Test completed without errors.</string> 648 <string name="snsr_test_complete_with_errors">Test completed with errors: those errors 649 might degrade the user experience and might cause some applications to misbehave. They are 650 not required for Android Compatibility at this time, but will in a future release.</string> 651 <string name="snsr_test_pass">PASS</string> 652 <string name="snsr_test_skipped">SKIPPED</string> 653 <string name="snsr_test_fail">FAIL</string> 654 <string name="snsr_execution_time">Test execution time %1$s sec</string> 655 <string name="snsr_rvcvxchk_test">Rotation Vector CV Crosscheck</string> 656 <string name="snsr_rvcvxchk_test_rec">Rotation Vector CV Recording</string> 657 658 <!-- Strings to interact with users in Sensor Tests --> 659 <string name="snsr_test_play_sound">A sound will be played once the verification is complete...</string> 660 <string name="snsr_no_interaction">Leave the device on top of a flat surface.</string> 661 <string name="snsr_interaction_needed">Once the test begins, you will have to wave your hand over the front of the device.</string> 662 <string name="snsr_device_steady">Keep the device steady.</string> 663 <string name="snsr_keep_device_rotating_clockwise">Once the test begins, you will have to keep rotating the device clockwise.</string> 664 <string name="snsr_wait_for_user">Press \'Next\' to continue.</string> 665 <string name="snsr_wait_to_begin">Press \'Next\' to begin.</string> 666 <string name="snsr_on_complete_return">After completing the task, go back to this test.</string> 667 <string name="snsr_movement_expected">Movement was expected during the test. Found=%1$b.</string> 668 <string name="snsr_sensor_feature_deactivation">Turn off any special features installed in the 669 device that register for sensors. Once you are done, you can begin the test.</string> 670 <string name="snsr_setting_mode_request">You will be redirected to set \'%1$s\' to: %2$s.</string> 671 <string name="snsr_setting_mode_set">\'%1$s\' set to: %2$s.</string> 672 <string name="snsr_setting_mode_not_set">\'%1$s\' not set to: %2$s.</string> 673 <string name="snsr_setting_airplane_mode">Airplane mode</string> 674 <string name="snsr_setting_screen_brightness_mode">Adaptive Brightness</string> 675 <string name="snsr_setting_auto_rotate_screen_mode">Auto-rotate screen</string> 676 <string name="snsr_setting_keep_screen_on">Stay awake</string> 677 <string name="snsr_setting_location_mode">Location</string> 678 <string name="snsr_setting_ambient_display">Ambient Display</string> 679 <string name="snsr_pass_on_error">Pass Anyway</string> 680 <string name="snsr_run_automated_tests">The screen will be turned off to execute the tests, 681 when tests complete, the device will vibrate and the screen will be turned back on.</string> 682 683 <!-- Accelerometer --> 684 <string name="snsr_accel_test">Accelerometer Test</string> 685 <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> 686 <string name="snsr_accel_m_test">Accelerometer Measurement Tests</string> 687 <string name="snsr_accel_test_face_up">Place the device on a flat surface with the screen 688 facing the ceiling.</string> 689 <string name="snsr_accel_test_face_down">Place the device on a flat surface with the screen 690 facing it.</string> 691 <string name="snsr_accel_test_right_side">Place the device in a flat surface resting vertically 692 on its right side.</string> 693 <string name="snsr_accel_test_left_side">Place the device in a flat surface resting vertically 694 on its left side.</string> 695 <string name="snsr_accel_test_top_side">Place the device in a flat surface resting vertically 696 on its top side.</string> 697 <string name="snsr_accel_test_bottom_side">Place the device in a flat surface resting vertically 698 on its bottom side.</string> 699 700 <!-- Gyroscope --> 701 <string name="snsr_gyro_test">Gyroscope Test</string> 702 <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> 703 <string name="snsr_gyro_test_progress">Test %1$d of %2$d</string> 704 <string name="snsr_gyro_test_no_gyro_title">No gyroscope?</string> 705 <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> 706 <string name="snsr_gyro_test_degrees_title">Wrong units?</string> 707 <string name="snsr_gyro_test_degrees_message">These values looks like degrees per second. These should be radians per second!</string> 708 <string name="snsr_gyro_m_test">Gyroscope Measurement Test</string> 709 <string name="snsr_gyro_device_placement">Place the device in a flat surface with the screen 710 facing the ceiling. Read the instructions for each scenario, before you perform the 711 test.</string> 712 <string name="snsr_gyro_device_static">Leave the device static.</string> 713 <string name="snsr_gyro_rotate_device">Once you begin the test, you will need to rotate the 714 device 360deg (one time) in the direction show by the animation, then place it back on the 715 flat surface.</string> 716 717 <!-- Heart Rate --> 718 <string name="snsr_heartrate_test">Heart Rate Test</string> 719 <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> 720 <string name="snsr_heartrate_test_no_heartrate_title">No heart rate monitor?</string> 721 <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> 722 723 <!-- Magnetic Field --> 724 <string name="snsr_mag_m_test">Magnetic Field Measurement Tests</string> 725 <string name="snsr_mag_verify_norm">Verifying the Norm...</string> 726 <string name="snsr_mag_verify_std_dev">Verifying the Standard Deviation...</string> 727 <string name="snsr_mag_verify_calibrated_uncalibrated">Verifying the relationship between 728 calibrated and uncalibrated measurements...</string> 729 <string name="snsr_mag_calibration_description">Please calibrate the Magnetometer by moving 730 it in 8 shapes in different orientations.</string> 731 <string name="snsr_mag_calibration_complete">When done, leave the device in a flat surface, far 732 from all metallic objects (if the test does not pass, try re-running it outdoors).</string> 733 <string name="snsr_mag_measurement">-> (%1$.2f, %2$.2f, %3$.2f) : %4$.2f uT</string> 734 735 <!-- Sensor Value Accuracy --> 736 <string name="snsr_rot_vec_test">Rotation Vector Accuracy Test</string> 737 <string name="snsr_event_length">Sensor(%3$s). Event values expected to have size=%1$d. Found=%2$d.</string> 738 <string name="snsr_event_value">Sensor(%3$s). Event value[0] expected to be of value=%1$f. Found=%2$f.</string> 739 <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> 740 741 <!-- Sensor Batching --> 742 <string name="snsr_batch_test">Sensor Batching Tests</string> 743 <string name="snsr_batching_walking_needed">Once the test begins, you will have to take the 744 device in your hand and walk.</string> 745 746 <!-- Sensor Synchronization --> 747 <string name="snsr_synch_test">Sensor Synchronization Test</string> 748 749 <!-- Step Counter and Detector --> 750 <string name="snsr_step_counter_test">Step Counter and Detector Tests</string> 751 <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> 752 <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> 753 <string name="snsr_step_counter_expected_steps">At least %1$d steps are expected to be reported. Reported=%2$d.</string> 754 <string name="snsr_step_counter_detected_reported">Steps reported by user=%1$d. Steps counted=%2$d. Delta=%3$d. Tolerance=%4$d.</string> 755 <string name="snsr_step_detector_detected_reported">Steps reported by user=%1$d. Steps detected=%2$d. Delta=%3$d. Tolerance=%4$d.</string> 756 <string name="snsr_step_counter_event_changed">Step counter expected to increase monotonically, with a delta > 0. Found=%1$d. Timestamp=%2$d.</string> 757 <string name="snsr_step_reported">%1$d | User reported step.</string> 758 <string name="snsr_step_counter_event">%1$d | Step Counter event. count=%2$d.</string> 759 <string name="snsr_step_detector_event">%1$d | Step Detector event.</string> 760 761 <!-- Device suspend tests --> 762 <string name="snsr_device_suspend_test">Device Suspend Tests</string> 763 <string name="snsr_device_did_not_go_into_suspend">Device did not go into suspend mode during test execution </string> 764 <string name="snsr_batch_did_not_arrive_at_expected_time">Batch did not arrive at the expected time estimatedBatchArrivalMs=%1$d 765 firstEventReceivedMs=%2$d diffMs=%3$d toleranceMs=%4$d </string> 766 <string name="snsr_device_suspend_test_instr">One you begin the test, disconnect USB, turn off the display and allow 767 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> 768 769 <!-- Significant Motion --> 770 <string name="snsr_significant_motion_test">Significant Motion Tests</string> 771 <string name="snsr_significant_motion_event_arrival">Event expected to trigger. Triggered=%1$s.</string> 772 <string name="snsr_significant_motion_event_type">Event expected to be of type=%1$d. Found=%2$d.</string> 773 <string name="snsr_significant_motion_event_unexpected">Event not expected to trigger. Triggered=%1$s.</string> 774 <string name="snsr_significant_motion_disable_info">Significant Motion is expected to disable itself after it triggers once.</string> 775 <string name="snsr_significant_motion_test_trigger">Once you begin the test, you will need to walk for Significant Motion to be detected.</string> 776 <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> 777 <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> 778 <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> 779 <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> 780 <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> 781 <string name="snsr_significant_motion_registration">Expected to be able to register for TriggerSensor. Found=%1$b.</string> 782 <string name="snsr_significant_motion_cancelation">Expected to be able to cancel TriggerSensor. Found=%b.</string> 783 <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. 784 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> 785 <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> 786 787 <!-- Strings for Sensor CTS tests inside CtsVerifier --> 788 <string name="snsr_single_sensor_tests">CTS Single Sensor Tests</string> 789 <string name="snsr_sensor_integration_tests">CTS Sensor Integration Tests</string> 790 <string name="snsr_sensor_test">CTS Sensor Test</string> 791 <string name="snsr_sensor_batching_tests">CTS Sensor Batching Tests</string> 792 793 <!-- String for DynamicSensorDiscoveryTest --> 794 <string name="snsr_dynamic_sensor_discovery_test">Dynamic Sensor Discovery Test</string> 795 796 <!-- Strings for Sample Test Activities --> 797 <string name="share_button_text">Share</string> 798 <string name="sample_framework_test">Sample Framework Test</string> 799 <string name="sample_test">Sample Test</string> 800 <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> 801 802 <!-- Strings for SuidFilesActivity --> 803 <string name="suid_files">SUID File Scanner</string> 804 <string name="suid_files_info">This test will attempt to find unauthorized SUID binaries, but it is not comprehensive due to permission restrictions.\n\nAuthorized SUID binaries will appear green, while unauthorized SUID binaries will appear red.\n\nPress OK to start the scan...</string> 805 <string name="scanning_directory">Scanning directory...</string> 806 <string name="file_status">User: %1$s\nGroup: %2$s\nPermissions: %3$s\nPath: %4$s</string> 807 <string name="no_file_status">Could not stat file...</string> 808 <string name="congratulations">Congratulations!</string> 809 <string name="no_suid_files">No unauthorized suid files detected!</string> 810 811 <!-- Strings for Camera Orientation --> 812 <string name="camera_orientation">Camera Orientation</string> 813 <string name="co_info">This test verifies the orientation capabilities of 814 camera preview and capture.\n - The left view shows a preview window rotated 815 clockwise by a given magnitude of degrees.\n - The right view, after taking 816 a photo, shows the captured image.\n - For each camera and orientation, both 817 the left and right views should appear rotated clockwise by the amount of 818 degrees specified. Choose \"Pass\" if this is the case. Otherwise, choose 819 \"Fail\".\n - For front-facing cameras, the test will horizontally mirror 820 the captured image prior to rotation, in attempt to make the left and right 821 views appear the same.\n - The physical orientation of the device does not 822 matter.\n - Read the message above the \"Take Photo\" button for 823 step-by-step instructions. 824 </string> 825 <string name="co_preview_label">Camera preview</string> 826 <string name="co_format_label">Oriented photo</string> 827 <string name="co_camera_label">Camera:</string> 828 <string name="co_orientation_label">Orientation</string> 829 <string name="co_orientation_direction_label">clockwise</string> 830 <string name="co_instruction_heading_label">Instruction:</string> 831 <string name="co_instruction_text_photo_label">Take a photo</string> 832 <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> 833 <string name="co_instruction_text_extra_label">(mirrored horizontally prior to rotation, since camera is front-facing)</string> 834 <string name="co_photo_button_caption">Take Photo</string> 835 836 <!-- Strings for Camera Intents --> 837 <string name="camera_intents">Camera Intents</string> 838 <string name="ci_info"> 839 This test verifies that the default camera app is firing intents 840 after pictures/videos are taken. It also verifies that when the 841 default camera app is invoked via intents, the launch intents work, 842 and the broadcast intents are received when appropriate per the SDK 843 documentation.\n\n 844 - Read the message above the \"Start Test\" button for 845 step-by-step instructions. 846 </string> 847 <string name="ci_preview_label">Camera preview</string> 848 <string name="ci_format_label">Oriented photo</string> 849 <string name="ci_camera_label">Camera:</string> 850 <string name="ci_intents_label">Intents Test</string> 851 <string name="ci_intents_direction_label">clockwise</string> 852 <string name="ci_instruction_heading_label">Instructions:</string> 853 <string name="ci_instruction_text_photo_label">READ BEFORE STARTING TEST</string> 854 <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> 855 <string name="ci_instruction_text_app_picture_label">\n 856 1. Click Start Test. \n 857 2. Go to home screen (HOME key). \n 858 3. Launch Camera application. \n 859 4. Capture photo within 1 minute. \n 860 5. Return to CTS verifier app. \n 861 6. Pass button will light up if URI trigger was fired.\n 862 7. Click "Pass" if possible. 863 </string> 864 <string name="ci_instruction_text_app_video_label">\n 865 1. Click Start Test. \n 866 2. Go to home screen (HOME key). \n 867 3. Launch Camera application. \n 868 4. Capture video within 1 minute. \n 869 5. Return to CTS verifier app. \n 870 6. Pass button will light up if URI trigger was fired.\n 871 7. Click "Pass" if possible. 872 </string> 873 <string name="ci_instruction_text_intent_picture_label">\n 874 1. Click Start Test.\n 875 2. Camera app will launch, prompting to take photo.\n 876 3. Capture/confirm photo using camera app controls within 1 minute.\n 877 4. Pass button will light up if URI trigger was NOT received.\n 878 5. Click "Pass" if possible. 879 </string> 880 <string name="ci_instruction_text_intent_video_label">\n 881 1. Click Start Test.\n 882 2. Camera app will launch, prompting to take video.\n 883 3. Capture/confirm video using camera app controls within 1 minute.\n 884 4. Pass button will light up if URI trigger was received.\n 885 5. Click "Pass" if possible. 886 </string> 887 <string name="ci_start_test_button_caption">Start Test</string> 888 889 <!-- Strings for Camera Formats --> 890 <string name="camera_format">Camera Formats</string> 891 <string name="cf_info">This test checks that all the supported 892 output formats for camera preview callbacks work correctly, and 893 that the mandatory formats are available. \n - The left view shows 894 a standard preview window. \n - The right view shows the output 895 processed from camera preview callbacks. \n - For each camera, 896 resolution, and format combination in the dropdowns, the right 897 view should look the same as the left, and neither should have 898 streaks, lines, or other artifacts. \n - For front-facing cameras, 899 the right view must be horizontally mirrored relative to the left 900 view.\n - Note that the frame rate of the right view may be much 901 lower than on the left; this is not an indication of a failed 902 test. 903 </string> 904 <string name="cf_preview_label">Normal preview</string> 905 <string name="cf_format_label">Processed callback data</string> 906 907 <!-- Strings for Camera Video --> 908 <string name="record_button_text">Test</string> 909 <string name="camera_video">Camera Video</string> 910 <string name="video_info"> This test checks video capture 911 at different resolutions. \n - The left view window shows the preview. 912 \n - Pressing the test button will trigger three 913 seconds of video recording. Playback will show up in the right view 914 window after recording is complete. \n - Use the spinners to choose 915 camera and resolution combinations. The playback should be similar 916 to what you saw in preview. \n - After all possible combinations 917 are tested, the pass button will be enabled. You may press the pass 918 button to indicate a pass. \n - You may press fail button any time during 919 the test to indicate failure. 920 </string> 921 <string name="video_capture_label">Video capture</string> 922 <string name="video_playback_label">Video playback</string> 923 <string name="dialog_fail_test">Test failed</string> 924 <string name="fail_quit">Fail and quit</string> 925 <string name="cancel">Cancel</string> 926 <string name="status_ready">Ready</string> 927 <string name="status_recording">Recording</string> 928 <string name="status_playback">Playing back</string> 929 930 <!-- Strings for USB accessory test activity --> 931 <string name="usb_accessory_test">USB Accessory Test</string> 932 <string name="sensor_power_test">Sensor Power Test</string> 933 <string name="usb_accessory_test_info"> 934 1. Connect your Android device to a computer and ensure that the connection is set 935 to charging only from the Android device. 936 \n\n2.Run the \'cts-usb-accessory\' program included with the CTS Verifier bundle. 937 \n\n3. If you have not started the CTS Verifier, press \'OK\' when asked to open the CTS 938 Verifier when the accessory is connected. \n\nIf you are already in this test, 939 then you can press \'Cancel\' but press \'OK\' in the next dialog asking whether to allow 940 CTS Verifier to access the accessory. 941 \n\n4. You should see the accessory and the CTS Verifier display a series of messages 942 which indicates that the accessory support is working properly, and then you will 943 be presented with more instructions. 944 </string> 945 <string name="usb_not_available_title">USB accessory feature is not available?</string> 946 <string name="usb_not_available_message">If your device is supposed to support USB accessories, your API implementation is not behaving correctly!</string> 947 <string name="usb_received_messages">Received Messages</string> 948 <string name="usb_reconnect_title">Disconnect and Reconnect</string> 949 <string name="usb_disconnect_message">Please disconnect the Android device and the computer.</string> 950 <string name="usb_connect_message">Please connect the Android device and the computer. Do not interact with the device until prompted.</string> 951 <string name="usb_reconnect_timeout">Test failed because reconnect timed out. You can interact with the device again.</string> 952 <string name="usb_reconnect_abort">Abort Test</string> 953 <string name="usb_wait_for_done">Could not find USB accessory. Try waiting longer.</string> 954 <string name="usb_sent_messages">Sent Messages</string> 955 <string name="usb_no_messages">No messages</string> 956 <string name="usb_message_thread_started">Starting message processing...</string> 957 <string name="usb_message_thread_exception">Exception occurred while processing a message...</string> 958 <string name="usb_message_thread_ended">Stopping message processing...</string> 959 <string name="usb_test_passed">Test passed, pass button enabled! You can interact with the device again.</string> 960 <string name="usb_file_descriptor_error">Could not open file descriptor for USB accessory... try reconnecting and restarting the accessory?</string> 961 962 <!-- Strings for MTP host test activity --> 963 <string name="mtp_host_test">MTP Host Test</string> 964 <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> 965 <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> 966 <string name="mtp_host_grant_permission_message">Grant permission.\nReply a dialog asking device permission.</string> 967 <string name="mtp_host_test_read_event_message">Test MtpDevice#readEvent.\nTake a picture at the connected device.</string> 968 <string name="mtp_host_test_send_object_message">Test MtpDevice#sendObject.</string> 969 <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> 970 971 <!-- Strings for the Camera ITS test activity --> 972 <string name="camera_its_test">Camera ITS Test</string> 973 <string name="camera_its_test_info"> 974 1. Connect your Android device to a computer with adb installed via a USB cable. 975 \n\n2. Setup the CameraITS test environment by following the setup instructions in the 976 README file found in the CameraITS directory included in the CTS Verifier bundle 977 (cd CameraITS; source build/envsetup.sh;). 978 \n\n3. Setup the test scene described in the CameraITS README file, and aim the camera 979 at it. 980 \n\n4. Run the full ITS test suite on all possible camera Ids. 981 (cd CameraITS; python tools/run_all_tests.py). Once all 982 of the tests have been run, the \'PASS\' button will be enabled if all of the tests have 983 succeeded. Please note that these tests can take more than 2 hours to run on some devices. 984 </string> 985 <string name="no_camera_manager"> 986 No camera manager exists! This test device is in a bad state. 987 </string> 988 <string name="all_legacy_devices"> 989 All cameras on this device are LEGACY mode only - ITS tests are only required on LIMITED 990 or better devices. Pass. 991 </string> 992 <string name="its_test_passed">All Camera ITS tests passed. Pass button enabled!</string> 993 <string name="its_test_failed">Some Camera ITS tests failed.</string> 994 995 <!-- Strings for the Camera Flashlight test activity --> 996 <string name="camera_flashlight_test">Camera Flashlight</string> 997 <string name="camera_flashlight_info"> 998 This test checks the flashlight functionality. It will turn on and off the flashlight of 999 each camera device that has a flash unit. Follow the instructions on screen and observe the 1000 flashlight status changing. 1001 </string> 1002 <string name="camera_flashlight_start_button">Start</string> 1003 <string name="camera_flashlight_next_button">Next</string> 1004 <string name="camera_flashlight_done_button">Done</string> 1005 <string name="camera_flashlight_on_button">On</string> 1006 <string name="camera_flashlight_off_button">Off</string> 1007 <string name="camera_flashlight_start_text">Press Start to start flashlight test.</string> 1008 <string name="camera_flashlight_question_text">Is Camera %1$s flashlight on or off?</string> 1009 <string name="camera_flashlight_next_text">Ok. Press next.</string> 1010 <string name="camera_flashlight_failed_text">Test failed. Press Done or Fail button.</string> 1011 <string name="camera_flashlight_passed_text">All tests passed. Press Done or Pass button. 1012 </string> 1013 1014 <!-- Strings for StreamingVideoActivity --> 1015 <string name="streaming_video">Streaming Video Quality Verifier</string> 1016 <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> 1017 <string name="sv_no_data">No videos.</string> 1018 <string name="sv_failed_title">Test Failed</string> 1019 <string name="sv_failed_message">Unable to play stream. See log for details.</string> 1020 1021 <!-- Strings for P2pTestActivity --> 1022 <string name="p2p_test">Wi-Fi Direct Test</string> 1023 <string name="p2p_test_info"> 1024 The Wi-Fi Direct tests require two devices with Wi-Fi Direct enabled to exchange 1025 messages. One device must be the candidate device running the software build to 1026 be tested, while the other device must be an implementation already known to be 1027 compatible.\n\nOne device should start the requester test, and the other should 1028 start the responder test. Your device must pass both requester and responder 1029 tests. 1030 </string> 1031 <string name="p2p_group_formation">Group Formation</string> 1032 <string name="p2p_join">Group Join</string> 1033 <string name="p2p_service_discovery">Service Discovery</string> 1034 1035 <string name="p2p_go_neg_responder_test">GO Negotiation Responder Test</string> 1036 <string name="p2p_go_neg_requester_test">GO Negotiation Requester Test</string> 1037 <string name="p2p_group_owner_test">Group Owner Test</string> 1038 <string name="p2p_group_client_test">Group Client Test</string> 1039 <string name="p2p_service_discovery_responder_test"> 1040 Service Discovery Responder Test</string> 1041 <string name="p2p_service_discovery_requester_test"> 1042 Service Discovery Requester Test</string> 1043 1044 <string name="p2p_go_neg_responder">GO Negotiation Responder</string> 1045 <string name="p2p_go_neg_requester">GO Negotiation Requester</string> 1046 <string name="p2p_accept_client">Group Owner</string> 1047 <string name="p2p_join_go">Group Client</string> 1048 <string name="p2p_service_discovery_responder">Service Discovery Responder</string> 1049 <string name="p2p_service_discovery_requester">Service Discovery Requester</string> 1050 1051 <string name="p2p_go_neg_responder_info"> 1052 Go to the Wi-Fi settings and forget all remembered networks. Then 1053 start the \"GO Negotiation Requester Test\" on the other device and follow 1054 the instructions.</string> 1055 <string name="p2p_accept_client_info"> 1056 Go to the Wi-Fi settings and forget all remembered networks. Then 1057 start the \"Group Client Test\" on the other device and follow 1058 the instructions.</string> 1059 <string name="p2p_service_discovery_responder_info"> 1060 Start the \"Service Discovery Requester Test\" on the other device and follow 1061 the instructions.</string> 1062 1063 <string name="p2p_go_neg_requester_info"> 1064 Go to the Wi-Fi settings and forget all remembered networks. Then 1065 start the \"GO Negotiation Responder Test\" on the other device. 1066 Then run each test individually by clicking on it\'s name.</string> 1067 <string name="p2p_join_go_info"> 1068 Go to the Wi-Fi settings and forget all remembered networks. Then 1069 start the \"Group Owner Test\" on the other device. 1070 Then run each test individually by clicking on it\'s name.</string> 1071 <string name="p2p_service_discovery_requester_info"> 1072 Go to the Wi-Fi settings and forget all remembered networks. Then 1073 start the \"Service Discovery Responder Test\" on the other device. 1074 Then run each test individually by clicking on it\'s name.</string> 1075 1076 <string name="p2p_not_enabled">Wi-Fi is not enabled</string> 1077 <string name="p2p_not_enabled_message">These tests require Wi-Fi to be enabled. 1078 Click the button below to go to system settings and enable Wi-Fi.</string> 1079 <string name="p2p_settings">Wi-Fi Direct Settings</string> 1080 1081 <string name="p2p_result_success">Test passed successfully.</string> 1082 1083 <string name="p2p_go_neg_responder_ready"> 1084 The go negotiation responder is now ready to start. 1085 Go to the Wi-Fi settings and forget all remembered networks. Then 1086 start the \"GO Negotiation Requester Test\" on the other device. 1087 Keep the screen here until all tests on the other device are 1088 finished.</string> 1089 <string name="p2p_go_ready"> 1090 The group owner is now ready to start. 1091 Go to the Wi-Fi settings and forget all remembered networks. Then 1092 start the \"Join Group Test\" on the other device. 1093 Keep the screen here until all tests on the other device are 1094 finished.</string> 1095 <string name="p2p_service_responder_ready"> 1096 The service responder is now ready to start. 1097 Go to the Wi-Fi settings and forget all remembered networks. Then 1098 start the \"Service Discovery Requester Test\" on the other device. 1099 Keep the screen here until all tests on the other device are 1100 finished.</string> 1101 1102 <string name="p2p_setup_error"> 1103 Test failed.\n\nSet up error. Check whether Wi-Fi can be enabled.</string> 1104 <string name="p2p_unexpected_error"> 1105 Test failed.\n\nUnexpected error. Check logcat.</string> 1106 <string name="p2p_add_local_service_error"> 1107 Test failed.\n\nFailed to add local service.</string> 1108 <string name="p2p_add_service_request_error"> 1109 Test failed.\n\nFailed to add service request.</string> 1110 <string name="p2p_remove_service_request_error"> 1111 Test failed.\n\nFailed to remove service request.</string> 1112 <string name="p2p_clear_service_requests_error"> 1113 Test failed.\n\nFailed to clear service requests.</string> 1114 <string name="p2p_connect_error"> 1115 Test failed.\n\nFailed to start a p2p connection to the target device.</string> 1116 <string name="p2p_remove_group_error"> 1117 Test failed.\n\nFailed to remove a p2p group.</string> 1118 <string name="p2p_discover_peers_error"> 1119 Test failed.\n\nFailed to discover peers.</string> 1120 <string name="p2p_discover_services_error"> 1121 Test failed.\n\nFailed to discover services.</string> 1122 <string name="p2p_ceate_group_error"> 1123 Test failed.\n\nFailed to start up group owner.</string> 1124 <string name="p2p_no_service_requests_error"> 1125 Test failed.\n\n\"NO_SERVICE_REQUESTS\" error did not occur.</string> 1126 <string name="p2p_receive_invalid_response_error"> 1127 Test failed.\n\nReceived an invalid message or could not receive 1128 the expected message.\n\n</string> 1129 <string name="p2p_target_not_found_error">Test failed.\n\n 1130 The target responder device was NOT found. Start up the responder 1131 test on the other device, then run the test again.</string> 1132 <string name="p2p_target_invalid_role_error">Test failed.\n\n 1133 The target responder must be p2p device. However, the target responder 1134 device was group owner. Check the test case on the other device.</string> 1135 <string name="p2p_target_invalid_role_error2">Test failed.\n\n 1136 The target responder must be group owner. However, the target responder 1137 device was p2p device. Check the test case on the other device.</string> 1138 <string name="p2p_connection_error"> 1139 Test failed.\n\nFailed to establish a p2p connection.</string> 1140 <string name="p2p_detect_disconnection_error"> 1141 Test failed.\n\nFailed to detect client disconnection.</string> 1142 <string name="p2p_disconnect_error"> 1143 Test failed.\n\nFailed to disconnect a p2p connection.</string> 1144 1145 <string name="p2p_search_target">Search Target</string> 1146 <string name="p2p_searching_target">Searching for target device ...</string> 1147 <string name="p2p_checking_serv_capab">Checking the service discovery 1148 capability ...</string> 1149 <string name="p2p_connecting_with_pbc">Trying to connect the target device ...\n\n 1150 Click the \"OK\" button on the other device to accept the connection 1151 request from this device.</string> 1152 <string name="p2p_connecting_with_pin">Trying to connect the target device ...\n\n 1153 Enter the pin number on the other device.</string> 1154 <string name="p2p_waiting_for_peer_to_connect">Waiting for peer to 1155 connect ...</string> 1156 <string name="p2p_waiting_for_peer_to_disconnect">Waiting for peer 1157 to disconnect ...</string> 1158 1159 <string name="camera_fov_calibration">Camera FOV Calibration</string> 1160 <string name="camera_fov_calibration_done">Done</string> 1161 <string name="camera_fov_general_settings">General settings</string> 1162 <string name="camera_fov_label_options">Settings</string> 1163 <string name="camera_fov_tap_to_take_photo">Tap to calibrate</string> 1164 <string name="camera_fov_marker_distance">Marker distance (in cm)</string> 1165 <string name="camera_fov_marker_distance_description">The distance in centimeters between 1166 the solid lines on the target pattern.</string> 1167 <string name="camera_fov_target_distance">Target distance (in cm)</string> 1168 <string name="camera_fov_target_distance_description">The distance in centimeters from the 1169 device to the target pattern.</string> 1170 <string name="camera_fov_settings_button_text">Setup</string> 1171 <string name="camera_fov_change_preview_sizes_button_text">Preview Sizes</string> 1172 <string name="camera_fov_choose_preview_size_for_camera">Choose preview size for camera %1$s</string> 1173 <string name="camera_fov_displayed_fov_label">Displayed FOV : </string> 1174 <string name="camera_fov_reported_fov_label">Reported FOV : </string> 1175 <string name="camera_fov_reported_fov_problem">Reported FOV problem</string> 1176 <string name="camera_fov_reported_fov_problem_message">The reported FOV before takePicture() is 1177 different from when onPictureTaken() is called.\nAs picture size has not been changed, the 1178 reported FOV should be identical at both times.\n\nFOV before/after: %1$f / %2$f</string> 1179 1180 <string name="camera_fov_panorama_wallpaper_title">Photo Sphere Live Wallpaper</string> 1181 <string name="camera_fov_panorama_wallpaper_description">This live wallapper displays photo 1182 spheres.</string> 1183 <string name="camera_fov_select_panorama">Select panorama</string> 1184 <string name="camera_fov_select_panorama_description">Select a panorama to display in the 1185 live wallpaper.</string> 1186 <string name="camera_fov_reset_panorama">Reset panorama</string> 1187 <string name="camera_fov_reset_panorama_description">Resets the panorama to show the demo 1188 file.</string> 1189 <string name="camera_fov_enable_compass_mode">Enable compass mode</string> 1190 <string name="camera_fov_enable_compass_mode_description">If enabled, the panorama orients 1191 itself according to the current rotation of the device.</string> 1192 1193 <string name="test_category_notifications">Notifications</string> 1194 <string name="package_priority_test">Notification Package Priority Test</string> 1195 <string name="package_priority_info">This test checks that the NotificationManagerService respects 1196 user preferences about relative package priorities. 1197 </string> 1198 <string name="package_priority_bot">Verifying that the CTS Robot helper package is installed.</string> 1199 <string name="package_priority_high">Find \"%s\" in the \"Notifications\" settings panel, and allow it to Override Do Not Disturb.</string> 1200 <string name="package_priority_default">Find \"%s\" in the \"Notifications\" settings panel, and disallow it to Override Do Not Disturb.</string> 1201 <string name="package_priority_user_order">Check that ranker respects user priorities.</string> 1202 1203 <string name="attention_test">Notification Attention Management Test</string> 1204 <string name="attention_info">This test checks that the NotificationManagerService is 1205 respecting user preferences about notification ranking and filtering. 1206 </string> 1207 <string name="attention_ready">I\'m done</string> 1208 <string name="attention_filter_all">Please disable \"Do not disturb\" by tapping the Quick Settings tile.</string> 1209 <string name="attention_filter_priority">Please select \"Priority only\" in the dialog that appears 1210 when you tap the \"Do not disturb\" tile in Quick Settings, and customize the setting to allow messages from 1211 starred contacts only by tapping "More settings".</string> 1212 <string name="attention_filter_none">Please select \"Total silence\" in the dialog that appears 1213 when you tap the \"Do not disturb\" tile in Quick Settings.</string> 1214 <string name="attention_create_contacts">Create contacts for notification annotations.</string> 1215 <string name="attention_delete_contacts">Delete test contacts.</string> 1216 <string name="attention_default_order">Check that ranker defaults to time order.</string> 1217 <string name="attention_priority_order">Check that ranker respects developers priorities.</string> 1218 <string name="attention_ambient_bit">Check that the ambient bit is set appropriately.</string> 1219 <string name="attention_lookup_order">Check that ranker respects Lookup URIs for contacts.</string> 1220 <string name="attention_email_order">Check that ranker respects mailto URIs for contacts.</string> 1221 <string name="attention_phone_order">Check that ranker respects telephone URIs for contacts.</string> 1222 <string name="attention_interruption_order">Check that ranker temporarily boosts interruptions. 1223 This test takes 30 seconds to complete.</string> 1224 <string name="attention_none_are_filtered">Check that \"All\" mode doesn\'t filter any notifications.</string> 1225 <string name="attention_some_are_filtered">Check that \"Priority\" mode doesn\'t filter priority notifications.</string> 1226 <string name="attention_all_are_filtered">Check that \"None\" mode filters all notifications.</string> 1227 <string name="nls_test">Notification Listener Test</string> 1228 <string name="nls_service_name">Notification Listener for CTS Verifier</string> 1229 <string name="nls_info">This test checks that a NotificationListenerService can be enabled 1230 and disabled, and that once enabled the service is able to receive notifications and 1231 dismiss them. 1232 </string> 1233 <string name="vr_tests">VR Tests</string> 1234 <string name="test_category_vr">VR</string> 1235 <string name="vr_test_title">VR Listener Test</string> 1236 <string name="vr_service_name">VR Listener for CTS Verifier</string> 1237 <string name="vr_info">This test checks that a VrListenerService can be enabled and disabled, and 1238 and that it receives the correct lifecycle callbacks when entering and exiting VR mode. 1239 </string> 1240 <string name="vr_start_settings">Launch Settings</string> 1241 <string name="vr_start_vr_activity">Launch VR mode activity</string> 1242 <string name="vr_start_double_vr_activity">Launch Two VR mode activities</string> 1243 <string name="vr_start_vr_activity_desc">Click the button to launch the VR mode activity.</string> 1244 <string name="vr_start_vr_double_activity_desc">Click the button to launch two consecutive VR mode activities.</string> 1245 <string name="vr_check_disabled">Check that the CTS VR helper service is disabled by default.</string> 1246 <string name="vr_enable_service">Please enable \"VR Listener for CTS Verifier\" 1247 under Apps > Gear Icon > Special Access > VR Helper Services and return here.</string> 1248 <string name="vr_disable_service">Please disable \"VR Listener for CTS Verifier\" 1249 under Apps > Gear Icon > Special Access > VR Helper Services and return here.</string> 1250 <string name="nls_enable_service">Please enable \"Notification Listener for CTS Verifier\" 1251 under Apps > Gear Icon > Special Access > Notification Access and return here.</string> 1252 <string name="nls_disable_service">Please disable \"Notification Listener for CTS Verifier\" 1253 under Apps > Gear Icon > Special Access > Notification Access and return here.</string> 1254 <string name="nls_start_settings">Launch Settings</string> 1255 <string name="nls_service_started">Service should start once enabled.</string> 1256 <string name="nls_note_received">Check that notification was received.</string> 1257 <string name="nls_payload_intact">Check that notification payload was intact.</string> 1258 <string name="nls_clear_one">Check that service can clear a notification.</string> 1259 <string name="nls_clear_all">Check that service can clear all notifications.</string> 1260 <string name="nls_service_stopped">Service should stop once disabled.</string> 1261 <string name="nls_note_missed">Check that notification was not received.</string> 1262 <string name="cp_test">Condition Provider test</string> 1263 <string name="cp_service_name">Condition Provider for CTS Verifier</string> 1264 <string name="cp_info">This test checks that a ConditionProviderService can be enabled 1265 and disabled, and that once enabled the service is able to create, query, edit, and delete 1266 automatic zen rules. 1267 </string> 1268 <string name="cp_enable_service">Please enable \"CTS Verifier\" under Do Not Disturb access and return here.</string> 1269 <string name="cp_disable_service">Please disable \"CTS Verifier\" under Do Not Disturb access and return here.</string> 1270 <string name="cp_start_settings">Launch Settings</string> 1271 <string name="cp_create_rule">Creating Automatic Zen Rule</string> 1272 <string name="cp_subscribe_rule">Subscribing to Automatic Zen Rule</string> 1273 <string name="cp_service_started">Service should start once enabled.</string> 1274 <string name="cp_service_stopped">Service should stop once disabled.</string> 1275 <string name="cp_unsubscribe_rule">Unsubscribing to Automatic Zen Rule</string> 1276 <string name="cp_delete_rule">Deleting Automatic Zen Rule</string> 1277 <string name="cp_get_rules">Retrieving Automatic Zen Rules</string> 1278 <string name="cp_get_rule">Retrieving Automatic Zen Rule</string> 1279 1280 <string name="location_mode_high_accuracy_test">High Accuracy Mode Test</string> 1281 <string name="location_mode_high_accuracy_info"> 1282 This test checks that the Location Mode API is consistent with the 1283 Location Provider API when the device is in High Accuracy location mode. 1284 </string> 1285 <string name="location_mode_select_high_accuracy"> 1286 Please select the \"High accuracy\" mode at Settings > Location 1287 (hint: tap the "Mode" item) and return here. 1288 </string> 1289 <string name="location_mode_battery_saving_test">Battery Saving Mode Test</string> 1290 <string name="location_mode_battery_saving_info"> 1291 This test checks that the Location Mode API is consistent with the 1292 Location Provider API when the device is in Battery Saving location mode. 1293 </string> 1294 <string name="location_mode_select_battery_saving"> 1295 Please select the \"Battery Saving\" mode at Settings > Location 1296 (hint: tap the "Mode" item) and return here. 1297 </string> 1298 <string name="location_mode_device_only_test">Device Only Mode Test</string> 1299 <string name="location_mode_device_only_info"> 1300 This test checks that the Location Mode API is consistent with the 1301 Location Provider API when the device is in Device Only location mode. 1302 </string> 1303 <string name="location_mode_select_device_only"> 1304 Please select the \"Device Only\" mode at 1305 Settings > Location (hint: tap the "Mode" item) and return here. 1306 </string> 1307 <string name="location_mode_off_test">Location Mode Off Test</string> 1308 <string name="location_mode_off_info"> 1309 This test checks that the Location Mode API is consistent with the 1310 Location Provider API when the device is in the Off location mode. 1311 </string> 1312 1313 <string name="location_mode_start_settings">Launch Settings</string> 1314 <string name="location_mode_turn_on"> 1315 Please turn ON location access (the switch at the top of Settings > Location) 1316 and return here. 1317 </string> 1318 <string name="location_mode_turn_off"> 1319 Please turn OFF location access (the switch at the top of Settings > Location) 1320 and return here. 1321 </string> 1322 <string name="location_mode_secure_gps_on">GPS provider should be ON in secure settings.</string> 1323 <string name="location_mode_secure_gps_off">GPS provider should be OFF in secure settings.</string> 1324 <string name="location_mode_secure_nlp_on">Network location provider should be ON in secure settings.</string> 1325 <string name="location_mode_secure_nlp_off">Network location provider should be OFF in secure settings.</string> 1326 <string name="location_mode_manager_gps_on">GPS provider should be ON in LocationManager.</string> 1327 <string name="location_mode_manager_gps_off">GPS provider should be OFF in LocationManager.</string> 1328 <string name="location_mode_manager_nlp_on">Network location provider should be ON in LocationManager.</string> 1329 <string name="location_mode_manager_nlp_off">Network location provider should be OFF in LocationManager.</string> 1330 1331 <string name="cacert_test">CA Cert Notification Test</string> 1332 <string name="cacert_info">This test checks that when a CA Certificate is installed, the user is notified.</string> 1333 <string name="cacert_do_something">Do it</string> 1334 <string name="cacert_done">Done</string> 1335 <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> 1336 <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> 1337 <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> 1338 <string name="cacert_check_notification">Look at the system notifications. Confirm that:\n 13391. There is a notification saying a certificate authority is installed.\n 13402. Tapping that notification brings up a more detailed explanation and a button to check trusted credentials.\n 13413. Tapping that button brings up the Trusted Credentials page you just visited.</string> 1342 <string name="cacert_dismiss_notification">Dismiss the notification. If it cannot be dismissed, fail the test.</string> 1343 1344 <string name="caboot_test">CA Cert Notification on Boot test</string> 1345 <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> 1346 <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> 1347 <string name="caboot_check_creds">Check Credentials</string> 1348 <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> 1349 <string name="caboot_install_cert">Install credential</string> 1350 <string name="caboot_reboot_desc">Please reboot the device and return to this test.</string> 1351 <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> 1352 1353 <!-- Strings for KeyChain --> 1354 <string name="keychain_test">KeyChain Storage Test</string> 1355 <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> 1356 <string name="keychain_reset">Reset</string> 1357 <string name="keychain_skip">Skip</string> 1358 <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 1359 Tap \'Next\' to begin.</string> 1360 <string name="keychain_install_desc">Credentials generated. Tap \'Next\' to install them to the system keychain.\n\n 1361The container for the credentials will not be protected with a password; if prompted for one, leave that field blank.\n\n 1362During installation you may be prompted for a name - accept the default suggestion.\n\n 1363In the case that these credentials were already installed, you may skip this step.</string> 1364 <string name="keychain_https_desc">The last test involves setting up an HTTPS connection using credentials from the KeyChain.\n\n 1365You should be prompted to select credentials; choose the ones you just installed in the previous step.</string> 1366 <string name="keychain_reset_desc">Before marking this test as passed, tap \'Next\' to open security settings and reset the following items:\n 1367 1. Clear device credentials.\n 1368 2. Change the lock screen type to \'None\'.</string> 1369 1370 <!-- Strings for Widget --> 1371 <string name="widget_framework_test">Widget Framework Test</string> 1372 <string name="widget_framework_test_info">This test checks some basic features of the widget 1373 framework. In order to perform the test, press the Home button. Add the widget 1374 titled "CTS Verifier" to the home screen. Follow the instructions in the widget.</string> 1375 <string name="widget_name">Widget Framework Test</string> 1376 <string name="widget_pass">Pass</string> 1377 <string name="widget_fail">Fail</string> 1378 1379 <string name="provisioning_byod_nonmarket_allow">Enable non-market apps</string> 1380 <string name="provisioning_byod_nonmarket_allow_info"> 1381 This test verifies that non-market apps can be installed if permitted.\n 1382 1. A package installation UI should appear.\n 1383 2. Accept the package and verify that it installs. 1384 </string> 1385 1386 <string name="provisioning_byod_nonmarket_deny">Disable non-market apps</string> 1387 <string name="provisioning_byod_nonmarket_deny_info"> 1388 This test verifies that non-market apps cannot be installed unless permitted.\n 1389 1. A package installation UI should appear.\n 1390 2. Verify that the installation of the package is refused. 1391 </string> 1392 1393 <string name="provisioning_byod_capture_image_support">Camera support cross profile image capture</string> 1394 <string name="provisioning_byod_capture_image_support_info"> 1395 This test verifies that images can be captured from the managed profile using the primary profile camera.\n 1396 1. Capture a picture using the camera.\n 1397 2. Verify that the captured picture is shown.\n 1398 3. Click on the close button. 1399 </string> 1400 <string name="provisioning_byod_capture_video_support_with_extra_output">Camera support cross profile video capture (with extra output path)</string> 1401 <string name="provisioning_byod_capture_video_support_info"> 1402 This test verifies that videos can be captured from the managed profile using the primary profile camera.\n 1403 1. Capture a video using the camera.\n 1404 2. Click on the play button.\n 1405 3. Verify that the captured video is played.\n 1406 4. Click on the close button. 1407 </string> 1408 <string name="provisioning_byod_capture_video_support_without_extra_output">Camera support cross profile video capture (without extra output path)</string> 1409 <string name="provisioning_byod_capture_audio_support">Sound recorder support cross profile audio capture</string> 1410 <string name="provisioning_byod_capture_audio_support_info"> 1411 This test verifies that audio can be captured from the managed profile using the primary profile sound recorder.\n 1412 1. Capture audio.\n 1413 2. Click on the play button.\n 1414 3. Verify that the captured audio is played.\n 1415 4. Click on the close button.\n 1416 </string> 1417 <string name="provisioning_byod_dismiss_result_dialog">Close</string> 1418 <string name="provisioning_byod_play">Play</string> 1419 <string name="provisioning_byod_verify_image_title">Verify captured image</string> 1420 <string name="provisioning_byod_verify_video_title">Verify captured video</string> 1421 <string name="provisioning_byod_verify_audio_title">Verify captured audio</string> 1422 <string name="provisioning_byod_no_image_capture_resolver">No image capture app present. Skip test.</string> 1423 <string name="provisioning_byod_no_video_capture_resolver">No video capture app present. Skip test.</string> 1424 <string name="provisioning_byod_no_audio_capture_resolver">No audio capture app present. Skip test.</string> 1425 <string name="provisioning_byod_capture_media_error">Error while capturing media from managed profile.</string> 1426 <string name="provisioning_byod_capture_image_error">Error while capturing image from managed profile.</string> 1427 1428 <string name="provisioning_byod_auth_bound_key">Autentication-boud keys</string> 1429 <string name="provisioning_byod_auth_bound_key_info"> 1430 This test verifies keystore cryptographic keys can be bound to device credentials. 1431 These keys should only be available if there was a recent enough authentication. 1432 </string> 1433 <string name="provisioning_byod_auth_bound_key_instruction"> 1434 This test verifies keystore cryptographic keys can be bound to device lockscreen challenge or fingerprints (if available). 1435 These keys should only be available if there was a recent enough authentication. \n 1436 1437 1. Press "Set up" to open Security settings. Create a lockscreen password and if available, enroll a fingerprint.\n 1438 2. Go through the list of tests.\n 1439 3. Mark the overall test pass or fail.\n 1440 4. Once the set of tests are completed, remove the lockscreen challenge. 1441 </string> 1442 <string name="provisioning_byod_auth_bound_key_set_up">Set up</string> 1443 <string name="provisioning_byod_lockscreen_bound_key">Lockscreen-bound key test</string> 1444 <string name="provisioning_byod_fingerprint_bound_key">Fingerprint-bound key test</string> 1445 <string name="provisioning_byod_vpn">Vpn test</string> 1446 <string name="provisioning_byod_select_work_challenge">Select work lock test</string> 1447 <string name="provisioning_byod_select_work_challenge_description"> 1448 This test verifies that a work lock can be chosen.\n 1449 1450 1. Verify that you get sent to the page for Choosing a new work lock.\n 1451 2. Set a new work lock. 1452 </string> 1453 <string name="provisioning_byod_confirm_work_credentials">Confirm work lock test</string> 1454 <string name="provisioning_byod_confirm_work_credentials_description"> 1455 This test verifies that work lock is shown when opening a work app, 1456 the work lock was set correctly and it is customized according to 1457 the policies set. You can only do this test after you have done the previous test.\n 1458 1459 1. Open a work app.\n 1460 2. Verify that a screen asking you for your work credentials is shown.\n 1461 3. Verify that the background image contains an orange suitcase.\n 1462 4. Verify that the background color of the remaining image is blue.\n 1463 5. Verify that the header text says \"CtsVerifier\".\n 1464 6. Confirm your credentials and verify that the credentials you entered previously work. 1465 </string> 1466 <string name="provisioning_byod_confirm_work_credentials_header"> 1467 CtsVerifier 1468 </string> 1469 <!-- Strings for DeskClock --> 1470 <string name="deskclock_tests">Alarms and Timers Tests</string> 1471 <string name="deskclock_tests_info"> 1472 The Alarms and Timers tests verify that the Clock app implements the AlarmClock API properly. 1473 </string> 1474 <string name="deskclock_group_alarms">Alarms</string> 1475 <string name="deskclock_group_timers">Timers</string> 1476 1477 <string name="dc_show_alarms_test">Show Alarms Test</string> 1478 <string name="dc_show_alarms_test_info"> 1479 This test verifies that the SHOW_ALARMS API works.\n 1480 1. Press the "Show Alarms" button.\n 1481 2. Verify that a UI of the clock app is launched and displays the list of alarms\n 1482 </string> 1483 <string name="dc_show_alarms_button">Show Alarms</string> 1484 1485 <string name="dc_set_alarm_with_ui_test">Set Alarm Test</string> 1486 <string name="dc_set_alarm_with_ui_test_info"> 1487 This test verifies that the ACTION_SET_ALARM with no parameters API works.\n 1488 1. Press the "Set Alarm" button.\n 1489 2. Verify that the clock app is launched and displays a UI to manage alarms.\n 1490 </string> 1491 <string name="dc_set_alarm_button">Set Alarm</string> 1492 <string name="dc_set_alarm_verify_button">Verify</string> 1493 1494 <string name="dc_start_alarm_test">Start Alarm Test</string> 1495 <string name="dc_start_alarm_test_info"> 1496 This test verifies that the ACTION_SET_ALARM API actually starts an alarm.\n 1497 1. Press the "Start Alarm" button.\n 1498 2. Make sure the alarms UI is NOT shown\n 1499 3. Wait for the alarm to fire (may take up to 2 minutes)\n 1500 4. Verify that the alarm title is: "Start Alarm Test",\n 1501 the alarm is silent and vibrating (if the device supports vibrate).\n 1502 5. Dismiss the alarm.\n 1503 6. Verify that the alarm is not in the Clock\'s alarms list. The Verify button opens 1504 the alarm view.\n 1505 </string> 1506 <string name="dc_start_alarm_button">Start Alarm</string> 1507 1508 <string name="dc_full_alarm_test">Full Alarm Test</string> 1509 <string name="dc_full_alarm_test_info"> 1510 This test verifies that the ACTION_SET_ALARM API supports all extras.\n 1511 1. Press the "Create Alarm" button.\n 1512 2. Verify that you see one alarm with the following information:\n 1513 Name of alarm: Create Alarm Test. \n 1514 Vibrate: on. (if the device supports vibrate).\n 1515 Ringtone: silent. (if the device has a speaker).\n 1516 Time: 01:23. \n 1517 Repeating on: Monday and Wednesday. \n 1518 </string> 1519 <string name="dc_full_alarm_button">Create Alarm</string> 1520 1521 <string name="dc_set_timer_with_ui_test">Set Timer Test</string> 1522 <string name="dc_set_timer_with_ui_test_info"> 1523 This test verifies that the ACTION_SET_TIMER API with no paramters open the UI\n 1524 1. Press the "Set Timer" button.\n 1525 2. Verify that the an app is launched and displays a UI to manage timers.\n 1526 </string> 1527 <string name="dc_set_timer_with_ui_button">Set Timer</string> 1528 1529 <string name="dc_start_timer_test">Start Timer Test</string> 1530 <string name="dc_start_timer_test_info"> 1531 This test verifies that the ACTION_SET_TIMER API actually starts a timer\n 1532 1. Press the "Start Timer" button.\n 1533 2. Verify that a timer is started and NO timers UI is shown.\n 1534 3. Verify that the timer named "Start Timer Test" rings after 30 seconds. Dismiss it.\n 1535 4. Verify that the timer is deleted after the dismissal.\n 1536 </string> 1537 <string name="dc_start_timer_button">Start Timer</string> 1538 1539 <string name="dc_start_timer_with_ui_test">Start Timer With UI Test</string> 1540 <string name="dc_start_timer_with_ui_test_info"> 1541 This test verifies that the ACTION_SET_TIMER API actually starts a timer with UI\n 1542 1. Press the "Start Timer" button.\n 1543 2. Verify that a timer is started and the timers UI is shown with a timer named "Start Timer Test".\n 1544 3. Verify that the timer rings after 30 seconds.\n 1545 </string> 1546 <!-- Strings for LockConfirmBypassTest --> 1547 <string name="lock_confirm_test_title">Keyguard Password Verification</string> 1548 <string name="lock_set_button_text">Set password</string> 1549 <string name="lock_change_button_text">Change password</string> 1550 <string name="lock_confirm_message"> 1551 This test verifies that the user is prompted for the current keyguard password before prompting for a new password.\n 1552 \nClick the \"Set password\" button if you currently don\'t have a password set.\n 1553 \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. 1554 </string> 1555 1556 <!-- String for Projection Tests --> 1557 <string name="test_category_projection">Projection Tests</string> 1558 <string name="projection_service_name">Projection Service</string> 1559 <string name="pca_info">This tests whether or not OpenGL projection works.\n 1560 You should see two "tumbling cubes." Tapping the screen should case the cubes to explode.</string> 1561 <string name="pca_test">Projection Cube Test</string> 1562 <string name="pwa_info">This tests whether or displaying widets and keyfocus navigation works.\n 1563 You should see four buttons on the bottom of the screen.\n 1564 Pressing the "up" and "down" buttons should highlight different buttons.\n 1565 Furthermore, the highlight should disappear when any button is touched, and the touched button should behave as usual.\n</string> 1566 <string name="pwa_test">Projection Widget Test</string> 1567 <string name="pwa_button_up">Up</string> 1568 <string name="pwa_button_down">Down</string> 1569 <string name="pwa_button">Button</string> 1570 <string name="pla_test">Projection Scrolling List Test</string> 1571 <string name="pla_info">This tests whether a projected list view will scroll properly\n 1572 You should see 50 list items and be able to scroll up and down the list</string> 1573 <string name="pva_test">Projection Video Playback Test</string> 1574 <string name="pva_info">This tests whether video playback works when projected.\n 1575 You should see a blinking white box and here a beep that is synchronized with each blink</string> 1576 <string name="pta_test">Projection Multitouch Test</string> 1577 <string name="pta_info">This tests whether multitouch works.\n 1578 Touching the screen should render a dot at the location you touched.\n 1579 Touching with additional fingers will render additoinal dots and you should be able to drag them around.</string> 1580 <string name="poa_test">Projection Offscreen Activity</string> 1581 <string name="poa_info">This tests whether a virtual display will continue to respond to and render even when the screen is off.\n 1582 Simply follow the instructions and the test will detect the pass conditions.\n 1583 Note that turning on the screen too early will result in a failure.</string> 1584 1585 <!-- Strings for RotationVectorTest and GameRotationVectorTest --> 1586 <string name="rotation_vector_test">Rotation Vector Accuracy Test</string> 1587 <string name="snsr_rotation_vector_set_reference"> 1588 Place the mobile device in a reference position. Note: to provide an accurate reference, 1589 align the device along one edge of a notebook laying on a table.</string> 1590 <string name="snsr_rotation_vector_reference_set">Reference position set.</string> 1591 <string name="snsr_rotation_vector_move_info">Move, shake, and rotate the device.</string> 1592 <string name="snsr_rotation_vector_set_final">Place the device back to the reference position.</string> 1593 <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> 1594 1595 <!-- Strings for device admin tests --> 1596 <string name="device_admin_notification">This is device admin notification</string> 1597 <string name="device_admin_keyguard_disable_camera">Disable camera</string> 1598 <string name="device_admin_keyguard_disable_camera_instruction"> 1599 Please press the Go button to lock the screen. Then try to open the camera 1600 from the lower right corner of the screen. Expected result is you cannot 1601 open the camera from lock screen and it will ask for password instead. 1602 </string> 1603 <string name="device_admin_disable_notifications">Disable notifications</string> 1604 <string name="device_admin_disable_notifications_instruction"> 1605 Please press the Go button to lock the screen. Wait a few seconds to see 1606 if a notification appears. Expected result is no notifications appear. 1607 You should be able to see one after unlocking. 1608 </string> 1609 <string name="device_admin_disable_unredacted_notifications">Disable unredacted notifications</string> 1610 <string name="device_admin_disable_unredacted_notifications_instruction"> 1611 Please press the Go button to lock the screen. Wait a few seconds to see 1612 if a notification appears. Expected result is a notification appear with 1613 its content hidden. You should be able to see the content after unlocking. 1614 </string> 1615 1616 <!-- Strings common for BYOD and DO managed provisioning tests. --> 1617 <string name="afw_device_admin">CTS Verifier</string> 1618 1619 <string name="provisioning_tests_byod">BYOD Provisioning tests</string> 1620 1621 <string name="provisioning_tests_byod_custom_color"> Custom provisioning color </string> 1622 <string name="provisioning_tests_byod_custom_color_info"> 1623 Please press the Go button to start the provisioning. 1624 Check that provisioning is colorized in green. 1625 Then hit back and stop the provisioning. 1626 </string> 1627 <string name="provisioning_tests_byod_custom_image"> Custom provisioning image </string> 1628 <string name="provisioning_tests_byod_custom_image_info"> 1629 Please press the Go button to start the provisioning. 1630 Check that the CtsVerifier logo is displayed at the top of the page. 1631 Then hit back and stop the provisioning. 1632 </string> 1633 1634 <!-- Strings for BYOD managed provisioning (ByodFlowTestActivity) --> 1635 <string name="test_category_managed_provisioning">Managed Provisioning</string> 1636 <string name="provisioning_byod">BYOD Managed Provisioning</string> 1637 <string name="provisioning_byod_info"> 1638 This test exercises the BYOD managed provisioning flow. 1639 Start by pressing the button on screen and follow instructions to finish the managed provisioning process. 1640 If your device has not been encrypted before, it will be encrypted and rebooted. 1641 After the provisioning process completes, return to this page and carry out further verifications. 1642 Note: the device will remain encrypted after the test which can only be disabled by factory reset. 1643 </string> 1644 <string name="provisioning_byod_start">Start BYOD provisioning flow</string> 1645 <string name="provisioning_byod_instructions"> 1646 1. Press the button below to start the managed provisioning flow. 1647 If your device has not been encrypted before, it will reboot to apply encryption. 1648 After reboot follow instructions in the notification area to complete the provisioning.\n 1649 2. After successful provisioning, you should be automatically redirected back to this page. 1650 Please press through the following verification steps. 1651 Allow a few seconds after returning from provisioning, as the profile owner test should automatically pass.\n 1652 \n 1653 If the device is being encrypted during step 1, it will remain encrypted After this test. 1654 The only way to disable the encryption is to factory reset the device. 1655 </string> 1656 <string name="provisioning_byod_profileowner">Profile owner installed</string> 1657 <string name="provisioning_byod_diskencryption">Full disk encryption enabled</string> 1658 <string name="provisioning_byod_profile_visible">Profile-aware accounts settings</string> 1659 <string name="provisioning_byod_admin_visible">Profile-aware device administrator settings</string> 1660 <string name="provisioning_byod_workapps_visible">Badged work apps visible in Launcher</string> 1661 <string name="provisioning_byod_cross_profile_from_personal">Open app cross profiles from the personal side</string> 1662 <string name="provisioning_byod_cross_profile_from_work">Open app cross profiles from the work side</string> 1663 <string name="provisioning_app_linking">App links from the work side</string> 1664 <string name="provisioning_byod_cross_profile_app_personal">You selected the personal option.</string> 1665 <string name="provisioning_byod_cross_profile_app_work">You selected the Work option.</string> 1666 <string name="provisioning_byod_cross_profile_app_ctsverifier"> You selected the ctsverifier option </string> 1667 <string name="provisioning_byod_cross_profile_from_personal_instruction"> 1668 Please press the Go button to start an action.\n 1669 \n 1670 You should be asked to choose either \"CTS Verifier\" or \"Work\" to complete the action. 1671 Pressing either should bring up a page stating your choice.\n 1672 \n 1673 Verify that you are prompted with the above choices and both options work as intended. Then mark this test accordingly. 1674 </string> 1675 <string name="provisioning_byod_cross_profile_from_work_instruction"> 1676 Please press the Go button to start an action.\n 1677 \n 1678 You should be asked to choose either \"CTS Verifier\" or \"Personal\" to complete the action. 1679 Pressing either should bring up a page stating your choice.\n 1680 \n 1681 Verify that you are prompted with the above choices and both options work as intended. Then mark this test accordingly. 1682 </string> 1683 <string name="provisioning_byod_app_linking_instruction"> 1684 Please press the Go button to start an action.\n 1685 \n 1686 You should be asked to choose either \"CTS Verifier\" or \"Personal\" to complete the action.\n 1687 - If you choose \"CTS Verifier\", you should see a page stating your chose \"CTS Verifier\".\n 1688 - If you choose \"Personal\", you should be presented with another dialog between \"CTS Verifier\" 1689 and some other apps. In this case, you should choose \"CTS verifier\".\n 1690 You should then see a page stating you chose \"Personal\".\n 1691 \n 1692 Verify that you are prompted with the above choices and both options work as intended. Then mark this test accordingly. 1693 </string> 1694 <string name="provisioning_byod_keyguard_disabled_features">Keyguard disabled features</string> 1695 <string name="provisioning_byod_keyguard_disabled_features_info"> 1696 This test exercises Keyguard Disabled Features. Follow instructions above. 1697 </string> 1698 <string name="provisioning_byod_keyguard_disabled_features_instruction"> 1699 Please go to Settings > Security > Device administrators and set 1700 \"CTS Verifier\" as active admin.\n 1701 After that please go to Settings > Security > Screen lock and set 1702 your screen lock password to \"testpassword\".\n 1703 Then please press the \"Prepare test\" button to disable trust agents.\n 1704 Then please press through the following verification steps.\n 1705 Note: After leaving the screen active admin status will be cleared. 1706 Please go to Settings > Security > Screen lock and set your 1707 password type to \"None\". 1708 </string> 1709 <string name="provisioning_byod_keyguard_disabled_features_prepare_button">Prepare test</string> 1710 <string name="provisioning_byod_keyguard_disabled_features_not_admin">CtsVerifier is not active admin. Please follow instructions.</string> 1711 <string name="provisioning_byod_disable_trust_agents">Disable trust agents</string> 1712 <string name="provisioning_byod_disable_trust_agents_instruction"> 1713 Please press the Go button to go to Settings > Security. Then go to Trusted agents and\n 1714 check if the agents are shown as disabled by the administrator. 1715 Then please press Back and mark the test as \"Pass\" or \"Fail\". 1716 </string> 1717 <string name="provisioning_byod_fingerprint_disabled_in_settings">Fingerprint is disabled in Settings</string> 1718 <string name="provisioning_byod_fingerprint_disabled_in_settings_instruction"> 1719 Please press the Go button to go to Settings > Security. Then go to Fingerprint and\n 1720 check if the disclaimer at the bottom of screen is altered to warn the users for\n 1721 fingerprint being disabled in lock screen. Then please press Back and mark the \n 1722 test as \"Pass\" or \"Fail\". 1723 </string> 1724 <string name="provisioning_byod_disable_fingerprint">Fingerprint disabled on keyguard</string> 1725 <string name="provisioning_byod_disable_fingerprint_instruction"> 1726 Please press the Go button to lock the screen. Then try to log in using the fingerprint reader.\n 1727 Expected result is you cannot log in using your fingerprint.\n 1728 After you log back in, please navigate back to CtsVerifier and mark the test as \"Pass\" or \"Fail\". 1729 </string> 1730 <string name="provisioning_byod_disable_unredacted_notifications">Unredacted notifications disabled on keyguard</string> 1731 <string name="provisioning_byod_disable_unredacted_notifications_instruction"> 1732 Please press the Go button to lock the screen. Wait a couple of seconds and look out for a 1733 notification from CtsVerifier.\n 1734 Expected result is the notification is shown as \"Contents hidden by policy\", you can not see the contents 1735 (Which would read \"This is a notification\"). You should be seeing a work badge.\n 1736 After you log back in, please navigate back to CtsVerifier and mark the test as \"Pass\" or \"Fail\". 1737 </string> 1738 <string name="provisioning_byod_work_notification">Work notification is badged</string> 1739 <string name="provisioning_byod_work_notification_instruction"> 1740 Please press the Go button to trigger a notification.\n 1741 \n 1742 Verify that the notification is badged (see sample badge below). Then mark this test accordingly. 1743 </string> 1744 <string name="provisioning_byod_notification_title">This is a notification</string> 1745 1746 <string name="provisioning_byod_disallow_apps_control">Disallow apps control</string> 1747 <string name="provisioning_byod_disallow_apps_control_info"> 1748 This test exercises Disallow Apps Control. Follow instructions above. 1749 </string> 1750 <string name="provisioning_byod_disallow_apps_control_instruction"> 1751 Please press the \"Prepare test\" button to disallow apps control for managed apps.\n 1752 Then please press through the following verification steps.\n 1753 Note: After leaving the screen disallow apps control restriction will be cleared. 1754 </string> 1755 <string name="provisioning_byod_disallow_apps_control_prepare_button">Prepare test</string> 1756 <string name="provisioning_byod_disabled_uninstall_button">Disabled uninstall button</string> 1757 <string name="provisioning_byod_disabled_uninstall_button_instruction"> 1758 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. 1759 Then please press Back and mark the test as \"Pass\" or \"Fail\". 1760 </string> 1761 <string name="provisioning_byod_disabled_force_stop_button">Disabled force stop button</string> 1762 <string name="provisioning_byod_disabled_force_stop_button_instruction"> 1763 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. 1764 Then please press Back and mark the test as \"Pass\" or \"Fail\". 1765 </string> 1766 <string name="provisioning_byod_disabled_app_storage_buttons">Disabled app storage buttons</string> 1767 <string name="provisioning_byod_disabled_app_storage_buttons_instruction"> 1768 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. 1769 Note: if an app has no data then tapping the clear data button has no effect anyway. Make sure you have selected 1770 the badged version of app with non-zero app data. Badged \"Settings\" may be a good candidate. 1771 Then please press Back and mark the test as \"Pass\" or \"Fail\". 1772 </string> 1773 1774 <string name="provisioning_byod_work_status_icon">Work status icon is displayed</string> 1775 <string name="provisioning_byod_work_status_icon_instruction"> 1776 Verify that the current status bar does not have a work status icon (see sample icon below). 1777 \n\n 1778 Please press the Go button to launch a work activity. 1779 \n\n 1780 Verify that the status bar now has a work status icon. Then mark this test accordingly. 1781 </string> 1782 <string name="provisioning_byod_work_status_icon_activity"> 1783 Verify that the current status bar has a work status notification. 1784 \n\n 1785 Please press finish to return to the tests and then mark this test accordingly. 1786 </string> 1787 <string name="provisioning_byod_work_status_toast">Work status toast is displayed</string> 1788 <string name="provisioning_byod_work_status_toast_instruction"> 1789 Please press the Go button to launch a work activity. 1790 \n\n 1791 Follow instructions and then return and mark this test accordingly. 1792 </string> 1793 <string name="provisioning_byod_work_status_toast_activity"> 1794 Turn off the screen and wait a few seconds then turn on the screen again. 1795 \n\n 1796 Verify that a toast was displayed saying you are in the work profile. 1797 \n\n 1798 Please press finish to return to the tests and then mark this test accordingly. 1799 </string> 1800 <string name="provisioning_byod_profile_visible_instruction"> 1801 Please press the Go button to open the Settings page. 1802 Navigate to Accounts and confirm that:\n 1803 \n 1804 - Both Personal and Work categories exist.\n 1805 - \"Remove work profile\" exists under the Work category.\n 1806 \n 1807 Furthermore, hit the action overflow button (3 dots) and verify that:\n 1808 - There are two auto-sync options present, one for personal and one for work data.\n 1809 - De-selecting either option prompts a warning dialog.\n 1810 \n 1811 Use the Back button to return to this page. 1812 </string> 1813 <string name="provisioning_byod_admin_visible_instruction"> 1814 Please press the Go button to open the Security page in Settings. 1815 Navigate to Device administrators and confirm that:\n 1816 \n 1817 - Device administrators outside of the work profile (if any) appear in the list, and the managed profile administrators are badged correctly.\n 1818 - A badged \"CTS Verifier\" exists, and is activated.\n 1819 - Attempting to uncheck the badged \"CTS Verifier\" shows a page allowing the user to remove the managed profile.\n 1820 \n 1821 Use the Back button to return to this page. 1822 </string> 1823 <string name="provisioning_byod_workapps_visible_instruction"> 1824 Please press the Go button to start the launcher. 1825 Go to All Apps screen and scroll through it to confirm that:\n 1826 \n 1827 - A new set of work apps including CTS Verifier appear in the list.\n 1828 - Work badge overlay appears on work app\'s icon (see example icon below).\n 1829 \n 1830 Then navigate back to this screen using Recents button. 1831 </string> 1832 1833 <string name="provisioning_byod_app_settings">Profile-aware app settings</string> 1834 <string name="provisioning_byod_app_settings_instruction"> 1835 Please press the Go button to open Apps page in settings.\n 1836 \n 1837 Verify that work profile exists in the dropdown list and selecting it will 1838 bring up apps setting in the work profile.\n 1839 \n 1840 Then use the Back button to return to this test and mark accordingly. 1841 </string> 1842 1843 <string name="provisioning_byod_location_settings">Profile-aware location settings</string> 1844 <string name="provisioning_byod_location_settings_instruction"> 1845 Please press the Go button to open Location page in settings.\n 1846 \n 1847 Verify that work profile entry exists in the page and it has a toggleable switch.\n 1848 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 1849 Then switch the main location switch on again. You should see the work profile location switch go enabled and into its previous state.\n 1850 \n 1851 Then use the Back button to return to this test and mark accordingly. 1852 </string> 1853 1854 <string name="provisioning_byod_wifi_data_usage_settings">Profile-aware data usage settings (Wi-Fi)</string> 1855 <string name="provisioning_byod_wifi_data_usage_settings_instruction"> 1856 Please press the Go button to open the Settings page.\n 1857 \n 1858 Navigate to \"Data usage\" page and then into the \"Wi-Fi data usage\" category.\n 1859 Confirm that \"All work apps\" section is present and that the list includes badged apps.\n 1860 Confirm that tapping on \"All work apps\" section shows a list of only work profile apps data usage.\n 1861 \n 1862 Then use the Back button to return to this test and mark accordingly. 1863 </string> 1864 1865 <string name="provisioning_byod_cellular_data_usage_settings">Profile-aware data usage settings (Cellular)</string> 1866 <string name="provisioning_byod_cellular_data_usage_settings_instruction"> 1867 Please disable Wi-Fi connection on your device.\n 1868 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 1869 Please carry out operations that will use mobile data using both badged and unbadged apps (e.g. visit a page in a browser).\n 1870 \n 1871 Please press the Go button to open the Settings page.\n 1872 \n 1873 Navigate to \"Data usage\" page and then into the \"Cellular data usage\" category.\n 1874 Confirm that \"All work apps\" section is present and that the list includes badged apps.\n 1875 Confirm that tapping on \"All work apps\" section shows a list of only work profile apps data usage.\n 1876 \n 1877 Then use the Back button to return to this test and mark accordingly. 1878 </string> 1879 1880 <string name="provisioning_byod_cred_settings">Profile-aware trusted credential settings</string> 1881 <string name="provisioning_byod_cred_settings_instruction"> 1882 Please press the Go button to open the Security settings. 1883 Navigate to "Trusted credentials" and wait for the UI to load. 1884 After the list is loaded, confirm that:\n 1885 \n 1886 The page list credentials for both "Personal" and "Work" profiles.\n 1887 \n 1888 Then use the Back button to return to this test and mark accordingly. 1889 </string> 1890 1891 <string name="provisioning_byod_print_settings">Profile-aware printing settings</string> 1892 <string name="provisioning_byod_print_settings_instruction"> 1893 Please press the Go button to open the Printing settings. 1894 \n 1895 Verify that work profile exists in the dropdown list and selecting it will 1896 bring up printing setting in the work profile.\n 1897 \n 1898 Then use the Back button to return to this test and mark accordingly. 1899 </string> 1900 1901 <string name="provisioning_byod_cross_profile_intent_filters">Cross profile intent filters are set</string> 1902 1903 <string name="provisioning_byod_nfc_beam">Disable Nfc beam</string> 1904 <string name="provisioning_byod_nfc_beam_allowed_instruction"> 1905 Please press the Go button to test if Nfc beam can be triggered in the work profile.\n 1906 \n 1907 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 1908 \n 1909 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 1910 \n 1911 Then use the Back button to return to this test and mark accordingly. 1912 </string> 1913 <string name="provisioning_byod_nfc_beam_disallowed_instruction"> 1914 Please press the Go button to test if Nfc beam is disallowed by policy 1915 \n 1916 Verify that Nfc beam is not triggered when pressing the button.\n 1917 \n 1918 Then use the Back button to return to this test and mark accordingly. 1919 </string> 1920 <string name="provisioning_byod_send_manual_beam">Send manual beam</string> 1921 <string name="provisioning_byod_send_share_intent">Send share intent</string> 1922 <string name="provisioning_byod_cannot_resolve_beam_activity">Cannot find beam activity</string> 1923 1924 <string name="test_failed_cannot_start_intent">Cannot start the given intent.</string> 1925 <string name="provisioning_byod_no_activity">Cannot communicate with activity in the work profile.</string> 1926 <string name="provisioning_byod_delete_profile">Initiate deletion of work profile.</string> 1927 <string name="provisioning_byod_profile_deleted">Work profile deleted.</string> 1928 <string name="provisioning_byod_disabled">Device provisioning is not enabled.</string> 1929 <string name="provisioning_button_finish">Finish</string> 1930 <string name="provisioning_cross_profile_chooser">Choose an app to complete action</string> 1931 1932 <string name="provisioning_byod_no_gps_location_feature">No GPS feature present. Skip test.</string> 1933 <string name="provisioning_byod_location_mode_enable">Enable location</string> 1934 <string name="provisioning_byod_location_mode_enable_toast_location_change">Location changed</string> 1935 <string name="provisioning_byod_location_mode_enable_instruction"> 1936 This test verifies that the location updates can be enabled for the managed profile apps.\n 1937 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 1938 2. Move your position a little bit, verify that location updates toast comes up.\n 1939 Please wait until the location updates or timeout toast message shows up before going back to the cts-verifier tests.\n 1940 3. Go back to the cts-verifier tests using the back button, then mark the test accordingly.\n 1941 </string> 1942 1943 <string name="provisioning_byod_location_mode_disable">Disable location</string> 1944 <string name="provisioning_byod_location_mode_time_out_toast">Timeout waiting for gps location change</string> 1945 <string name="provisioning_byod_location_mode_disable_instruction"> 1946 This test verifies that the location updates can be disabled for the managed profile apps through the main location switch.\n 1947 1. Press the go button to go to the location settings page, set the main location switch disabled.\n 1948 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. 1949 Please wait until the timeout or location updates toast message shows up before going back to the cts-verifier tests.\n 1950 3. Go back to the cts-verifier tests using the back button, then mark the test accordingly.\n 1951 </string> 1952 1953 <string name="provisioning_byod_work_location_mode_disable">Disable location for work profile</string> 1954 <string name="provisioning_byod_work_location_mode_disable_instruction"> 1955 This test verifies that the location updates can be disabled for the managed profile apps through work profile location switch.\n 1956 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 1957 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. 1958 Please wait until the timeout or location updates toast message shows up before going back to the cts-verifier tests.\n 1959 3. Go back to the cts-verifier tests using the back button, then mark the test accordingly.\n 1960 </string> 1961 <string name="provisioning_byod_primary_location_when_work_disabled">Primary receives updates while work location is disabled</string> 1962 <string name="provisioning_byod_primary_location_when_work_disabled_instruction"> 1963 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 1964 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 1965 2. Move your position a little bit, verify that location updates toast comes up.\n 1966 Please wait until the location updates or timeout toast message shows up before going back to the cts-verifier tests.\n 1967 3. Go back to the cts-verifier tests using the back button, then mark the test accordingly.\n 1968 </string> 1969 1970 <string name="provisioning_byod_turn_off_work">Turn off work mode</string> 1971 <string name="provisioning_byod_turn_off_work_info">This test verifes device behaviours when turning off work mode.</string> 1972 <string name="provisioning_byod_turn_off_work_instructions"> 1973 This test verifies the device behaviour when work profile is turned off.\n 1974 Please exercise the following tests in sequence.\n 1975 The button below can be used to open the Settings page where you can toggle work mode. 1976 </string> 1977 <string name="provisioning_byod_turn_off_work_prepare_button">Open Settings to toggle work mode</string> 1978 1979 <string name="provisioning_byod_turn_off_work_prepare_notifications">Prepare a work notification</string> 1980 <string name="provisioning_byod_turn_off_work_prepare_notifications_instruction"> 1981 This is a test setup step.\n 1982 1. Press the go button to send a work notification.\n 1983 2. Verify that the notification is displayed and mark this test as passed.\n 1984 (Note: in the following test, you will be asked to verify the notification disappears after work mode is turned off.) 1985 </string> 1986 1987 <string name="provisioning_byod_turn_off_work_turned_off">Please turn off work mode</string> 1988 <string name="provisioning_byod_turn_off_work_turned_off_toast">Open settings to turn off work mode, using the button above.</string> 1989 1990 <string name="provisioning_byod_turn_off_work_notifications">Notifications when work mode is off</string> 1991 <string name="provisioning_byod_turn_off_work_notifications_instruction"> 1992 Verify that the previously-shown work notification has now disappeared. 1993 </string> 1994 1995 <string name="provisioning_byod_turn_off_work_icon">Status bar icon when work mode is off</string> 1996 <string name="provisioning_byod_turn_off_work_icon_instruction"> 1997 Now that work mode is off, please verify that the status bar shows an icon indicating that work mode is off.\n 1998 </string> 1999 2000 <string name="provisioning_byod_turn_off_work_launcher">Starting work apps when work mode is off</string> 2001 <string name="provisioning_byod_turn_off_work_launcher_instruction"> 2002 This test verifies that work applications cannot be started if work mode is off.\n 2003 1. Press home to go to the launcher.\n 2004 2. Verify that work applications are greyed out.\n 2005 3. Tap on a work application.\n 2006 4. Verify that the application does not start.\n 2007 </string> 2008 2009 <string name="provisioning_byod_turn_off_work_turned_on">Please turn work mode back on</string> 2010 <string name="provisioning_byod_turn_off_work_turned_on_toast">Open settings to turn work mode back on, using the button above.</string> 2011 2012 <string name="provisioning_byod_turn_on_work_icon">Status bar icon when work mode is on</string> 2013 <string name="provisioning_byod_turn_on_work_icon_instruction"> 2014 Now that work mode is back on, please verify that the status bar icon for work mode off is no longer visible. 2015 </string> 2016 2017 <string name="provisioning_byod_turn_on_work_launcher">Starting work apps when work mode is on</string> 2018 <string name="provisioning_byod_turn_on_work_launcher_instruction"> 2019 Now that work mode is back on, please go to the launcher and verify that you can start a work application. 2020 </string> 2021 2022 <string name="provisioning_byod_organization_info">Organization Info</string> 2023 <string name="provisioning_byod_organization_name_hint">Name</string> 2024 <string name="provisioning_byod_organization_color_hint">#FF00FF</string> 2025 <string name="provisioning_byod_set_organization_info_button_text">Set</string> 2026 <string name="provisioning_byod_organization_info_instructions"> 2027 This test verifies that the Organization Info was set correctly. 2028 You can only do this test after you have done "select work lock" test.\n 2029 1. Enter your organization name.\n 2030 2. Enter a valid color code.\n 2031 3. Press the Set button to set organization Info.\n 2032 4. Press the Go button to open a dialog to confirm work credentials.\n 2033 5. Verify that the background color of the resulting dialog is as set by you.\n 2034 6. Verify that the header text has organization name as set by you.\n 2035 </string> 2036 <string name="provisioning_byod_parent_profile_password">Personal password test</string> 2037 <string name="provisioning_byod_parent_profile_password_description"> 2038 This test verifies that the password on the personal side can be chosen from within a managed profile.\n 2039 2040 1. Press the Go button to set a new password for the personal side.\n 2041 2. Lock and unlock the screen to verify that the personal side password was set correctly.\n 2042 </string> 2043 2044 <!-- Strings for DeviceOwnerProvisioningTest --> 2045 <string name="provisioning_device_owner">Device Owner Provisioning</string> 2046 <string name="device_owner_provisioning_tests">Device Owner provisioning tests</string> 2047 <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> 2048 <string name="device_owner_provisioning_category">Device Owner Provisioning</string> 2049 <string name="device_owner_negative_test">Device owner negative test</string> 2050 <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> 2051 <string name="start_device_owner_provisioning_button">Start provisioning</string> 2052 <string name="positive_device_owner">Device Owner Tests</string> 2053 <string name="device_owner_positive_tests">Device Owner positive tests</string> 2054 <string name="device_owner_positive_tests_instructions"> 2055 The positive device owner tests verify policies on a corporate owned device.\n 2056 Press below button first, follow steps described in the dialog that pops up, 2057 then proceed to the test cases.\n 2058 Pressing \'back\', \'pass\' or \'fail\' on this test page will remove the device owner.\n 2059 Alternatively, you can run the \'Remove device owner\' test. Ideally, that test should 2060 be run last so that it does not interfere with other tests. 2061 </string> 2062 <string name="device_owner_positive_tests_info"> 2063 The positive device owner tests verify policies on a corporate owned device.\n 2064 Press below button first, follow steps described in the dialog that pops up, 2065 then proceed to the test cases.\n 2066 Pressing \'back\', \'pass\' or \'fail\' on this test page will remove the device owner.\n 2067 Alternatively, you can run the \'Remove device owner\' test. Ideally, that test should 2068 be run last so that it does not interfere with other tests. 2069 </string> 2070 <string name="device_owner_positive_category">Device Owner Tests</string> 2071 <string name="set_device_owner_button_label">Set up device owner</string> 2072 <string name="set_device_owner_dialog_title">Set up device owner</string> 2073 <string name="set_device_owner_dialog_text"> 2074 Please set the device owner by enabling USB debugging on the device and issuing the following command on the host:\n 2075 adb shell dpm set-device-owner \'com.android.cts.verifier/com.android.cts.verifier.managedprovisioning.DeviceAdminTestReceiver\' 2076 </string> 2077 <string name="device_owner_remove_device_owner_test">Remove device owner</string> 2078 <string name="device_owner_remove_device_owner_test_info"> 2079 Please check in Settings > Security > Device Administrators if CTSVerifier is 2080 Device Owner. Then press the button below, and check that CTSVerifier is NOT Device 2081 Owner anymore. 2082 </string> 2083 <string name="remove_device_owner_button">Remove device owner</string> 2084 <string name="device_owner_check_device_owner_test">Check device owner</string> 2085 <string name="device_owner_incorrect_device_owner">Missing or incorrect device owner: CTSVerifier is not DO!</string> 2086 <string name="device_owner_wifi_lockdown_test">WiFi configuration lockdown</string> 2087 <string name="device_owner_wifi_lockdown_info"> 2088 Please enter the SSID and auth method of an available WiFi Access Point and press the button to create a 2089 WiFi configuration. This configuration can be seen on Settings > WiFi. The test cases 2090 are going to use this config. Please go through test cases in order (from top to bottom). 2091 </string> 2092 <string name="switch_wifi_lockdown_off_button">WiFi config lockdown off</string> 2093 <string name="switch_wifi_lockdown_on_button">WiFi config lockdown on</string> 2094 <string name="wifi_lockdown_go_settings_wifi_button">Go to WiFi Settings</string> 2095 <string name="device_owner_wifi_key_management_none_button">None</string> 2096 <string name="device_owner_wifi_key_management_wpa_button">WPA</string> 2097 <string name="device_owner_wifi_key_management_wep_button">WEP</string> 2098 <string name="create_wifi_config_button_label">Create WiFi configuration</string> 2099 <string name="wifi_lockdown_add_network_failed_dialog_title">WiFi configuration could not be created</string> 2100 <string name="wifi_lockdown_add_network_failed_dialog_text"> 2101 There was an error during creation of WiFi configuration. Check if WiFi is switched on. 2102 </string> 2103 <string name="device_owner_wifi_config_unlocked_modification_test">Unlocked config is modifiable in Settings</string> 2104 <string name="device_owner_wifi_config_unlocked_modification_test_info"> 2105 Please press the button to ensure WiFi config lockdown is NOT in effect. Then go to 2106 Settings > WiFi and see if the CTSVerifier created WiFi configuration can be edited. 2107 Please make sure you can connect to it. The test is successful if the config is editable 2108 and can be connected to. 2109 </string> 2110 <string name="device_owner_wifi_config_locked_modification_test">Locked config is not modifiable in Settings</string> 2111 <string name="device_owner_wifi_config_locked_modification_test_info"> 2112 Please press the button to ensure WiFi config lockdown is in effect. Then go to 2113 Settings > WiFi and see if the CTSVerifier created WiFi configuration can NOT be edited 2114 or removed. The test is successful if the config is NOT modifiable. 2115 </string> 2116 <string name="device_owner_wifi_config_locked_connection_test">Locked config can be connected to</string> 2117 <string name="device_owner_wifi_config_locked_connection_test_info"> 2118 Please press the button to ensure WiFi config lockdown is in effect. Then go to 2119 Settings > WiFi and see if the CTSVerifier created WiFi configuration can be connected 2120 to manually. The test is successful if the connection can be established. 2121 </string> 2122 <string name="device_owner_wifi_config_unlocked_removal_test">Unlocked config can be forgotten in Settings</string> 2123 <string name="device_owner_wifi_config_unlocked_removal_test_info"> 2124 Please press the button to ensure WiFi config lockdown is NOT in effect. Then go to 2125 Settings > WiFi and see if the CTSVerifier created WiFi configuration can be forgotten. 2126 The test is successful if the config could be forgotten and is removed from the list of saved configs. 2127 </string> 2128 <string name="device_owner_disable_statusbar_test">Disable status bar</string> 2129 <string name="device_owner_disable_statusbar_test_info"> 2130 Please press the below button to disable the status bar and verify that quick settings, notifications 2131 and the assist gesture are no longer available.\n 2132 Next, press the button to reenable the status bar and verify that quick settings, notification 2133 and the assist gesture are available again.\n 2134 Please mark the test accordingly. 2135 </string> 2136 <string name="device_owner_disable_statusbar_button">Disable status bar</string> 2137 <string name="device_owner_reenable_statusbar_button">Reenable status bar</string> 2138 <string name="device_owner_disable_keyguard_test">Disable keyguard</string> 2139 <string name="device_owner_disable_keyguard_test_info"> 2140 Note that any device passwords that you might have set will be deleted during this test.\n 2141 Please press the below button to disable the keyguard. Press the power button on your device to 2142 switch off the screen. Then press the power button to switch the screen back on and verify that 2143 no keyguard was shown.\n 2144 Next, press the button to reenable the keyguard and repeat the above steps, this time verifying that 2145 a keyguard was shown again.\n 2146 Please mark the test accordingly. 2147 </string> 2148 <string name="device_owner_disable_keyguard_button">Disable keyguard</string> 2149 <string name="device_owner_reenable_keyguard_button">Reenable keyguard</string> 2150 <string name="device_profile_owner_permission_lockdown_test">Permissions lockdown</string> 2151 <string name="device_profile_owner_permission_lockdown_test_instructions"> 2152 Select each of the three grant states for the permission shown below in turn.\n 2153 Now open application settings, select Permissions, and verify if the following behaviour is observed.\n 2154 <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 2155 <b>Let user decide:</b> Permission state can be changed through the settings UI.\n 2156 <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 2157 Please mark the test accordingly. 2158 </string> 2159 <string name="device_owner_permission_lockdown_test_info"> 2160 This test checks if the permissions state in settings UI is locked down according to the state set by the device owner. 2161 </string> 2162 <string name="device_owner_disallow_usb_file_transfer_test">Disallow USB file transfer</string> 2163 <string name="device_owner_disallow_usb_file_transfer_test_info"> 2164 Please press below button to set the \"disallow USB file transfer\" restriction.\n 2165 Next, connect your device to your desktop computer through USB, open the USB notification from the status bar 2166 and check that the \"Transfer files (MTP)\" and \"Transfer photos (PTP)\" cannot be selected and triggers a support message when trying to select them.\n 2167 Also, check that if you can download files from your phone to the desktop computer. The test is successful if the files from your phone are not and cannot be downloaded through USB.\n 2168 Please mark the test accordingly. 2169 </string> 2170 <string name="device_owner_set_user_icon">Setting the user icon</string> 2171 <string name="device_owner_set_user_icon_instruction"> 2172 This test verifies that the user icon can be set.\n 2173 1. Press the set user icon button.\n 2174 2. Press the go button to go to Settings.\n 2175 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 2176 3b. If there is no \"users\" section, mark this test as passed.\n 2177 </string> 2178 <string name="device_owner_set_user_icon_button">Set user icon</string> 2179 2180 <string name="profile_owner_permission_lockdown_test_info"> 2181 <b> 2182 Before proceeding, check if com.android.cts.permissionapp (aka CtsPermissionApp) is installed in work profile by going to Settings > Apps. If not, please install the app before proceeding.\n\n 2183 </b> 2184 This test checks if the permissions state in settings UI is locked down correctly depending on the state set by the profile owner. 2185 </string> 2186 <string name="package_not_found">You must install %s (aka CtsPermissionApp).</string> 2187 <string name="permission_allow">Grant</string> 2188 <string name="permission_default">Let user decide</string> 2189 <string name="permission_deny">Deny</string> 2190 <string name="not_profile_owner">%s is not profile owner.</string> 2191 <string name="not_device_owner">%s is not device owner.</string> 2192 <string name="activity_not_found">No activity found to handle intent: %s</string> 2193 <string name="open_settings_button_label">Open Application Settings</string> 2194 <string name="finish_button_label">Finish</string> 2195 <string name="device_owner_device_admin_visible">Device administrator settings</string> 2196 <string name="device_owner_device_admin_visible_info"> 2197 Please press the Go button to open the Security page in Settings. 2198 Navigate to Device administrators and confirm that:\n 2199 \n 2200 - \"CTS Verifier\" exists and is activated.\n 2201 - \"CTS Verifier\" cannot be disabled.\n 2202 \n 2203 Use the Back button to return to this page. 2204 </string> 2205 <string name="device_owner_disallow_config_bt">Disallow configuring Bluetooth</string> 2206 <string name="device_owner_disallow_config_bt_info"> 2207 Please press the Set restriction button to set the user restriction. 2208 Then press Go to open the Bluetooth page in Settings. 2209 Confirm that:\n 2210 \n 2211 - You cannot view Bluetooth devices in range.\n 2212 - Trying to edit, add or remove any already paired devices triggers a support message.\n 2213 \n 2214 Use the Back button to return to this page. 2215 </string> 2216 <string name="device_owner_disallow_config_wifi">Disallow configuring WiFi</string> 2217 <string name="device_owner_disallow_config_wifi_info"> 2218 Please press the Set restriction button to set the user restriction. 2219 Then press Go to open the WiFi page in Settings. 2220 Confirm that:\n 2221 \n 2222 - You cannot view WiFi networks in range.\n 2223 - Trying to edit, add or remove any existing WiFi configs triggers a support message.\n 2224 \n 2225 Use the Back button to return to this page. 2226 </string> 2227 <string name="device_owner_disallow_data_roaming">Disallow data roaming</string> 2228 <string name="device_owner_disallow_data_roaming_info"> 2229 Device should have a sim card to perform this test. 2230 Please press the Set restriction button to set the user restriction. 2231 Then press Go to open the Cellular network page in Settings. 2232 Confirm that:\n 2233 \n 2234 - Data roaming is disabled.\n 2235 - Enabling data roaming is not possible and triggers a support message.\n 2236 \n 2237 Use the Back button to return to this page. 2238 </string> 2239 <string name="device_owner_user_restriction_set">Set restriction</string> 2240 <string name="device_owner_settings_go">Go</string> 2241 2242 <string name="device_owner_vpn_connection"> 2243 Vpn connection has been established.\n 2244 This is not as expected.\n 2245 Mark this test as failed.\n 2246 </string> 2247 <string name="device_owner_vpn_connection_close_failed"> 2248 Established vpn connection cannot be closed.\n 2249 This is not as expected.\n 2250 Mark this test as failed.\n 2251 </string> 2252 <string name="device_owner_no_vpn_connection"> 2253 Cannot establish a VPN connection.\n 2254 This was expected.\n 2255 Mark this test as passed.\n 2256 </string> 2257 <string name="device_owner_vpn_connection_canceled"> 2258 Cannot establish a VPN connection.\n 2259 Connection canceled by user.\n 2260 </string> 2261 <string name="device_owner_vpn_test">Check VPN</string> 2262 <string name="device_owner_vpn_info_default">Vpn test message</string> 2263 2264 <string name="device_owner_disallow_config_vpn">Disallow configuring VPN</string> 2265 <string name="device_owner_disallow_config_vpn_info"> 2266 Please press the Set VPN restriction button to set the VPN restriction. 2267 Perform tests in order. Mark test as passed if both test cases pass\n\n 2268 1. Press Go to open the Vpn settings page.\n 2269 Confirm that:\n 2270 - You cannot add a new VPN network.\n 2271 - You cannot edit, add or remove any existing VPNs.\n 2272 - Trying to perform any of the above actions will trigger a support message.\n\n 2273 2. Press Check VPN to check programmatic Vpn test.\n 2274 - Check Vpn setup\n\n 2275 Use the Back button to return to this page. 2276 </string> 2277 <string name="device_owner_user_vpn_restriction_set">Set VPN restriction</string> 2278 2279 <!-- Strings for DeviceOwnerBugreportTest --> 2280 <string name="device_owner_requesting_bugreport_tests">Device Owner Requesting Bugreport Tests</string> 2281 <string name="device_owner_requesting_bugreport_category">Device Owner Requesting Bugreport Tests</string> 2282 <string name="device_owner_requesting_bugreport_tests_info"> 2283 The device owner requesting bugreport tests verify that a bugreport can be requested on a corporate owned device.\n 2284 Press below button first, follow steps described in the dialog that pops up, 2285 then proceed to the test cases.\n 2286 Pressing \'back\', \'pass\' or \'fail\' on this test page will remove the device owner.\n 2287 Alternatively, you can run the \'Remove device owner\' test. Ideally, that test should 2288 be run last so that it does not interfere with other tests. 2289 </string> 2290 <string name="device_owner_request_bugreport">Request bugreport</string> 2291 <string name="bugreport_sharing_declined">Bugreport sharing declined</string> 2292 <string name="bugreport_shared_successfully">Bugreport shared successfully</string> 2293 <string name="bugreport_already_in_progress">Bugreport is already being collected on this device</string> 2294 <string name="bugreport_failed_completing">Bugreport collection operation failed</string> 2295 <string name="device_owner_bugreport_sharing_declined_while_being_taken">Sharing of requested bugreport declined while being taken</string> 2296 <string name="device_owner_bugreport_sharing_declined_while_being_taken_info"> 2297 Please press the \"Request bugreport\" button to invoke the bugreport sharing operation. 2298 Open the notifications panel and verify that:\n 2299 \n 2300 - Notification titled \"Taking bugreport...\" with an indefinite progress bar is present.\n 2301 \n 2302 Press the \"Request bugreport\" button again to try to invoke a second bugreport sharing operation. 2303 Open the notifications panel and verify that:\n 2304 \n 2305 - Notification titled \"Device Owner Requesting Bugreport Tests\" with message \"Bugreport is already being collected on this device\" is present. Dismiss that notification.\n 2306 - 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 2307 \n 2308 Tap the \"DECLINE\" button and verify that:\n 2309 \n 2310 - \"Taking bugreport...\" notification with an indefinite progress bar is no longer present.\n 2311 - Notification titled \"Device Owner Requesting Bugreport Tests\" with message \"Bugreport sharing declined\" is present.\n 2312 \n 2313 Dismiss the notifications and mark test as passed or failed. 2314 </string> 2315 <string name="device_owner_bugreport_sharing_accepted_while_being_taken">Sharing of requested bugreport accepted while being taken</string> 2316 <string name="device_owner_bugreport_sharing_accepted_while_being_taken_info"> 2317 Please press the \"Request bugreport\" button to invoke the bugreport sharing operation. 2318 Open the notifications panel and verify that:\n 2319 \n 2320 - Notification titled \"Taking bugreport...\" with an indefinite progress bar is present.\n 2321 - 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 2322 \n 2323 Tap the \"SHARE\" button and verify that:\n 2324 \n 2325 - \"Taking bugreport...\" notification with an indefinite progress bar is no longer present.\n 2326 - Notification titled \"Sharing bugreport...\" with an indefinite progress bar is present.\n 2327 - 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 2328 \n 2329 Dismiss the notifications and mark test as passed or failed. 2330 </string> 2331 <string name="device_owner_bugreport_sharing_declined_after_having_been_taken">Sharing of requested bugreport declined after having been taken</string> 2332 <string name="device_owner_bugreport_sharing_declined_after_having_been_taken_info"> 2333 Please press the \"Request bugreport\" button to invoke the bugreport sharing operation. 2334 Open the notifications panel and verify that:\n 2335 \n 2336 - Notification titled \"Taking bugreport...\" with an indefinite progress bar is present.\n 2337 \n 2338 Wait for a few minutes (time necessary for bugreport to be collected) and verify that:\n 2339 \n 2340 - \"Taking bugreport...\" notification with an indefinite progress bar is dismissed.\n 2341 - 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 2342 \n 2343 Tap the \"DECLINE\" button and verify that:\n 2344 \n 2345 - Notification titled \"Share bug report?\" is dismissed.\n 2346 - Notification titled \"Device Owner Requesting Bugreport Tests\" with message \"Bugreport sharing declined\" is present.\n 2347 \n 2348 Dismiss the notifications and mark test as passed or failed. 2349 </string> 2350 <string name="device_owner_bugreport_sharing_accepted_after_having_been_taken">Sharing of requested bugreport accepted after having been taken</string> 2351 <string name="device_owner_bugreport_sharing_accepted_after_having_been_taken_info"> 2352 Please press the \"Request bugreport\" button to invoke the bugreport sharing operation. 2353 Open the notifications panel and verify that:\n 2354 \n 2355 - Notification titled \"Taking bugreport...\" with an indefinite progress bar is present.\n 2356 \n 2357 Wait for a few minutes (time necessary for bugreport to be collected) and verify that:\n 2358 \n 2359 - \"Taking bugreport...\" notification with an indefinite progress bar is dismissed.\n 2360 - 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 2361 \n 2362 Tap the \"SHARE\" button and verify that:\n 2363 \n 2364 - Notification titled \"Share bug report?\" is dismissed.\n 2365 - Notification titled \"Device Owner Requesting Bugreport Tests\" with message \"Bugreport shared successfully\" is present.\n 2366 \n 2367 Dismiss the notifications and mark test as passed or failed. 2368 </string> 2369 2370 <!-- Strings used for policy transparency test --> 2371 <string name="device_profile_owner_policy_transparency_test">Policy transparency test</string> 2372 <string name="device_profile_owner_policy_transparency_test_info"> 2373 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. 2374 </string> 2375 <string name="policy_transparency_open_settings_label">Open settings</string> 2376 <string name="policy_transparency_short_support_msg_label">Set short support message</string> 2377 <string name="policy_transparency_long_support_msg_label">Set long support message</string> 2378 <string name="policy_transparency_set_msg">Set message</string> 2379 <string name="policy_transparency_clear_msg">Clear message</string> 2380 <string name="policy_transparency_set_default_msg">Set default message</string> 2381 <string name="policy_transparency_default_short_msg"> 2382 This action is disabled by your administrator. Contact someone@example.com for support. 2383 </string> 2384 <string name="policy_transparency_default_long_msg"> 2385 This profile or device is managed by CtsVerifier. You can contact tech 2386 support on:\n\n 2387 America: +1 555-0100\n\n 2388 APAC: +1 555-0100\n\n 2389 Europe: +1 555-0100\n\n 2390 Email: someone@example.com 2391 </string> 2392 <string name="policy_transparency_update_button_label">Update</string> 2393 <string name="dummy_input_method_label">Dummy input method</string> 2394 <string name="dummy_accessibility_service_label">Dummy accessibility service</string> 2395 <string name="policy_transparency_test_instructions"> 2396 1. <xliff:g id="set_step" example="Set policy by turning the switch on">%1$s</xliff:g>\n 2397 2. Open Settings app by clicking the "Open settings" button below.\n 2398 3. Verify that performing the following action will trigger a support dialog:\n 2399 <xliff:g id="user_action" example="Adding an account">%2$s</xliff:g>.\n 2400 4. Verify that the support dialog displays the short support message set earlier.\n 2401 5. Verify that clicking the "More details" link will redirect to Device administrators 2402 page in Settings app which displays the long support message set earlier.\n 2403 </string> 2404 <string name="user_restriction_set_step"> 2405 Set \'%s\' user restriction by turning on the switch below. 2406 </string> 2407 <string name="disallow_add_user">Disallow add user</string> 2408 <string name="disallow_add_user_action">Adding a new user</string> 2409 <string name="disallow_adjust_volume">Disallow adjust volume</string> 2410 <string name="disallow_adjust_volume_action">Adjusting the volume</string> 2411 <string name="disallow_apps_control">Disallow controlling apps</string> 2412 <string name="disallow_apps_control_action">DISABLE/UNINSTALL/FORCE STOP-ing any app in the managed device/profile other than CtsVerifier</string> 2413 <string name="disallow_config_cell_broadcasts">Disallow config cell broadcasts</string> 2414 <string name="disallow_config_cell_broadcasts_action">Configuring cell broadcasts</string> 2415 <string name="disallow_config_credentials">Disallow config credentials</string> 2416 <string name="disallow_config_credentials_action">Configuring user credentials</string> 2417 <string name="disallow_config_mobile_networks">Disallow config mobile networks</string> 2418 <string name="disallow_config_mobile_networks_action">Configuring mobile networks</string> 2419 <string name="disallow_config_tethering">Disallow config tethering</string> 2420 <string name="disallow_config_tethering_action">Configuring tethering and portable hotspots</string> 2421 <string name="disallow_config_wifi">Disallow config Wi-Fi</string> 2422 <string name="disallow_config_wifi_action">Modifying Wi-Fi configuration</string> 2423 <string name="disallow_debugging_features">Disallow debugging features</string> 2424 <string name="disallow_debugging_features_action">Enabling developer options</string> 2425 <string name="disallow_factory_reset">Disallow factory reset</string> 2426 <string name="disallow_factory_reset_action">Factory resetting the device</string> 2427 <string name="disallow_fun">Disallow fun</string> 2428 <string name="disallow_fun_action">Opening android easter egg game by tapping repeatedly on the \'Android version\' option</string> 2429 <string name="disallow_install_unknown_sources">Disallow install unknown sources</string> 2430 <string name="disallow_install_unknown_sources_action">Enabling \'Unknown sources\' setting</string> 2431 <string name="disallow_modify_accounts">Disallow modify accounts</string> 2432 <string name="disallow_modify_accounts_action">Adding an account or removing an account (if you have already added one)</string> 2433 <string name="disallow_network_reset">Disallow network reset</string> 2434 <string name="disallow_network_reset_action">Resetting network settings</string> 2435 <string name="disallow_outgoing_beam">Disallow outgoing beam</string> 2436 <string name="disallow_outgoing_beam_action">Switching on android beam</string> 2437 <string name="disallow_remove_user">Disallow remove user</string> 2438 <string name="disallow_remove_user_action">Removing other users</string> 2439 <string name="disallow_share_location">Disallow share location</string> 2440 <string name="disallow_share_location_action">Turning on location sharing</string> 2441 <string name="disallow_uninstall_apps">Disallow uninstall apps</string> 2442 <string name="disallow_uninstall_apps_action">Uninstalling applications other CtsVerifier</string> 2443 <string name="disallow_keyguard_unredacted_notifications">Disallow lockscreen unredacted notification</string> 2444 <string name="disallow_keyguard_unredacted_notifications_set_step">Disallow unredacted notifications when device is locked by turning on the switch below</string> 2445 <string name="disallow_keyguard_unredacted_notifications_action">Selecting show all notification content when device is locked</string> 2446 <string name="disallow_keyguard_unredacted_notifications_widget_label">@string/disallow_keyguard_unredacted_notifications</string> 2447 <string name="set_auto_time_required">Set auto (network) time required</string> 2448 <string name="auto_time_required_set_step">Set auto time required policy by turning on the switch below</string> 2449 <string name="set_auto_time_required_action">Modifying date and time</string> 2450 <string name="set_auto_time_required_widget_label">@string/set_auto_time_required</string> 2451 <string name="set_lock_screen_info">Set lock screen info</string> 2452 <string name="lock_screen_info_set_step">Select a lock screen info by setting a non-empty message in the edittext below.</string> 2453 <string name="set_lock_screen_info_action">Modifying lock screen message</string> 2454 <string name="set_lock_screen_info_widget_label">@string/set_lock_screen_info</string> 2455 <string name="set_maximum_time_to_lock">Set maximum time to lock</string> 2456 <string name="maximum_time_to_lock_set_step"> 2457 Select a non-zero maximum time to lock value by setting a value in the edittext box below. 2458 </string> 2459 <string name="set_maximum_time_to_lock_action">Selecting maximum time to lock greater than the set value below</string> 2460 <string name="set_maximum_time_to_lock_widget_label">Set maximum time to lock (in Sec):</string> 2461 <string name="set_password_quality">Set password quality</string> 2462 <string name="password_quality_set_step">Set minimum password quality by selecting an option in the spinner below.</string> 2463 <string name="set_password_quality_action">Setting a password which does not meet the requirements of the password quality selected</string> 2464 <string name="set_password_quality_widget_label">@string/set_password_quality</string> 2465 <string name="password_quality_unspecified">Unspecified</string> 2466 <string name="password_quality_something">Something</string> 2467 <string name="password_quality_numeric">Numeric</string> 2468 <string name="password_quality_numeric_complex">Numeric (Complex)</string> 2469 <string name="password_quality_alphabetic">Alphabetic</string> 2470 <string name="password_quality_alphanumeric">Alphanumeric</string> 2471 <string name="password_quality_complex">Complex</string> 2472 <string name="set_permitted_accessibility_services">Set permitted accessibility services</string> 2473 <string name="permitted_accessibility_services_set_step"> 2474 Disallow \'Dummy Accessibility service\' from permitted accessibility services by turning on 2475 the switch below. 2476 </string> 2477 <string name="set_permitted_accessibility_services_action"> 2478 Enabling \'Dummy Accessibility service\' in the list of accessibility services 2479 </string> 2480 <string name="set_permitted_accessibility_services_widget_label"> 2481 Allow only system accessibility services: 2482 </string> 2483 <string name="set_permitted_input_methods">Set permitted input methods</string> 2484 <string name="permitted_input_methods_set_step"> 2485 Disallow \'Dummy Input method\' from permitted input methods by turning on the switch below. 2486 </string> 2487 <string name="set_permitted_input_methods_action"> 2488 Enabling \'Dummy Input Method\' in the list of accessibility services 2489 </string> 2490 <string name="set_permitted_input_methods_widget_label"> 2491 Allow only system input methods: 2492 </string> 2493 2494 <!-- Strings for JobScheduler Tests --> 2495 <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> 2496 2497 <string name="js_idle_test">Idle Mode Constraints</string> 2498 <string name="js_start_test_text">Start test</string> 2499 <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> 2500 <string name="js_idle_description_1">Turn the screen off and then back on in order to begin.</string> 2501 <string name="js_idle_continue_instruction"> 2502 Switch off screen and wait for it to turn on to continue. 2503 </string> 2504 <string name="js_idle_item_idle_off">Idle job does not execute when device is not idle.</string> 2505 <string name="js_idle_item_idle_on">Idle job does execute when device is forced into idle.</string> 2506 2507 <string name="js_charging_test">Charging Constraints</string> 2508 <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> 2509 <string name="js_charging_description_1">Plug in the charger if it isn\'t already plugged in.</string> 2510 <string name="js_charging_off_test">Device not charging will not execute a job with a charging constraint.</string> 2511 <string name="js_charging_on_test">Device when charging will execute a job with a charging constraint.</string> 2512 <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> 2513 <string name="js_charging_description_3">Device is plugged in. Please wait while it get\s into stable charging state.</string> 2514 <string name="js_charging_description_4">There seems to be a problem with your charger. Pleasy try again.</string> 2515 2516 <string name="js_connectivity_test">Connectivity Constraints</string> 2517 <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> 2518 <string name="js_connectivity_description_1">Disable WiFi and Cellular data to begin.</string> 2519 <string name="js_unmetered_connectivity_test">Device with no connectivity will not execute a job with an unmetered connectivity constraint.</string> 2520 <string name="js_any_connectivity_test">Device with no connectivity will not execute a job with an unmetered connectivity constraint.</string> 2521 <string name="js_no_connectivity_test">Device with no connectivity will still execute a job with no connectivity constraints.</string> 2522 2523 <!-- String for the bundled TV app Tests --> 2524 2525 <string name="tv_input_discover_test">3rd-party TV input test</string> 2526 <string name="tv_input_discover_test_info"> 2527 Verify that the bundled TV app launches via Intent and calls the proper API to discover 2528 3rd-party TV inputs. 2529 </string> 2530 <string name="tv_input_discover_test_go_to_setup"> 2531 Select the \"Launch TV app\" button and set up the newly installed TV input: 2532 \"CTS Verifier\". 2533 </string> 2534 <string name="tv_input_discover_test_verify_setup"> 2535 Setup activity must have been started. 2536 </string> 2537 <string name="tv_input_discover_test_tune_to_channel"> 2538 Select the \"Launch TV app\" button and tune to the \"Dummy\" channel from \"CTS Verifier\" 2539 input. If necessary, configure the channel to be visible. 2540 </string> 2541 <string name="tv_input_discover_test_verify_tune"> 2542 Tune command must be called. 2543 </string> 2544 <string name="tv_input_discover_test_verify_overlay_view"> 2545 Verify that the overlay appears and displays the text \"Overlay View Dummy Text\" when you tune 2546 to the \"Dummy\" channel. 2547 </string> 2548 <string name="tv_input_discover_test_verify_size_changed"> 2549 Verify that video layout changes correctly according to the provided video track information, 2550 including pixel aspect ratio. 2551 </string> 2552 <string name="tv_input_discover_test_verify_global_search"> 2553 Verify the TV app provides query results for 3rd-party input\'s channels and programs in 2554 global search results. 2555 </string> 2556 <string name="tv_input_discover_test_go_to_epg"> 2557 Select the \"Launch EPG\" button and locate the \"Dummy\" channel. 2558 </string> 2559 <string name="tv_input_discover_test_verify_epg"> 2560 Do you see the programs named \"Dummy Program\" and their descriptions 2561 "Dummy Program Description" in the EPG? 2562 </string> 2563 <string name="tv_input_discover_test_trigger_setup"> 2564 Select the \"Launch setup\" button and verify if the bundled TV app shows the list of installed 2565 TV inputs for setup. 2566 </string> 2567 <string name="tv_input_discover_test_verify_trigger_setup"> 2568 Do you see the \"CTS Verifier\" input in the list? 2569 </string> 2570 2571 <string name="tv_parental_control_test">TV app parental controls test</string> 2572 <string name="tv_parental_control_test_info"> 2573 Verify that the bundled TV app calls the parental controls API. 2574 </string> 2575 <string name="tv_parental_control_test_turn_on_parental_control"> 2576 Select the \"Launch TV app\" button and turn on the parental controls. If parental controls are 2577 on already, turn it off and on again. 2578 </string> 2579 <string name="tv_parental_control_test_verify_receive_broadcast1"> 2580 TV input service must have received ACTION_PARENTAL_CONTROLS_ENABLED_CHANGED broadcast. 2581 </string> 2582 <string name="tv_parental_control_test_check_parental_controls_switch"> 2583 Is there an option to turn off parental controls on this device? 2584 </string> 2585 <string name="tv_parental_control_test_block_tv_ma"> 2586 Select the \"Launch TV app\" button and block the \"Fake\" rating for \"CtsVerifier\" rating 2587 system in the parental control settings. If the rating system is disabled by default, enable it. 2588 If the \"Fake\" rating is already blocked, unblock it, save, and then block again. 2589 </string> 2590 <string name="tv_parental_control_test_verify_receive_broadcast2"> 2591 TV input service must have received ACTION_BLOCKED_RATINGS_CHANGED broadcast. 2592 </string> 2593 <string name="tv_parental_control_test_block_unblock"> 2594 Select the \"Launch TV app\" button; verify that the channel is blocked. 2595 Try to unblock the screen by entering PIN; verify that it\'s unblocked. 2596 </string> 2597 2598 <string name="tv_parental_control_turn_off_disabled">No</string> 2599 <string name="tv_parental_control_turn_off_enabled">Yes</string> 2600 <string name="tv_launch_tv_app">Launch TV app</string> 2601 <string name="tv_launch_epg">Launch EPG</string> 2602 <string name="tv_launch_setup">Launch setup</string> 2603 <string name="tv_channel_not_found"> 2604 CtsVerifier channel is not set up. Please set up before proceeding. 2605 </string> 2606 2607 <string name="tv_multiple_tracks_test">TV app closed captions and multi-audio test</string> 2608 <string name="tv_multiple_tracks_test_info"> 2609 Verify that the bundled TV app calls the multi-track API. 2610 </string> 2611 <string name="tv_multiple_tracks_test_select_subtitle"> 2612 Select the \"Launch TV app\" button. Verify that closed captions are off by default. Set closed 2613 caption language to English. 2614 </string> 2615 <string name="tv_multiple_tracks_test_verify_set_caption_enabled"> 2616 Captions are enabled. 2617 </string> 2618 <string name="tv_multiple_tracks_test_verify_select_subtitle"> 2619 The English closed caption track should be selected. 2620 </string> 2621 <string name="tv_multiple_tracks_test_select_audio"> 2622 Select the \"Launch TV app\" button. Verify that the audio track is English by default. 2623 Select Spanish audio track. 2624 </string> 2625 <string name="tv_multiple_tracks_test_verify_select_audio"> 2626 The Spanish audio track should be selected. 2627 </string> 2628 2629 <string name="tv_time_shift_test">TV app time shift test</string> 2630 <string name="tv_time_shift_test_info"> 2631 This test verifies that the TV app invokes proper time shift APIs in the framwork. 2632 </string> 2633 <string name="tv_time_shift_test_pause_resume"> 2634 Press the \"Launch TV app\" button. Verify that the playback control is available. 2635 Pause the playback and then resume it. 2636 </string> 2637 <string name="tv_time_shift_test_verify_resume_after_pause"> 2638 The playback should resume after pause. 2639 </string> 2640 <string name="tv_time_shift_test_verify_position_tracking"> 2641 The playback position tracking should be activated. 2642 </string> 2643 <string name="tv_time_shift_test_speed_rate"> 2644 Press the \"Launch TV app\" button. Verify that the playback control is available. 2645 Rewind the playback and in a few seconds fast-forward it. 2646 </string> 2647 <string name="tv_time_shift_test_verify_rewind"> 2648 The playback should rewind. 2649 </string> 2650 <string name="tv_time_shift_test_verify_fast_forward"> 2651 The playback should fast-forward. 2652 </string> 2653 <string name="tv_time_shift_test_seek"> 2654 Press the \"Launch TV app\" button. Verify that the playback control is available. 2655 Seek to previous and then seek to next. 2656 </string> 2657 <string name="tv_time_shift_test_verify_seek_to_previous"> 2658 The playback position should be moved to the previous position. 2659 </string> 2660 <string name="tv_time_shift_test_verify_seek_to_next"> 2661 The playback position should be moved to the next position. 2662 </string> 2663 2664 <string name="tv_app_link_test">TV app app-link test</string> 2665 <string name="tv_app_link_test_info"> 2666 Verify that the bundled TV app supports linking to channel apps. If a TV input service provides 2667 links for its specific channels, the TV app should show the links in a proper format. 2668 </string> 2669 <string name="tv_app_link_test_select_app_link"> 2670 Select the \"Launch TV app\" button, then check if you can see a menu with \"Cts App-Link Text\" 2671 text in red background. If you see the link, select it to follow the link. 2672 </string> 2673 <string name="tv_app_link_test_verify_link_clicked"> 2674 The app-link must have been clicked and the activity should be changed correctly. 2675 </string> 2676 <string name="tv_input_link_test_verify_link_interface"> 2677 Do you see the app-link card similar to the image on the left?\n 2678 1) You should see the poster art image, but the color may be different.\n 2679 2) You should see the text \"Cts App-Link Text\".\n 2680 </string> 2681 2682 <string name="overlay_view_text">Overlay View Dummy Text</string> 2683 <string name="fake_rating">Fake</string> 2684 2685 <!-- A list of fully-qualified test classes that should not be run. --> 2686 <string-array name="disabled_tests" /> 2687 2688 <!-- Strings for screen pinning test --> 2689 <string name="screen_pinning_test">Screen Pinning Test</string> 2690 <string name="screen_pin_instructions">Pressing next will prompt you to enter screen pinning, allow this app to enter screen pinning.</string> 2691 <string name="screen_pin_check_pinned">Press Next to verify the app is pinned.</string> 2692 <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> 2693 <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> 2694 <string name="screen_pinning_done">All tests completed successfully.</string> 2695 2696 <string name="error_screen_no_longer_pinned">The screen was no longer pinned.</string> 2697 <string name="error_screen_already_pinned">Cannot start the test with the screen already pinned.</string> 2698 <string name="error_screen_pinning_did_not_start">Screen was not pinned.</string> 2699 <string name="error_screen_pinning_did_not_exit">Screen was not unpinned.</string> 2700 <string name="error_screen_pinning_couldnt_exit">Could not exit screen pinning through API.</string> 2701 2702 <!-- Audio Devices Notifcations Tests --> 2703 <string name="audio_out_devices_notifications_test">Audio Output Devices Notifications Test</string> 2704 <string name="audio_out_devices_notification_instructions"> 2705 Click the "Clear Messages" button then connect and disconnect a wired headset. 2706 Note if the appropriate notification messages appear below. 2707 </string> 2708 <string name="audio_in_devices_notifications_test">Audio Input Devices Notifications Test</string> 2709 <string name="audio_in_devices_notification_instructions"> 2710 Click the "Clear Messages" button then connect and disconnect a microphone or wired headset. 2711 Note if the appropriate notification messages appear below. 2712 </string> 2713 <string name="audio_dev_notification_clearmsgs">Clear Messages</string> 2714 <string name="audio_dev_notification_connectMsg">CONNECT DETECTED</string> 2715 <string name="audio_dev_notification_disconnectMsg">DISCONNECT DETECTED</string> 2716 2717 <string name="audio_input_routingnotifications_test">Audio Input Routing Notifications Test</string> 2718 <string name="audio_input_routingnotification_instructions"> 2719 Click on the "Record" button in the AudioRecord Routing Notifications section below to 2720 start recording. Insert a wired headset or microphone. Observe a message acknowledging the 2721 rerouting event below. Remove the wired headset and observe the new routing message. 2722 Click on the "Stop" button to stop recording.\n 2723 </string> 2724 <string name="audio_output_routingnotifications_test">Audio Output Routing Notifications Test</string> 2725 <string name="audio_output_routingnotification_instructions"> 2726 Click on the "Play" button in the AudioTrack Routing Notifications section below to 2727 start (silent) playback. Insert a wired headset. Observe a message acknowledging the 2728 rerouting event below. Remove the wired headset and observe the new routing message. 2729 Click on the "Stop" button to stop playback.\n 2730 </string> 2731 <string name="audio_routingnotification_playBtn">Play</string> 2732 <string name="audio_routingnotification_playStopBtn">Stop</string> 2733 <string name="audio_routingnotification_recBtn">Record</string> 2734 <string name="audio_routingnotification_recStopBtn">Stop</string> 2735 <string name="audio_routingnotification_playHeader">AudioTrack Routing Notifications</string> 2736 <string name="audio_routingnotification_recHeader">AudioRecord Routing Notifications</string> 2737 <string name="audio_routingnotification_trackRoutingMsg">AudioTrack rerouting</string> 2738 <string name="audio_routingnotification_recordRoutingMsg">AudioRecord rerouting</string> 2739 2740 <!-- Audio general text --> 2741 <string name="audio_general_headset_port_exists">Does this device have a headset port?</string> 2742 <string name="audio_general_headset_no">No</string> 2743 <string name="audio_general_headset_yes">Yes</string> 2744 <string name="audio_general_deficiency_found">WARNING: Some results show potential deficiencies on the system. 2745 Please consider addressing them for a future release.</string> 2746 <string name="audio_general_test_passed">Test Successful</string> 2747 <string name="audio_general_test_failed">Test Result: Not Optimal</string> 2748 <string name="audio_general_default_false_string">false</string> 2749 <string name="audio_general_default_true_string">true</string> 2750 <string name="audio_general_warning">Warning</string> 2751 <string name="audio_general_ok">Ok</string> 2752 <string name="audio_general_level_not_max">Audio Level is not maximum. Please check your device 2753 is set to max level for audio playback.</string> 2754 2755 <!-- Audio Loopback Latency Test --> 2756 <string name="audio_loopback_test">Audio Loopback Latency Test</string> 2757 <string name="audio_loopback_info"> 2758 This test requires the Loopback Plug. Please connect a Loopback Plug into the headset 2759 connector, and proceed with the instructions on the screen. 2760 The system will measure the input-output audio latency by injecting a pulse on the output, 2761 and computing the distance between replicas of the pulse. 2762 You can vary the Audio Level slider to ensure the pulse will feed back at adequate levels. 2763 Repeat until a confidence level >= 0.6 is achieved. 2764 </string> 2765 <string name="audio_loopback_instructions"> 2766 Please connect a "Loopback Plug" and press "Loopback Plug Ready". 2767 </string> 2768 <string name="audio_loopback_plug_ready_btn">Loopback Plug Ready</string> 2769 <string name="audio_loopback_instructions2"> 2770 Set the audio level to a suitable value, then press Test button. 2771 It might require multiple tries until a confidence >= 0.6 is achieved. 2772 </string> 2773 <string name="audio_loopback_level_text">Audio Level</string> 2774 <string name="audio_loopback_test_btn">Test</string> 2775 <string name="audio_loopback_results_text">Results...</string> 2776 2777 <!-- Audio Frequency Line Test --> 2778 <string name="audio_frequency_line_test">Audio Frequency Line Test</string> 2779 <string name="audio_frequency_line_info"> 2780 The system will measure the frequency response of the left and right line outputs, 2781 by feeding them back thru the microphone conection with the loopback jack. 2782 This test requires the Loopback Plug. Please connect a Loopback Plug on the headset 2783 connector, and proceed with the instructions on the screen. 2784 </string> 2785 <string name="audio_frequency_line_instructions"> 2786 Please connect a "Loopback Plug" and press "Loopback Plug Ready". 2787 </string> 2788 <string name="audio_frequency_line_plug_ready_btn">Loopback Plug Ready</string> 2789 2790 <string name="audio_frequency_line_test_btn">Test</string> 2791 <string name="audio_frequency_line_results_text">Results...</string> 2792 2793 <!-- Audio Frequency Speaker Test --> 2794 <string name="audio_frequency_speaker_test">Audio Frequency Speaker Test</string> 2795 <string name="audio_frequency_speaker_info"> 2796 This test requires an external USB reference microphone. Please connect the USB microphone and proceed with the instructions on the screen. 2797 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. 2798 </string> 2799 <string name="audio_frequency_speaker_instructions"> 2800 Please connect an USB reference microphone and press "USB Reference microphone ready" 2801 </string> 2802 <string name="audio_frequency_speaker_usb_status">Waiting for USB microphone...</string> 2803 <string name="audio_frequency_speaker_mic_ready_btn">USB Reference microphone ready</string> 2804 <string name="audio_frequency_speaker_mic_ready_text">USB Audio device detected\n\nPlease set up Device Under test 2805 in quiet room, and Microphone 20 cms perpendicular to center of screen, then press TEST</string> 2806 <string name="audio_frequency_speaker_mic_not_ready_text">"No USB Audio device detected. Please reconnect."</string> 2807 <string name="audio_frequency_speaker_test_btn">Test</string> 2808 <string name="audio_frequency_speaker_results_text">Results...</string> 2809 2810 <!-- Audio Frequency Microphone Test --> 2811 <string name="audio_frequency_mic_test">Audio Frequency Microphone Test</string> 2812 <string name="audio_frequency_mic_info"> 2813 This test requires an external USB reference microphone and external speakers. 2814 Please use the headphone connector to connect external speakers. Position the device 40 cms 2815 from the speakers and proceed with the instructions on the screen. 2816 The system will measure frequency response of the built in microphone. 2817 </string> 2818 <string name="audio_frequency_mic_instructions"> 2819 Please connect external speakers using the headphone connector. Please unplug any USB audio device (if any) 2820 </string> 2821 <string name="audio_frequency_mic_speakers_ready_btn">External speakers ready</string> 2822 <string name="audio_frequency_mic_speakers_ready_status">...</string> 2823 <string name="audio_frequency_mic_instructions2"> 2824 Please position the speakers 40 cms from the device under test and press TEST 1 2825 </string> 2826 <string name="audio_frequency_mic_test1_btn">Test 1</string> 2827 <string name="audio_frequency_mic_usb_status">Waiting for USB microphone...</string> 2828 <string name="audio_frequency_mic_connect_mic">Please Connect USB microphone, position it next to 2829 the built in microphone in the device and press USB reference microphone</string> 2830 <string name="audio_frequency_mic_mic_ready_btn">USB Reference microphone ready</string> 2831 <string name="audio_frequency_mic_mic_ready_text">USB Audio device detected\n\nPlease set up Device Under test 2832 in quiet room, and Microphone 20 cms perpendicular to center of screen, then press TEST</string> 2833 <string name="audio_frequency_mic_mic_not_ready_text">"No USB Audio device detected. Please reconnect."</string> 2834 <string name="audio_frequency_mic_test2_btn">Test 2</string> 2835 <string name="audio_frequency_mic_results_text">Results...</string> 2836 2837 <!-- Audio Frequency Unprocessed Test --> 2838 <string name="audio_frequency_unprocessed_test">Audio Frequency Unprocessed Test</string> 2839 <string name="audio_frequency_unprocessed_info"> 2840 This test requires an external broadband noise source (or click/impulse). 2841 Please be prepared to activate the noise source when asked to. 2842 The system will measure frequency response of the built in microphone using the UNPROCESSED 2843 audio source. 2844 </string> 2845 <string name="audio_frequency_unprocessed_defined">Audio Frequency Unprocessed feature is defined. Test is mandatory</string> 2846 <string name="audio_frequency_unprocessed_not_defined">Audio Frequency Unprocessed feature is NOT defined. Test is optional</string> 2847 <string name="audio_frequency_unprocessed_instructions2"> 2848 Once you press the [TEST] button, you have 5 seconds to play a broadband sound (click or white noise). 2849 </string> 2850 <string name="audio_frequency_unprocessed_test1_btn">Test 1</string> 2851 <string name="audio_frequency_unprocessed_results_text">Results...</string> 2852 2853</resources> 2854