blob: 800deb6acec09b9124baaf45b06e1d5276c05fcd [file] [log] [blame]
Brian Muramatsu70a9e3f2010-06-25 15:27:09 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
Jeff Davidson112f2792011-08-22 09:46:46 -07007
Brian Muramatsu70a9e3f2010-06-25 15:27:09 -07008 http://www.apache.org/licenses/LICENSE-2.0
Jeff Davidson112f2792011-08-22 09:46:46 -07009
Brian Muramatsu70a9e3f2010-06-25 15:27:09 -070010 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<resources>
17 <string name="app_name">CTS Verifier</string>
Isaac Katzenelsond96d0662013-10-02 17:06:28 -070018
Brian Muramatsuda429d72012-06-14 12:45:22 -070019 <string name="title_version">CTS Verifier %1$s</string>
Brian Muramatsue1181872010-08-20 12:59:39 -070020
Brian Muramatsuff1038f2010-08-26 14:37:08 -070021 <string name="pass_button_text">Pass</string>
Brian Muramatsu14e1cbb2010-09-13 18:33:39 -070022 <string name="info_button_text">Info</string>
Brian Muramatsuff1038f2010-08-26 14:37:08 -070023 <string name="fail_button_text">Fail</string>
destradaa65c7cdb2013-10-28 16:36:12 -070024 <string name="next_button_text">Next</string>
Brian Muramatsuff1038f2010-08-26 14:37:08 -070025
Brian Muramatsu78d2c1d2010-08-16 15:22:30 -070026 <!-- Strings for TestListActivity -->
Brian Muramatsuf8946202010-11-09 13:43:39 -080027 <string name="test_category_audio">Audio</string>
Brian Muramatsu1f549802011-06-09 15:25:28 -070028 <string name="test_category_camera">Camera</string>
Harsh Modi0d3062d2015-06-02 15:59:39 -070029 <string name="test_category_car">Car</string>
Brian Muramatsu713049d2011-06-23 18:35:36 -070030 <string name="test_category_device_admin">Device Administration</string>
Brian Muramatsu12c86912011-07-21 17:26:46 -070031 <string name="test_category_hardware">Hardware</string>
Brian Muramatsue891acb2011-05-19 16:02:39 -070032 <string name="test_category_networking">Networking</string>
Brian Muramatsu78d2c1d2010-08-16 15:22:30 -070033 <string name="test_category_sensors">Sensors</string>
Tom O'Neillcd4fa022013-12-13 17:27:46 -080034 <string name="test_category_location">Location</string>
Brian Muramatsu78d2c1d2010-08-16 15:22:30 -070035 <string name="test_category_security">Security</string>
Jeff Davidson112f2792011-08-22 09:46:46 -070036 <string name="test_category_streaming">Streaming</string>
Brian Muramatsu78d2c1d2010-08-16 15:22:30 -070037 <string name="test_category_features">Features</string>
Isaac Katzenelsond96d0662013-10-02 17:06:28 -070038 <string name="test_category_deskclock">Clock</string>
Matthew Williams547b8162014-10-15 10:18:11 -070039 <string name="test_category_jobscheduler">Job Scheduler</string>
Wonsik Kim18aa5752014-10-30 00:47:57 +090040 <string name="test_category_tv">TV</string>
Brian Muramatsu78d2c1d2010-08-16 15:22:30 -070041 <string name="test_category_other">Other</string>
Brian Muramatsuac007372010-08-18 11:02:28 -070042 <string name="clear">Clear</string>
43 <string name="test_results_cleared">Test results cleared.</string>
Brian Muramatsu52f3b6f2011-09-23 12:09:59 -070044 <string name="view">View</string>
Brian Muramatsu82ab52a2011-06-27 14:02:12 -070045 <string name="test_results_error">Couldn\'t create test results report.</string>
Jeff Davidson4c3bbd82011-08-02 11:51:43 -070046 <string name="export">Export</string>
47 <string name="no_storage">Cannot save report to external storage, see log for details.</string>
48 <string name="report_saved">Report saved to: %s</string>
Dan Morrill5df275b2010-08-11 12:19:19 -070049
Brian Muramatsu52f3b6f2011-09-23 12:09:59 -070050 <!-- Strings for ReportViewerActivity -->
51 <string name="report_viewer">Report Viewer</string>
52
Brian Muramatsu0ac3cdf2011-08-03 11:47:10 -070053 <!-- Strings for BackupTestActivity -->
54 <string name="backup_test">Data Backup Test</string>
Jeff Davidson112f2792011-08-22 09:46:46 -070055 <string name="backup_info">This test checks that data backup and automatic restore works
Brian Muramatsu0ac3cdf2011-08-03 11:47:10 -070056 properly. The test activity lists some preferences and files that are backed up and
57 restored by the CTS Verifier. If backup and restore is working properly, these values
58 should be restored after running the backup manager, uninstalling the app, and reinstalling
59 the CTS Verifier.
60 \n\nPress the \"Generate Test Data\" to populate these values
61 and then follow the on screen instructions to finish the test.
62 </string>
63 <string name="bu_preferences">Preferences</string>
64 <string name="bu_files">Files</string>
65 <string name="bu_loading">Loading...</string>
66 <string name="bu_generate">Generate Test Data</string>
67 <string name="bu_generate_error">Error occurred while generating test data...</string>
68 <string name="bu_instructions">Random values for the preferences and files have been saved.
69 \n\nFollow the instructions below to check that the data backup and restore works:
Jeff Davidson112f2792011-08-22 09:46:46 -070070 \n\n1. Make sure backup and automatic restore are enabled in settings. Depending on the
71 backup transport supported by the device you may need to do additional steps. For instance
Takayuki Hoshi7af0e6c2014-11-14 17:07:40 +090072 you may need to set a Google account as the backup account for the device. If you cannot
73 find the corresponding setting options on your device, run \"adb shell bmgr enable true\"
74 to enable the backup manager. You can check its status by executing \"adb shell bmgr
75 enabled\".
Brian Muramatsu0ac3cdf2011-08-03 11:47:10 -070076 \n\n2. Run the backup manager: adb shell bmgr run
77 \n\n3. Uninstall the program: adb uninstall com.android.cts.verifier
78 \n\n4. Reinstall the CTS Verifier and verify that the values are still the same.
79 </string>
80 <string name="bu_settings">Settings</string>
81
Brian Muramatsu713049d2011-06-23 18:35:36 -070082 <!-- Strings for Device Administration tests -->
83 <string name="da_policy_serialization_test">Policy Serialization Test</string>
84 <string name="da_policy_serialization_info">This test checks that a device policy is properly
85 saved and loaded across reboots.\n\nPress the \"Generate Policy\" button to create
86 a random policy. Then press the \"Apply Policy\" button to apply the policy. Reboot the
87 device and verify that all rows in the policy list are green. Red items indicate policy
88 settings that were not loaded properly.
89 </string>
Harsh Modi0d3062d2015-06-02 15:59:39 -070090 <string name="car_dock_test">Car Dock Test</string>
91 <string name="car_dock_test_desc">This test ensures that car mode opens the app associated with
92 car dock when going into car mode. Click on "Enable Car Mode" to start the test. Clicking on
93 the button will either bring up a disambiguation dialog asking which app to open or
94 immediately open the CAR_DOCK application. Select the "CTS Verifier" app if the dialog pops up,
95 which open the CAR_DOCK application. In the CAR_DOCK application, press the home button, which
96 will enable the pass button if the framework correctly tries to open the CAR_DOCk app again.</string>
97 <string name="car_mode_enable">Enable Car Mode</string>
98 <string name="car_dock_activity_text">Press the Home button</string>
Brian Muramatsu713049d2011-06-23 18:35:36 -070099 <string name="da_no_policy">1. Press the \"Generate Policy\" to create a random device
100 policy\n\n2. Press \"Apply Policy\" to put the policy into effect.\n\n3. Reboot your
101 device and return to this test in the CTS Verifier.
102 </string>
103 <string name="da_generate_policy">Generate Policy</string>
104 <string name="da_apply_policy">Apply Policy</string>
105 <string name="da_random_policy">Random policy generated.</string>
106 <string name="da_policy_reboot">Reboot your device and return to this CTS Verifier test.</string>
107 <string name="da_password_quality">Password Quality</string>
108 <string name="da_password_quality_alphabetic">Alphabetic</string>
109 <string name="da_password_quality_alphanumeric">Alphanumeric</string>
110 <string name="da_password_quality_numeric">Numeric</string>
111 <string name="da_password_quality_something">Something</string>
Brian Muramatsu713049d2011-06-23 18:35:36 -0700112 <string name="da_password_minimum_length">Minimum Password Length</string>
113 <string name="da_maximum_failed_passwords_for_wipe">Maximum Failed Passwords for Wipe</string>
114 <string name="da_maximum_time_to_lock">Maximum Time to Lock</string>
115 <string name="da_policy_info">Expected value: %1$s\nActual value: %2$s</string>
116
117 <string name="da_screen_lock_test">Screen Lock Test</string>
118 <string name="da_screen_lock_info">This test checks that the DevicePolicyManager\'s lockNow
119 method immediately locks the screen. It should lock the screen immediately despite any
Christine Chen523d04c2011-09-22 11:45:50 -0700120 settings that may specify a timeout.\n\nClick the \"Force Lock\" button to lock the screen.
Brian Muramatsu76c50252011-06-29 17:12:29 -0700121 Your screen should be locked and require the password to be entered.
Brian Muramatsu713049d2011-06-23 18:35:36 -0700122 </string>
123 <string name="da_force_lock">Force Lock</string>
Brian Muramatsu713049d2011-06-23 18:35:36 -0700124 <string name="da_lock_success">It appears the screen was locked successfully!</string>
125 <string name="da_lock_error">It does not look like the screen was locked...</string>
126
Brian Muramatsue891acb2011-05-19 16:02:39 -0700127 <!-- Strings for BluetoothActivity -->
128 <string name="bluetooth_test">Bluetooth Test</string>
Jeff Davidson112f2792011-08-22 09:46:46 -0700129 <string name="bluetooth_test_info">The Bluetooth Control tests check whether or not the device
Brian Muramatsue891acb2011-05-19 16:02:39 -0700130 can disable and enable Bluetooth properly.\n\nThe Device Communication tests require two
131 devices to pair and exchange messages. The two devices must be:
132 \n\n1. a candidate device implementation running the software build to be tested
133 \n\n2. a separate device implementation already known to be compatible</string>
134
Brian Muramatsue891acb2011-05-19 16:02:39 -0700135 <string name="bt_control">Bluetooth Control</string>
136 <string name="bt_device_communication">Device Communication</string>
John Du73462362013-07-26 12:28:28 -0700137 <string name="bt_le">Bluetooth Low Energy</string>
Brian Muramatsue891acb2011-05-19 16:02:39 -0700138
139 <string name="bt_toggle_bluetooth">Toggle Bluetooth</string>
140 <string name="bt_toggle_instructions">Disable and enable Bluetooth to successfully complete this test.</string>
141 <string name="bt_enable_bluetooth">Enable Bluetooth</string>
142 <string name="bt_disable_bluetooth">Disable Bluetooth</string>
143 <string name="bt_disabling">Disabling Bluetooth...</string>
144 <string name="bt_disabling_error">Could not disable Bluetooth...</string>
145
Brian Muramatsu0822bf42011-09-12 12:29:32 -0700146 <string name="bt_connection_access_server">Connection Access Server</string>
147 <string name="bt_connection_access_client">Connection Access Client</string>
148 <string name="bt_connection_access_server_info">
149 Start the CTS Verifier on another device, start the Bluetooth test, and choose
destradaa65c7cdb2013-10-28 16:36:12 -0700150 \"Connection Access Client\" to setup the test.
151 \n\nFirst, unpair the devices via Bluetooth settings. Then connect the devices together
Brian Muramatsu0822bf42011-09-12 12:29:32 -0700152 using the \"Make Discoverable\" and \"Pick Server\" buttons.
153 \n\nA connection access request should appear on the server and enable the pass button.
154 </string>
155 <string name="bt_connection_access_client_info">
156 Start the CTS Verifier on another device, start the Bluetooth test, and choose
destradaa65c7cdb2013-10-28 16:36:12 -0700157 \"Connection Access Server\" to complete the test.
158 \n\nMake the device acting as the server discoverable and connect to it via the
159 \"Pick Server\" button. Check that the server displays the connection access request
Brian Muramatsu0822bf42011-09-12 12:29:32 -0700160 dialog. The client device does not need to do anything else.
161 </string>
162 <string name="bt_ca_dialog">Was the connection access request dialog shown?</string>
163 <string name="bt_ca_tips">
164 Tap the \"Bluetooth Settings\" button and check that both devices are not paired
165 before running the test.
166 \n\nUse the \"Make Discoverable\" and \"Pick Server\" buttons to connect the two Bluetooth
167 devices together and start the test.
168 </string>
169
Brian Muramatsue891acb2011-05-19 16:02:39 -0700170 <string name="bt_secure_server">Secure Server</string>
171 <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>
172 <string name="bt_insecure_server">Insecure Server</string>
173 <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>
174 <string name="bt_waiting">Waiting for client...</string>
Brian Muramatsu0822bf42011-09-12 12:29:32 -0700175 <string name="bt_listening">Listening...</string>
Brian Muramatsue891acb2011-05-19 16:02:39 -0700176 <string name="bt_connecting">Connecting...</string>
Brian Muramatsu0822bf42011-09-12 12:29:32 -0700177 <string name="bt_connected">Connected</string>
Brian Muramatsue891acb2011-05-19 16:02:39 -0700178 <string name="bt_received_messages">Received Messages</string>
179 <string name="bt_sent_messages">Sent Messages</string>
180 <string name="bt_no_messages">No messages</string>
181 <string name="bt_make_discoverable">Make Discoverable</string>
Brian Muramatsu0822bf42011-09-12 12:29:32 -0700182 <string name="bt_pick_server">Pick Server</string>
Brian Muramatsu8b98f7c2011-06-08 14:50:24 -0700183 <string name="bt_insecure_pairing_error_title">Pairing dialog shown?</string>
184 <string name="bt_insecure_pairing_error_message">Insecure connections should not show the pairing dialog!</string>
Brian Muramatsue891acb2011-05-19 16:02:39 -0700185
186 <string name="bt_secure_client">Secure Client</string>
187 <string name="bt_insecure_client">Insecure Client</string>
188
189 <string name="bt_device_picker">Device Picker</string>
190 <string name="bt_paired_devices">Paired Devices</string>
191 <string name="bt_new_devices">New Devices</string>
192 <string name="bt_no_devices">No devices</string>
193 <string name="bt_scan">Scan for Devices</string>
194 <string name="bt_scanning">Scanning...</string>
195 <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>
196 <string name="bt_settings">Bluetooth Settings</string>
197
John Du73462362013-07-26 12:28:28 -0700198 <!-- BLE client side strings -->
199 <string name="ble_client_service_name">Bluetooth LE GATT Client Handler Service</string>
200 <string name="ble_client_test_name">BLE Client Test</string>
Yicheng Fan24bf0102014-11-24 16:17:58 -0800201 <string name="ble_client_connect_name">BLE Client Connect</string>
202 <string name="ble_discover_service_name">BLE Discover Service</string>
203 <string name="ble_read_characteristic_name">BLE Read Characteristic</string>
204 <string name="ble_write_characteristic_name">BLE Write Characteristic</string>
205 <string name="ble_reliable_write_name">BLE Reliable Write</string>
206 <string name="ble_notify_characteristic_name">BLE Notify Characteristic</string>
207 <string name="ble_read_descriptor_name">BLE Read Descriptor</string>
208 <string name="ble_write_descriptor_name">BLE Write Descriptor</string>
209 <string name="ble_read_rssi_name">BLE Read RSSI</string>
210 <string name="ble_client_disconnect_name">BLE Client Disconnect</string>
John Du73462362013-07-26 12:28:28 -0700211 <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>
212 <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>
213 <string name="ble_discover_service_info">Verify that the service is discovered when you press the "Discover Service" button.</string>
214 <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>
215 <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>
216 <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>
217 <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>
218 <string name="ble_client_disconnect_info">Verify that the device is disconnected when you press the "Disconnect" button</string>
219 <string name="ble_address">Bluetooth address</string>
220 <string name="ble_connect">Connect</string>
221 <string name="ble_discover_service">Discover service</string>
222 <string name="ble_write_hint">Nothing to write yet</string>
223 <string name="ble_read_hint">Nothing read yet</string>
224 <string name="ble_write">Write</string>
225 <string name="ble_read">Read</string>
226 <string name="ble_begin_write">Begin write</string>
227 <string name="ble_execute_write">Execute write</string>
228 <string name="ble_begin_notification">Begin notification</string>
229 <string name="ble_stop_notification">Stop notification</string>
230 <string name="ble_waiting_notification">Waiting on notification</string>
231 <string name="ble_read_rssi">Read RSSI</string>
232 <string name="ble_disconnect">Disconnect</string>
Yicheng Fanc8882202014-11-10 12:10:10 -0800233 <string name="ble_test_text">TEST</string>
John Du73462362013-07-26 12:28:28 -0700234
235 <!-- BLE server side strings -->
236 <string name="ble_server_service_name">Bluetooth LE GATT Server Handler Service</string>
237 <string name="ble_server_start_name">BLE Server Test</string>
238 <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>
239 <string name="ble_server_receiving_connect">Waiting on connection from BLE client.</string>
240 <string name="ble_server_add_service">Adding service to BLE server.</string>
241 <string name="ble_server_write_characteristic">Waiting on write characteristic request</string>
242 <string name="ble_server_read_characteristic">Waiting on read characteristic request</string>
243 <string name="ble_server_write_descriptor">Waiting on write descriptor request</string>
244 <string name="ble_server_read_descriptor">Waiting on read descriptor request</string>
245 <string name="ble_server_reliable_write">Waiting on reliable write from client</string>
246 <string name="ble_server_receiving_disconnect">Waiting on disconnection from BLE client</string>
247
Yicheng Fana6736922014-07-08 14:53:55 -0700248 <!-- BLE advertiser side strings -->
249 <string name="ble_advertiser_test_name">BLE Advertiser Test</string>
250 <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>
251 <string name="ble_advertiser_service_name">Bluetooth LE Advertiser Handler Service</string>
Yicheng Fana6736922014-07-08 14:53:55 -0700252 <string name="ble_privacy_mac_name">BLE Privacy Mac</string>
253 <string name="ble_privacy_mac_info">BLE Advertiser should advertise in non-repeating MAC address.</string>
Yicheng Fan994d1dd2014-09-24 16:02:35 -0700254 <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>
Yicheng Fan036fc0cb12014-07-21 19:47:02 -0700255 <string name="ble_power_level_name">BLE Tx Power Level</string>
256 <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>
Yicheng Fan994d1dd2014-09-24 16:02:35 -0700257 <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>
Yicheng Fancb7cbc62014-08-13 18:11:30 -0700258 <string name="ble_advertiser_scan_filter_name">BLE Hardware Scan Filter</string>
Yicheng Fan63b5d502014-10-03 16:38:54 -0700259 <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>
Yicheng Fancb7cbc62014-08-13 18:11:30 -0700260 <string name="ble_advertiser_scannable">Scannable advertising</string>
Yicheng Fan994d1dd2014-09-24 16:02:35 -0700261 <string name="ble_advertiser_scannable_instruction">Start scannable advertising, expect scanner consume more power on Monsoon monitor, or see log of GattService from scanner logcat.</string>
Yicheng Fancb7cbc62014-08-13 18:11:30 -0700262 <string name="ble_advertiser_unscannable">Unscannble advertising</string>
Yicheng Fan994d1dd2014-09-24 16:02:35 -0700263 <string name="ble_advertiser_unscannable_instruction">Start unscannable advertising, expect scanner stay calm on Monsoon monitor, no log of GattService from scanner logcat.</string>
Yicheng Fancb7cbc62014-08-13 18:11:30 -0700264 <string name="ble_advertiser_start">Start</string>
265 <string name="ble_advertiser_stop">Stop</string>
Yicheng Fana6736922014-07-08 14:53:55 -0700266
267 <!-- BLE scanner side strings -->
Yicheng Fan036fc0cb12014-07-21 19:47:02 -0700268 <string name="ble_scanner_test_name">BLE Scanner Test</string>
Yicheng Fana6736922014-07-08 14:53:55 -0700269 <string name="ble_scanner_service_name">Bluetooth LE Scanner Handler Service</string>
Yicheng Fan036fc0cb12014-07-21 19:47:02 -0700270 <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>
Yicheng Fana6736922014-07-08 14:53:55 -0700271 <string name="ble_scanner_privacy_mac">Hold for 15 min to see if receive a different MAC address from advertiser.</string>
Yicheng Fan994d1dd2014-09-24 16:02:35 -0700272 <string name="ble_scanner_privacy_mac_instruction">Mac address, counts are shown on screen. It should continuously receive data packet from advertiser. Every 15 min, a new mac address should show up, which prevents mac address disclosure.</string>
Yicheng Fan036fc0cb12014-07-21 19:47:02 -0700273 <string name="ble_ultra_low">Ultra low</string>
274 <string name="ble_low">Low</string>
275 <string name="ble_medium">Medium</string>
276 <string name="ble_high">High</string>
Yicheng Fan63b5d502014-10-03 16:38:54 -0700277 <string name="ble_scanner_power_level_instruction">Count: Ultra low &lt; low &lt; medium &lt; high\nRssi: Ultra low &lt; low &lt; medium &lt; high\nDistance to see count freezing: Ultra low &lt; low &lt; medium &lt; high\nA common error is ultra low, low and medium behave similarly, with similar rssi, freeze at similar distance.\n\n All power level receive a different mac address. After 15 mins, a green text "Get a new Mac address" will show up.</string>
Yicheng Fancb7cbc62014-08-13 18:11:30 -0700278 <string name="ble_scanner_scan_filter_name">BLE Hardware Scan Filter</string>
279 <string name="ble_scanner_scan_filter_info">Lock the screen of scanner, and connect to monsoon. It will not wake up when advertiser is advertising unscannable, and scanner is scanning with filter.</string>
Yicheng Fan63310ee2014-10-27 11:26:28 -0700280 <string name="ble_scanner_scan_filter_instruction">Scan filter is to scan data with service UUID = 0x6666 only. If you scan without scan filter, data with service UUID = 0x5555 and 0x6666 will show up on screen.\nFor monsoon test:\n\tClick scan with filter, lock the screen, connect to monsoon. It will not wake up when advertiser is advertising unscannable data packets, but will show a peak in power usage when advertiser is advertising scannable data.\nFor logcat test:\n\tClick scan with filter, logcat the scanner. No data will be received by GattService when advertiser is advertising unscannable data.</string>
Yicheng Fancb7cbc62014-08-13 18:11:30 -0700281 <string name="ble_scan_with_filter">Scan with filter</string>
282 <string name="ble_scan_without_filter">Scan without filter</string>
Yicheng Fanc8882202014-11-10 12:10:10 -0800283 <string name="ble_scan_start">Start scan</string>
284 <string name="ble_scan_stop">Stop scan</string>
Yicheng Fana6736922014-07-08 14:53:55 -0700285
Brian Muramatsuaccc6842010-08-11 18:57:27 -0700286 <!-- Strings for FeatureSummaryActivity -->
Dan Morrill5df275b2010-08-11 12:19:19 -0700287 <string name="feature_summary">Hardware/Software Feature Summary</string>
Brian Muramatsu14e1cbb2010-09-13 18:33:39 -0700288 <string name="feature_summary_info">This is a test for...</string>
Dan Morrill5df275b2010-08-11 12:19:19 -0700289 <string name="fs_disallowed">WARNING: device reports a disallowed feature name</string>
290 <string name="fs_missing_wifi_telephony">WARNING: device reports neither WiFi nor telephony</string>
291 <string name="fs_no_data">No data.</string>
Dan Morrill71351d82010-10-20 15:26:00 -0700292 <string name="fs_legend_good">standard feature reported by device</string>
293 <string name="fs_legend_indeterminate">optional feature not reported by device</string>
294 <string name="fs_legend_warning">non-standard feature reported by device</string>
295 <string name="fs_legend_error">required feature not reported, or forbidden feature reported</string>
296
Dan Morrill5df275b2010-08-11 12:19:19 -0700297 <string name="empty"></string>
298
Raymond054a4412015-03-17 20:51:23 -0700299 <!-- Strings for HifiUltrasoundTestActivity -->
Raymondf15f8162015-05-19 11:58:43 -0700300 <string name="hifi_ultrasound_test">Hifi Ultrasound Microphone Test</string>
Raymond84218672015-05-13 11:58:12 -0700301 <string name="hifi_ultrasound_test_info">
Raymondf15f8162015-05-19 11:58:43 -0700302 This is a test for near-ultrasound (18500Hz - 20000Hz) microphone response.\n
Raymond84218672015-05-13 11:58:12 -0700303 This test requires two devices.\n</string>
304 <string name="hifi_ultrasound_test_play">PLAY</string>
Raymond054a4412015-03-17 20:51:23 -0700305 <string name="hifi_ultrasound_test_record">RECORD</string>
Raymond054a4412015-03-17 20:51:23 -0700306 <string name="hifi_ultrasound_test_plot">PLOT</string>
307 <string name="hifi_ultrasound_test_dismiss">DISMISS</string>
Raymondf15f8162015-05-19 11:58:43 -0700308 <string name="hifi_ultrasound_test_ok">OK</string>
Raymond054a4412015-03-17 20:51:23 -0700309 <string name="hifi_ultrasound_test_instruction1">
Raymondf15f8162015-05-19 11:58:43 -0700310 Open Hifi Ultrasound Microphone Test on the test device and the reference device.\n
311 Set the media volume of the reference device at 70% and hold it with one hand.\n
Raymond84218672015-05-13 11:58:12 -0700312 Hold the testing device with the other hand\n
313 Press the RECORD button on the testing device, then the PLAY button on the reference device within one second.\n
Raymondf15f8162015-05-19 11:58:43 -0700314 After the test, report result on the testing (recording) device.\n</string>
Raymond054a4412015-03-17 20:51:23 -0700315 <string name="hifi_ultrasound_test_pass">PASS</string>
316 <string name="hifi_ultrasound_test_fail">FAIL</string>
Raymond84218672015-05-13 11:58:12 -0700317 <string name="hifi_ultrasound_test_default_false_string">false</string>
Raymond84218672015-05-13 11:58:12 -0700318 <string name="hifi_ultrasound_test_mic_no_support">
319 Device does not support near-ultrasound recording.\n
Raymondf15f8162015-05-19 11:58:43 -0700320 All new phones and tablets MUST support near-ultrasound recording.\n
321 Report FAIL if this is a new device, report PASS if this is an updating device.\n</string>
Raymond84218672015-05-13 11:58:12 -0700322 <string name="hifi_ultrasound_test_spkr_no_support">
323 Device does not support near-ultrasound playback.\n
324 If this is your reference device, please use a different reference device.\n</string>
325
Raymondf15f8162015-05-19 11:58:43 -0700326 <string name="hifi_ultrasound_speaker_test">Hifi Ultrasound Speaker Test</string>
Raymond84218672015-05-13 11:58:12 -0700327 <string name="hifi_ultrasound_speaker_test_info">
Raymondf15f8162015-05-19 11:58:43 -0700328 This is a test for near-ultrasound (18500Hz - 20000Hz) speaker response.\n
Raymond84218672015-05-13 11:58:12 -0700329 This test requires two devices.\n</string>
330 <string name="hifi_ultrasound_speaker_test_instruction1">
Raymondf15f8162015-05-19 11:58:43 -0700331 Open Hifi Ultrasound Speaker Test on the test device and the reference device.\n
332 Set the media volume of the testing device at 70% and hold it with one hand.\n
Raymond84218672015-05-13 11:58:12 -0700333 Hold the reference device with the other hand\n
334 Press the RECORD button on the reference device, then the PLAY button on the testing device within one second.\n
Raymondf15f8162015-05-19 11:58:43 -0700335 After the test, report result on the testing (playback) device.\n</string>
Raymond84218672015-05-13 11:58:12 -0700336 <string name="hifi_ultrasound_speaker_test_mic_no_support">
337 Device does not support near-ultrasound recording.\n
338 If this is your reference device, please use a different reference device.\n</string>
339 <string name="hifi_ultrasound_speaker_test_spkr_no_support">
340 Device does not support near-ultrasound playback.\n
Raymondf15f8162015-05-19 11:58:43 -0700341 All new phones and tablets MUST support near-ultrasound playback.\n
342 Report FAIL if this is a new device, report PASS if this is an updating device.\n</string>
343 <string name="hifi_ultrasound_speaker_test_test_side">
344 Please wait for the result on the reference device then report here.</string>
345 <string name="hifi_ultrasound_speaker_test_reference_side">
346 Please report on the testing device.\n</string>
Raymond054a4412015-03-17 20:51:23 -0700347
Nick Pelly1fe08972012-05-14 17:35:58 -0700348 <!-- Strings for Location tests -->
349 <string name="location_gps_test">GPS Test</string>
350 <string name="location_gps_test_info">This test verifies basic GPS behavior
351 and callback scheduling.
352 Make sure the device has line of sight to GPS satellites
353 (for example, outside, or near a window)
354 and then press OK to run the automated tests.</string>
355
Brian Muramatsu984b78b2011-09-23 12:37:28 -0700356 <!-- Strings for NfcTestActivity -->
357 <string name="nfc_test">NFC Test</string>
358 <string name="nfc_test_info">The Peer-to-Peer Data Exchange tests require two devices with
359 NFC enabled to exchange messages. One device must be the candidate device running the
360 software build to be tested, while the other device must be an implementation already
361 known to be compatible.\n\nThe Tag Verification tests check that your
362 device can properly read and write to tags of different technologies. The MIFARE
363 Ultralight test is only applicable for devices that support it.
Martijn Coenen109d7622013-09-24 07:09:29 -0700364 \n\nThe Host-based card emulation tests check that your device has properly implemented
365 host-based card emulation.
Brian Muramatsu984b78b2011-09-23 12:37:28 -0700366 </string>
367
368 <string name="nfc_not_enabled">NFC is not enabled!</string>
destradaa65c7cdb2013-10-28 16:36:12 -0700369 <string name="nfc_not_enabled_message">These tests require NFC to be enabled. Click the
Brian Muramatsu984b78b2011-09-23 12:37:28 -0700370 button below to goto Settings and enable it.</string>
371 <string name="nfc_settings">NFC Settings</string>
372
Nick Pellya9631ce2011-10-31 14:18:46 -0700373 <string name="ndef_push_not_enabled">NDEF Push is not enabled!</string>
374 <string name="ndef_push_not_enabled_message">These tests require Android Beam to be enabled.
375 Click the button below to goto NFC Sharing Settings and enable it.</string>
376 <string name="ndef_push_settings">NFC Sharing Settings</string>
377
Brian Muramatsu984b78b2011-09-23 12:37:28 -0700378 <string name="nfc_pee_2_pee">Peer-to-Peer Data Exchange</string>
379 <string name="nfc_ndef_push_sender">NDEF Push Sender</string>
380 <string name="nfc_ndef_push_receiver">NDEF Push Receiver</string>
381
382 <string name="nfc_tag_verification">Tag Verification</string>
383 <string name="nfc_ndef">NDEF</string>
384 <string name="nfc_mifare_ultralight">MIFARE Ultralight</string>
385
386 <string name="nfc_ndef_push_sender_info">Start the \"CTS Verifier NDEF Receiver\" test on
387 another device and touch the devices back to back. The receiver should show a
388 dialog indicating it has successfully received the correct message!</string>
389 <string name="nfc_ndef_push_sender_instructions">Touch this device to the back of another
390 device running the \"CTS Verifier NDEF Receiver\"...</string>
391
392 <string name="nfc_ndef_push_receiver_info">Start the \"CTS Verifier NDEF Sender\" test on
393 another device and touch the devices back to back. The receiver should show a
394 dialog indicating it has successfully received the correct message!</string>
395 <string name="nfc_ndef_push_receiver_instructions">Touch this device to the back of another
396 device running the \"CTS Verifier NDEF Sender\"...</string>
397 <string name="nfc_ndef_push_receive_success">Successfully received the correct NDEF push
398 message.</string>
destradaa65c7cdb2013-10-28 16:36:12 -0700399 <string name="nfc_ndef_push_receive_failure">Failed to receive the correct NDEF push
Brian Muramatsu984b78b2011-09-23 12:37:28 -0700400 message.</string>
401
402 <string name="nfc_tag_verifier">NFC Tag Verifier</string>
403 <string name="nfc_tag_verifier_info">Follow the on-screen instructions to write and read
404 a tag of the chosen technology.</string>
405
406 <string name="nfc_scan_tag">Place device on a writable %s tag...</string>
407 <string name="nfc_write_tag_title">Writable tag discovered!</string>
408 <string name="nfc_write_tag_message">Press OK to write to this tag...</string>
409 <string name="nfc_scan_tag_again">Tap the same %s tag again to confirm that its contents match...</string>
410 <string name="nfc_wrong_tag_title">Wrong type of tag scanned</string>
411 <string name="nfc_no_tech">No tag technologies detected...</string>
412
413 <string name="nfc_writing_tag">Writing NFC tag...</string>
414 <string name="nfc_writing_tag_error">Error writing NFC tag...</string>
415 <string name="nfc_reading_tag">Reading NFC tag...</string>
416 <string name="nfc_reading_tag_error">Error reading NFC tag...</string>
417
418 <string name="nfc_result_success">Test passed!</string>
419 <string name="nfc_result_failure">Test failed!</string>
420
421 <string name="nfc_result_message">Written data:\n%1$s\n\nRead data:\n%2$s</string>
422 <string name="nfc_ndef_content">Id: %1$s\nMime: %2$s\nPayload: %3$s</string>
423
Martijn Coenen109d7622013-09-24 07:09:29 -0700424 <string name="nfc_hce">Host-based card emulation</string>
Martijn Coenen109d7622013-09-24 07:09:29 -0700425 <string name="nfc_hce_reader_tests">HCE reader tests</string>
426 <string name="nfc_hce_emulator_tests">HCE emulator tests</string>
427 <string name="nfc_hce_emulator_test_info">The host-based card emulation
428 tests require two devices to be completed. The HCE emulator tests are used
429 to actually test the host-based card emulation feature of the device-under-test. So the
430 device running the emulator tests must be the candidate device running the software
431 to be tested. \n\nFor each emulator test, there is a corresponding "reader test"
432 in the "HCE reader tests" section. The "reader test" acts as a NFC terminal/POS
Martijn Coenen0cf0c962014-02-28 14:22:15 -0800433 and makes sure the device-under-test implements card emulation correctly.</string>
Martijn Coenen109d7622013-09-24 07:09:29 -0700434 <string name="nfc_hce_reader_test_info">The host-based card emulation
435 tests require two devices to be completed. The HCE emulator tests are used
436 to actually test the host-based card emulation feature of the device-under-test. So the
437 device running the emulator tests must be the candidate device running the software
438 to be tested. \n\nFor each emulator test, there is a corresponding "reader test"
439 in the "HCE reader tests" section. The "reader test" acts as a NFC terminal/POS
440 and makes sure the device-under-test implements card emulation correctly.
441 </string>
Martijn Coenen0cf0c962014-02-28 14:22:15 -0800442 <string name="nfc_hce_type_selection">By default HCE applications must run on type A. If your device is restricted to type B (for example, because of a type B only UICC), select "Type B" from the drop-down box above. Note that all tests must be completed in the same mode (either "Type A" or "Type B").</string>
Martijn Coenen109d7622013-09-24 07:09:29 -0700443 <string name="nfc_hce_please_wait">Please wait</string>
444 <string name="nfc_hce_setting_up">Setting up card emulation services...</string>
Martijn Coenenc94c0122013-10-21 14:44:54 -0700445
446 <string name="nfc_hce_default_route_emulator">Default route (Emulator)</string>
447 <string name="nfc_hce_default_route_reader">Default route (Reader)</string>
448 <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>
449
450 <string name="nfc_hce_protocol_params_emulator">Protocol parameters (Emulator)</string>
451 <string name="nfc_hce_protocol_params_reader">Protocol parameters (Reader)</string>
Martijn Coenen7294e322013-11-13 10:36:05 -0800452 <string name="nfc_hce_protocol_params_emulator_help">This test verifies that the Nfc-A and ISO-DEP protocol parameters are being set correctly. The test may be passed when no FAIL entries show up in the results below. Note that the reader device may be different from the device under test - the DUT itself does not need to be able to act as the reader for this test. \n\n Note that for each test there are 3 possible outcomes:\n1) OK -> test has passed;\n2) FAIL -> test has failed and this must be fixed;\n3) FAIL EMVCO -> this protocol parameter is deviating from the requirements in the EMV Contactless Communication Protocol specification.\n\nWhile it is allowed to ship a HCE implementation with EMVCo failures, it may not perform optimal when EMVco based payment HCE apps are run on the device.</string>
Martijn Coenenc94c0122013-10-21 14:44:54 -0700453
Martijn Coenen109d7622013-09-24 07:09:29 -0700454 <string name="nfc_hce_single_payment_emulator">Single payment (Emulator)</string>
455 <string name="nfc_hce_single_payment_reader">Single payment (Reader)</string>
456
457 <string name="nfc_hce_dual_payment_emulator">Two payment services (Emulator)</string>
458 <string name="nfc_hce_dual_payment_reader">Two payment services (Reader)</string>
459
460 <string name="nfc_hce_change_default_emulator">Change default payment service (Emulator)</string>
461 <string name="nfc_hce_change_default_reader">Change default payment service (Reader)</string>
462
463 <string name="nfc_hce_tap_reader_title">Tap reader</string>
464 <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>
465
466 <string name="nfc_hce_single_non_payment_emulator">Single non-payment (Emulator)</string>
467 <string name="nfc_hce_single_non_payment_reader">Single non-payment (Reader)</string>
468
469 <string name="nfc_hce_dual_non_payment_emulator">Two non-payment services (Emulator)</string>
470 <string name="nfc_hce_dual_non_payment_reader">Two non-payment services (Reader)</string>
471
472 <string name="nfc_hce_conflicting_non_payment_emulator">Two conflicting non-payment services (Emulator)</string>
473 <string name="nfc_hce_conflicting_non_payment_reader">Two conflicting non-payment services (Reader)</string>
474
Martijn Coenene71e3742014-05-23 16:35:55 -0700475 <string name="nfc_hce_foreground_non_payment_emulator">Foreground override non-payment services (Emulator)</string>
476 <string name="nfc_hce_foreground_non_payment_reader">Foreground override non-payment services (Reader)</string>
477 <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>
478
479 <string name="nfc_hce_foreground_payment_emulator">Foreground override payment services (Emulator)</string>
480 <string name="nfc_hce_foreground_payment_reader">Foreground override payment services (Reader)</string>
481 <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>
482 <string name="nfc_hce_change_favor_foreground">This test requires the "Favor foreground app" setting to be enabled. Tap OK to go to Tap and Pay settings and check the Favor foreground app option</string>
Martijn Coenen109d7622013-09-24 07:09:29 -0700483 <string name="nfc_hce_offhost_service_emulator">Off-host service (Emulator)</string>
484 <string name="nfc_hce_offhost_service_reader">Off-host service (Reader)</string>
485 <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>
486
487 <string name="nfc_hce_on_and_offhost_service_emulator">On and off-host services (Emulator)</string>
488 <string name="nfc_hce_on_and_offhost_service_reader">On and off-host services (Reader)</string>
489 <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>
490
491 <string name="nfc_hce_tap_test_emulator">50 successful taps test (Emulator)</string>
492 <string name="nfc_hce_tap_test_reader">50 successful taps test (Reader)</string>
493 <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>
494 <string name="nfc_hce_throughput_emulator">HCE throughput test (Emulator)</string>
495 <string name="nfc_hce_throughput_reader">HCE throughput test (Reader)</string>
496 <string name="nfc_hce_throughput_emulator_help">This tests verifies that your HCE implementation can reach a decent throughput. While Android does not have any requirements on HCE performance, many HCE applications such as transport and payment apps do. If the average APDU roundtrip time is more than 50ms, please take a look at your implementation to see where the delay is coming from.</string>
Martijn Coenene71e3742014-05-23 16:35:55 -0700497 <string name="nfc_hce_change_preinstalled_wallet">The device has an installed payment application that is currently set as default. To complete the test, you will be asked whether you want to make another app the default app. Select yes.</string>
Martijn Coenen109d7622013-09-24 07:09:29 -0700498 <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>
499 <string name="nfc_hce_conflicting_non_payment_help">When tapping the first time, you will be shown a dialog that asks you to choose between TransportService #1 and TransportService #2. Select TransportService #2. Verify a dialog is shown that asks you to tap again to complete. Now tap again, and if communication with TransportService #2 is successfull the pass button will be enabled."</string>
Martijn Coenene71e3742014-05-23 16:35:55 -0700500
501 <string name="nfc_hce_payment_dynamic_aids_emulator">Dynamic payment AIDs (Emulator)</string>
502 <string name="nfc_hce_payment_dynamic_aids_reader">Dynamic payment AIDs (Reader)</string>
503 <string name="nfc_hce_payment_dynamic_aids_help">This test tries to register dynamic AIDs for a payment service.</string>
504
Martijn Coenen7459cf22014-12-17 16:57:23 -0800505 <string name="nfc_hce_large_num_aids_emulator">Large number of AIDs (Emulator)</string>
506 <string name="nfc_hce_large_num_aids_reader">Large number of AIDs (Reader)</string>
507 <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>
508
Martijn Coenene71e3742014-05-23 16:35:55 -0700509 <string name="nfc_hce_payment_prefix_aids_emulator">Payment prefix AIDs (Emulator)</string>
510 <string name="nfc_hce_payment_prefix_aids_reader">Payment prefix AIDs (Reader)</string>
511 <string name="nfc_hce_payment_prefix_aids_help">This test statically registers prefix AIDs for a payment service.</string>
512
513 <string name="nfc_hce_payment_prefix_aids_emulator_2">Payment prefix AIDs 2 (Emulator)</string>
514 <string name="nfc_hce_payment_prefix_aids_reader_2">Payment prefix AIDs 2 (Reader)</string>
515
516 <string name="nfc_hce_other_prefix_aids_emulator">Other prefix AIDs (Emulator)</string>
517 <string name="nfc_hce_other_prefix_aids_reader">Other prefix AIDs (Reader)</string>
518 <string name="nfc_hce_other_prefix_aids_help">This test dynamically registers prefix AIDs for a non-payment service.</string>
519
520 <string name="nfc_hce_other_conflicting_prefix_aids_emulator">Conflicting non-payment prefix AIDs (Emulator)</string>
521 <string name="nfc_hce_other_conflicting_prefix_aids_reader">Conflicting non-payment prefix AIDs (Reader)</string>
522 <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>
523
Martijn Coenen109d7622013-09-24 07:09:29 -0700524 <string name="nfc_payment_service_desc">NFC Payment service</string>
525 <string name="ppse">PPSE</string>
526 <string name="mastercard">MasterCard</string>
Martijn Coenene71e3742014-05-23 16:35:55 -0700527 <string name="visa">Visa</string>
Martijn Coenen109d7622013-09-24 07:09:29 -0700528 <string name="paymentService1">Payment Service #1</string>
529 <string name="paymentService2">Payment Service #2</string>
530 <string name="transportService1">TransportService #1</string>
531 <string name="transportService2">TransportService #2</string>
532 <string name="accessService">AccessService</string>
533 <string name="offhostService">OffhostService</string>
534
destradaa65c7cdb2013-10-28 16:36:12 -0700535 <!-- Strings for Sensor Test Activities -->
destradaa0dcd7102014-09-23 14:22:54 -0700536 <string name="snsr_device_admin_receiver">Sensor Tests Device Admin Receiver</string>
destradaa9732fb12014-08-15 10:40:50 -0700537 <string name="snsr_test_summary">Tests passed: %1$d, Tests skipped: %2$d, Tests failed: %3$d</string>
destradaa2581a9e2014-09-26 13:25:19 -0700538 <string name="snsr_test_complete">Test completed without errors.</string>
539 <string name="snsr_test_complete_with_errors">Test completed with errors: those errors
540 might degrade the user experience and might cause some applications to misbehave. They are
541 not required for Android Compatibility at this time, but will in a future release.</string>
destradaa9732fb12014-08-15 10:40:50 -0700542 <string name="snsr_test_pass">PASS</string>
543 <string name="snsr_test_skipped">SKIPPED</string>
544 <string name="snsr_test_fail">FAIL</string>
destradaafd031b92014-10-10 10:45:51 -0700545 <string name="snsr_execution_time">Test execution time %1$s sec</string>
Peng Xuc14f0122015-04-28 18:38:38 -0700546 <string name="snsr_rvcvxchk_test">Rotation Vector CV XCheck</string>
547 <string name="snsr_rvcvxchk_test_rec">Rotation Vector CV XCheck Recording</string>
destradaa9732fb12014-08-15 10:40:50 -0700548
549 <!-- Strings to interact with users in Sensor Tests -->
550 <string name="snsr_test_play_sound">A sound will be played once the verification is complete...</string>
destradaafc687ea2014-08-27 14:47:59 -0700551 <string name="snsr_no_interaction">Leave the device on top of a flat surface.</string>
552 <string name="snsr_interaction_needed">Once the test begins, you will have to wave your hand over the front of the device.</string>
destradaa9732fb12014-08-15 10:40:50 -0700553 <string name="snsr_device_steady">Keep the device steady.</string>
destradaafc687ea2014-08-27 14:47:59 -0700554 <string name="snsr_keep_device_rotating_clockwise">Once the test begins, you will have to keep rotating the device clockwise.</string>
destradaa9732fb12014-08-15 10:40:50 -0700555 <string name="snsr_wait_for_user">Press \'Next\' to continue.</string>
destradaaa0b3bbc2014-09-03 14:08:00 -0700556 <string name="snsr_wait_to_begin">Press \'Next\' to begin.</string>
destradaa9732fb12014-08-15 10:40:50 -0700557 <string name="snsr_on_complete_return">After completing the task, go back to this test.</string>
destradaa139500e2014-08-22 16:01:52 -0700558 <string name="snsr_movement_expected">Movement was expected during the test. Found=%1$b.</string>
destradaaa26b12c2014-10-10 17:22:11 -0700559 <string name="snsr_sensor_feature_deactivation">Turn off any special features installed in the
560 device that register for sensors. Once you are done, you can begin the test.</string>
John Rusnak7ceff362014-08-04 15:49:51 -0700561 <string name="snsr_setting_mode_request">You will be redirected to set \'%1$s\' to: %2$s.</string>
562 <string name="snsr_setting_mode_set">\'%1$s\' set to: %2$s.</string>
563 <string name="snsr_setting_mode_not_set">\'%1$s\' not set to: %2$s.</string>
destradaa3dccf1f02014-08-22 18:11:36 -0700564 <string name="snsr_setting_airplane_mode">Airplane mode</string>
565 <string name="snsr_setting_screen_brightness_mode">Adaptive Brightness</string>
566 <string name="snsr_setting_auto_rotate_screen_mode">Auto-rotate screen</string>
destradaafc687ea2014-08-27 14:47:59 -0700567 <string name="snsr_setting_keep_screen_on">Stay awake</string>
destradaa3dccf1f02014-08-22 18:11:36 -0700568 <string name="snsr_setting_location_mode">Location</string>
destradaa4d4efc82014-10-17 14:50:37 -0700569 <string name="snsr_setting_ambient_display">Ambient Display</string>
destradaa2581a9e2014-09-26 13:25:19 -0700570 <string name="snsr_pass_on_error">Pass Anyway</string>
destradaa2d3dc7d2014-09-26 16:52:06 -0700571 <string name="snsr_run_automated_tests">The screen will be turned off to execute the tests,
572 when tests complete, the device will vibrate and the screen will be turned back on.</string>
destradaa9732fb12014-08-15 10:40:50 -0700573
destradaa65c7cdb2013-10-28 16:36:12 -0700574 <!-- Accelerometer -->
Dan Morrill5df275b2010-08-11 12:19:19 -0700575 <string name="snsr_accel_test">Accelerometer Test</string>
Dan Morrill71351d82010-10-20 15:26:00 -0700576 <string name="snsr_accel_test_info">This test verifies that the accelerometer is working properly. As you move the device around through space, the triangle should always point down (i.e. in the direction of gravity.) If it does not, the accelerometer is improperly configured.</string>
destradaa65c7cdb2013-10-28 16:36:12 -0700577 <string name="snsr_accel_m_test">Accelerometer Measurement Tests</string>
destradaa31f57432014-09-26 14:47:28 -0700578 <string name="snsr_accel_test_face_up">Place the device on a flat surface with the screen
579 facing the ceiling.</string>
580 <string name="snsr_accel_test_face_down">Place the device on a flat surface with the screen
581 facing it.</string>
destradaa16203b42014-09-29 13:26:51 -0700582 <string name="snsr_accel_test_right_side">Place the device in a flat surface resting vertically
583 on its right side.</string>
584 <string name="snsr_accel_test_left_side">Place the device in a flat surface resting vertically
585 on its left side.</string>
586 <string name="snsr_accel_test_top_side">Place the device in a flat surface resting vertically
587 on its top side.</string>
588 <string name="snsr_accel_test_bottom_side">Place the device in a flat surface resting vertically
589 on its bottom side.</string>
Brian Muramatsu729de482011-05-12 12:26:58 -0700590
destradaa65c7cdb2013-10-28 16:36:12 -0700591 <!-- Gyroscope -->
Brian Muramatsu729de482011-05-12 12:26:58 -0700592 <string name="snsr_gyro_test">Gyroscope Test</string>
593 <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>
594 <string name="snsr_gyro_test_progress">Test %1$d of %2$d</string>
595 <string name="snsr_gyro_test_no_gyro_title">No gyroscope?</string>
596 <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>
597 <string name="snsr_gyro_test_degrees_title">Wrong units?</string>
598 <string name="snsr_gyro_test_degrees_message">These values looks like degrees per second. These should be radians per second!</string>
destradaa65c7cdb2013-10-28 16:36:12 -0700599 <string name="snsr_gyro_m_test">Gyroscope Measurement Test</string>
destradaa9732fb12014-08-15 10:40:50 -0700600 <string name="snsr_gyro_device_placement">Place the device in a flat surface with the screen
destradaa31f57432014-09-26 14:47:28 -0700601 facing the ceiling. Read the instructions for each scenario, before you perform the
602 test.</string>
destradaa9732fb12014-08-15 10:40:50 -0700603 <string name="snsr_gyro_device_static">Leave the device static.</string>
destradaa31f57432014-09-26 14:47:28 -0700604 <string name="snsr_gyro_rotate_device">Once you begin the test, you will need to rotate the
605 device 360deg (one time) in the direction show by the animation, then place it back on the
606 flat surface.</string>
destradaa65c7cdb2013-10-28 16:36:12 -0700607
Vinod Krishnan20d67252014-04-30 11:12:01 -0700608 <!-- Heart Rate -->
609 <string name="snsr_heartrate_test">Heart Rate Test</string>
Vinod Krishnan7b6bdeb2014-05-13 16:19:44 -0700610 <string name="snsr_heartrate_test_info">This test verifies that the heart rate monitor is working properly.\n\nWait for at least 1 minute before verifying.\n\nVerify that the resting heart rate is between 0 and 100.</string>
Vinod Krishnan20d67252014-04-30 11:12:01 -0700611 <string name="snsr_heartrate_test_no_heartrate_title">No heart rate monitor?</string>
612 <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>
613
destradaa65c7cdb2013-10-28 16:36:12 -0700614 <!-- Magnetic Field -->
615 <string name="snsr_mag_m_test">Magnetic Field Measurement Tests</string>
destradaa9732fb12014-08-15 10:40:50 -0700616 <string name="snsr_mag_verify_norm">Verifying the Norm...</string>
617 <string name="snsr_mag_verify_std_dev">Verifying the Standard Deviation...</string>
destradaa37286b42014-10-02 13:46:05 -0700618 <string name="snsr_mag_verify_calibrated_uncalibrated">Verifying the relationship between
619 calibrated and uncalibrated measurements...</string>
destradaa9732fb12014-08-15 10:40:50 -0700620 <string name="snsr_mag_calibration_description">Please calibrate the Magnetometer by moving
621 it in 8 shapes in different orientations.</string>
destradaa7bed8102014-09-24 13:18:16 -0700622 <string name="snsr_mag_calibration_complete">When done, leave the device in a flat surface, far
623 from all metallic objects (if the test does not pass, try re-running it outdoors).</string>
destradaa37286b42014-10-02 13:46:05 -0700624 <string name="snsr_mag_measurement">-&gt; (%1$.2f, %2$.2f, %3$.2f) : %4$.2f uT</string>
Brian Muramatsuaccc6842010-08-11 18:57:27 -0700625
Jim Steele0c4d08a2014-08-03 00:49:59 -0700626 <!-- Sensor Value Accuracy -->
Jim Steele0c4d08a2014-08-03 00:49:59 -0700627 <string name="snsr_rot_vec_test">Rotation Vector Accuracy Test</string>
destradaaa7714542014-09-04 16:23:03 -0700628 <string name="snsr_event_length">Sensor(%3$s). Event values expected to have size=%1$d. Found=%2$d.</string>
destradaaa7714542014-09-04 16:23:03 -0700629 <string name="snsr_event_value">Sensor(%3$s). Event value[0] expected to be of value=%1$f. Found=%2$f.</string>
630 <string name="snsr_event_time">Sensor(%5$s). Event timestamp expected to be synchronized with SystemClock.elapsedRealtimeNanos(). Event received at=%1$d. Event timestamp=%2$d. Delta=%3$d. Threshold=%4$d.</string>
Jim Steele0c4d08a2014-08-03 00:49:59 -0700631
632 <!-- Sensor Batching -->
633 <string name="snsr_batch_test">Sensor Batching Tests</string>
destradaa16203b42014-09-29 13:26:51 -0700634 <string name="snsr_batching_walking_needed">Once the test begins, you will have to take the
635 device in your hand and walk.</string>
Jim Steele0c4d08a2014-08-03 00:49:59 -0700636
637 <!-- Sensor Synchronization -->
638 <string name="snsr_synch_test">Sensor Synchronization Test</string>
639
Jim Steeleb292a9f2014-07-13 23:29:56 -0700640 <!-- Step Counter and Detector -->
641 <string name="snsr_step_counter_test">Step Counter and Detector Tests</string>
destradaa139500e2014-08-22 16:01:52 -0700642 <string name="snsr_step_counter_test_walking">Once the test begins, you will need to walk, and tap on the screen with each step you take.</string>
destradaaa7714542014-09-04 16:23:03 -0700643 <string name="snsr_step_counter_test_still">Once the test begins, you will need to remain still and hold the device still in your hand.</string>
destradaa139500e2014-08-22 16:01:52 -0700644 <string name="snsr_step_counter_expected_steps">At least %1$d steps are expected to be reported. Reported=%2$d.</string>
645 <string name="snsr_step_counter_detected_reported">Steps reported by user=%1$d. Steps counted=%2$d. Delta=%3$d. Tolerance=%4$d.</string>
646 <string name="snsr_step_detector_detected_reported">Steps reported by user=%1$d. Steps detected=%2$d. Delta=%3$d. Tolerance=%4$d.</string>
647 <string name="snsr_step_counter_event_changed">Step counter expected to increase monotonically, with a delta > 0. Found=%1$d. Timestamp=%2$d.</string>
648 <string name="snsr_step_reported">%1$d | User reported step.</string>
649 <string name="snsr_step_counter_event">%1$d | Step Counter event. count=%2$d.</string>
650 <string name="snsr_step_detector_event">%1$d | Step Detector event.</string>
Jim Steeleb292a9f2014-07-13 23:29:56 -0700651
Aravind Akelladbc95c52015-06-09 10:22:16 -0700652 <!-- Device suspend tests -->
653 <string name="snsr_device_suspend_test">Device Suspend Tests</string>
654 <string name="snsr_device_did_not_go_into_suspend">Device did not go into suspend mode during test execution </string>
655 <string name="snsr_batch_did_not_arrive_at_expected_time">Batch did not arrive at the expected time estimatedBatchArrivalMs=%1$d
656 firstEventReceivedMs=%2$d diffMs=%3$d toleranceMs=%4$d </string>
657 <string name="snsr_device_suspend_test_instr">One you begin the test, disconnect USB, turn off the display and allow
658 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>
659
Jim Steelec57c8432014-05-24 09:53:32 -0700660 <!-- Significant Motion -->
661 <string name="snsr_significant_motion_test">Significant Motion Tests</string>
destradaaa7714542014-09-04 16:23:03 -0700662 <string name="snsr_significant_motion_event_arrival">Event expected to trigger. Triggered=%1$s.</string>
663 <string name="snsr_significant_motion_event_type">Event expected to be of type=%1$d. Found=%2$d.</string>
664 <string name="snsr_significant_motion_event_unexpected">Event not expected to trigger. Triggered=%1$s.</string>
destradaaa07a7a22014-08-21 17:09:03 -0700665 <string name="snsr_significant_motion_disable_info">Significant Motion is expected to disable itself after it triggers once.</string>
666 <string name="snsr_significant_motion_test_trigger">Once you begin the test, you will need to walk for Significant Motion to be detected.</string>
667 <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>
668 <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>
669 <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>
670 <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>
671 <string name="snsr_significant_motion_test_deactivation">Once you begin the test, you will need to walk to ensure Significant Motion triggers only once.</string>
destradaa91553992014-09-19 17:50:15 -0700672 <string name="snsr_significant_motion_registration">Expected to be able to register for TriggerSensor. Found=%1$b.</string>
destradaaa07a7a22014-08-21 17:09:03 -0700673 <string name="snsr_significant_motion_cancelation">Expected to be able to cancel TriggerSensor. Found=%b.</string>
Aravind Akelladbc95c52015-06-09 10:22:16 -0700674 <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.
675 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>
676 <string name="snsr_device_did_not_wake_up_at_trigger">Device did not wakeup at tigger time. wakeTime=%1$d ms triggerTime=%2$d ms</string>
Jim Steelec57c8432014-05-24 09:53:32 -0700677
destradaaa0b3bbc2014-09-03 14:08:00 -0700678 <!-- Strings for Sensor CTS tests inside CtsVerifier -->
679 <string name="snsr_single_sensor_tests">CTS Single Sensor Tests</string>
680 <string name="snsr_sensor_integration_tests">CTS Sensor Integration Tests</string>
681 <string name="snsr_sensor_test">CTS Sensor Test</string>
destradaa774c0152014-09-15 17:00:37 -0700682 <string name="snsr_sensor_batching_tests">CTS Sensor Batching Tests</string>
destradaaa0b3bbc2014-09-03 14:08:00 -0700683
Stuart Scottba898162014-01-17 13:18:14 -0800684 <!-- Strings for Sample Test Activities -->
685 <string name="share_button_text">Share</string>
686 <string name="sample_framework_test">Sample Framework Test</string>
687 <string name="sample_test">Sample Test</string>
688 <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>
689
Brian Muramatsuaccc6842010-08-11 18:57:27 -0700690 <!-- Strings for SuidFilesActivity -->
Brian Muramatsu14e1cbb2010-09-13 18:33:39 -0700691 <string name="suid_files">SUID File Scanner</string>
692 <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>
Brian Muramatsuac007372010-08-18 11:02:28 -0700693 <string name="scanning_directory">Scanning directory...</string>
Brian Muramatsu22330722010-08-13 14:48:36 -0700694 <string name="file_status">User: %1$s\nGroup: %2$s\nPermissions: %3$s\nPath: %4$s</string>
Brian Muramatsuaccc6842010-08-11 18:57:27 -0700695 <string name="no_file_status">Could not stat file...</string>
696 <string name="congratulations">Congratulations!</string>
697 <string name="no_suid_files">No unauthorized suid files detected!</string>
Brian Muramatsuf8946202010-11-09 13:43:39 -0800698
James Painterfa2e1662012-09-13 15:37:58 -0700699 <!-- Strings for Camera Orientation -->
700 <string name="camera_orientation">Camera Orientation</string>
James Painter6cdb8682012-10-02 08:22:39 -0700701 <string name="co_info">This test verifies the orientation capabilities of
702 camera preview and capture.\n - The left view shows a preview window rotated
703 clockwise by a given magnitude of degrees.\n - The right view, after taking
704 a photo, shows the captured image.\n - For each camera and orientation, both
705 the left and right views should appear rotated clockwise by the amount of
706 degrees specified. Choose \"Pass\" if this is the case. Otherwise, choose
707 \"Fail\".\n - For front-facing cameras, the test will horizontally mirror
708 the captured image prior to rotation, in attempt to make the left and right
709 views appear the same.\n - The physical orientation of the device does not
710 matter.\n - Read the message above the \"Take Photo\" button for
711 step-by-step instructions.
James Painter738030a2012-09-26 00:31:30 -0700712 </string>
James Painterfa2e1662012-09-13 15:37:58 -0700713 <string name="co_preview_label">Camera preview</string>
714 <string name="co_format_label">Oriented photo</string>
715 <string name="co_camera_label">Camera:</string>
716 <string name="co_orientation_label">Orientation</string>
James Painter738030a2012-09-26 00:31:30 -0700717 <string name="co_orientation_direction_label">clockwise</string>
James Painterfa2e1662012-09-13 15:37:58 -0700718 <string name="co_instruction_heading_label">Instruction:</string>
719 <string name="co_instruction_text_photo_label">Take a photo</string>
James Painter6cdb8682012-10-02 08:22:39 -0700720 <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>
721 <string name="co_instruction_text_extra_label">(mirrored horizontally prior to rotation, since camera is front-facing)</string>
James Painterfa2e1662012-09-13 15:37:58 -0700722 <string name="co_photo_button_caption">Take Photo</string>
Eino-Ville Talvalae56ae2a2012-04-27 19:18:41 -0700723
Igor Murashkin48f86e72012-10-17 18:12:59 -0700724 <!-- Strings for Camera Intents -->
725 <string name="camera_intents">Camera Intents</string>
726 <string name="ci_info">
727 This test verifies that the default camera app is firing intents
728 after pictures/videos are taken. It also verifies that when the
729 default camera app is invoked via intents, the launch intents work,
730 and the broadcast intents are received when appropriate per the SDK
731 documentation.\n\n
732 - Read the message above the \"Start Test\" button for
733 step-by-step instructions.
734 </string>
735 <string name="ci_preview_label">Camera preview</string>
736 <string name="ci_format_label">Oriented photo</string>
737 <string name="ci_camera_label">Camera:</string>
738 <string name="ci_intents_label">Intents Test</string>
739 <string name="ci_intents_direction_label">clockwise</string>
740 <string name="ci_instruction_heading_label">Instructions:</string>
741 <string name="ci_instruction_text_photo_label">READ BEFORE STARTING TEST</string>
742 <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>
743 <string name="ci_instruction_text_app_picture_label">\n
744 1. Click Start Test. \n
745 2. Go to home screen (HOME key). \n
746 3. Launch Camera application. \n
747 4. Capture photo. \n
748 5. Return to CTS verifier app. \n
749 6. Pass button will light up if intent was received.\n
750 7. Click "Pass" if possible.
751 </string>
752 <string name="ci_instruction_text_app_video_label">\n
753 1. Click Start Test. \n
754 2. Go to home screen (HOME key). \n
755 3. Launch Camera application. \n
756 4. Capture video. \n
757 5. Return to CTS verifier app. \n
758 6. Pass button will light up if intent was received.\n
759 7. Click "Pass" if possible.
760 </string>
761 <string name="ci_instruction_text_intent_picture_label">\n
762 1. Click Start Test.\n
763 2. Camera app will launch, prompting to take photo.\n
764 3. Capture/confirm photo using camera app controls.\n
765 4. Pass button will light up if intent was NOT received.\n
766 5. Click "Pass" if possible.
767 </string>
768 <string name="ci_instruction_text_intent_video_label">\n
769 1. Click Start Test.\n
770 2. Camera app will launch, prompting to take video.\n
771 3. Capture/confirm video using camera app controls.\n
772 4. Pass button will light up if intent was received.\n
773 5. Click "Pass" if possible.
774 </string>
775 <string name="ci_start_test_button_caption">Start Test</string>
776
James Painterfa2e1662012-09-13 15:37:58 -0700777 <!-- Strings for Camera Formats -->
Eino-Ville Talvalae56ae2a2012-04-27 19:18:41 -0700778 <string name="camera_format">Camera Formats</string>
779 <string name="cf_info">This test checks that all the supported
780 output formats for camera preview callbacks work correctly, and
781 that the mandatory formats are available. \n - The left view shows
782 a standard preview window. \n - The right view shows the output
783 processed from camera preview callbacks. \n - For each camera,
784 resolution, and format combination in the dropdowns, the right
785 view should look the same as the left, and neither should have
786 streaks, lines, or other artifacts. \n - For front-facing cameras,
787 the right view must be horizontally mirrored relative to the left
788 view.\n - Note that the frame rate of the right view may be much
789 lower than on the left; this is not an indication of a failed
790 test.
791 </string>
792 <string name="cf_preview_label">Normal preview</string>
793 <string name="cf_format_label">Processed callback data</string>
794
Jianing Wei636f9032013-10-03 10:00:25 -0700795 <!-- Strings for Camera Video -->
796 <string name="record_button_text">Test</string>
797 <string name="camera_video">Camera Video</string>
798 <string name="video_info"> This test checks video capture
799 at different resolutions. \n - The left view window shows the preview.
800 \n - Pressing the test button will trigger three
801 seconds of video recording. Playback will show up in the right view
802 window after recording is complete. \n - Use the spinners to choose
803 camera and resolution combinations. The playback should be similar
804 to what you saw in preview. \n - After all possible combinations
805 are tested, the pass button will be enabled. You may press the pass
806 button to indicate a pass. \n - You may press fail button any time during
807 the test to indicate failure.
808 </string>
809 <string name="video_capture_label">Video capture</string>
810 <string name="video_playback_label">Video playback</string>
811 <string name="dialog_fail_test">Test failed</string>
812 <string name="fail_quit">Fail and quit</string>
813 <string name="cancel">Cancel</string>
814 <string name="status_ready">Ready</string>
815 <string name="status_recording">Recording</string>
816 <string name="status_playback">Playing back</string>
817
Brian Muramatsu12c86912011-07-21 17:26:46 -0700818 <!-- Strings for USB accessory test activity -->
819 <string name="usb_accessory_test">USB Accessory Test</string>
John Rusnakddf82c12014-08-04 15:49:51 -0700820 <string name="sensor_power_test">Sensor Power Test</string>
Brian Muramatsu12c86912011-07-21 17:26:46 -0700821 <string name="usb_accessory_test_info">
destradaa65c7cdb2013-10-28 16:36:12 -0700822 1. Connect your Android device to a computer and run the \'cts-usb-accessory\' program
Brian Muramatsudd2bf712011-08-12 12:46:07 -0700823 included with the CTS Verifier bundle.
Brian Muramatsu12c86912011-07-21 17:26:46 -0700824 \n\n2. If you have not started the CTS Verifier, press \'OK\' when asked to open the CTS
825 Verifier when the accessory is connected. \n\nIf you are already in this test,
826 then you can press \'Cancel\' but press \'OK\' in the next dialog asking whether to allow
827 CTS Verifier to access the accessory.
828 \n\n3. You should see the accessory and the CTS Verifier display a series of messages
829 which indicates that the accessory support is working properly.
830 </string>
831 <string name="usb_not_available_title">USB accessory feature is not available?</string>
832 <string name="usb_not_available_message">If your device is supposed to support USB accessories, your API implementation is not behaving correctly!</string>
833 <string name="usb_received_messages">Received Messages</string>
834 <string name="usb_sent_messages">Sent Messages</string>
835 <string name="usb_no_messages">No messages</string>
836 <string name="usb_message_thread_started">Starting message processing...</string>
837 <string name="usb_message_thread_exception">Exception occurred while processing a message...</string>
838 <string name="usb_message_thread_ended">Stopping message processing...</string>
839 <string name="usb_test_passed">Received all expected messages. Pass button enabled!</string>
840 <string name="usb_file_descriptor_error">Could not open file descriptor for USB accessory... try reconnecting and restarting the accessory?</string>
841
Ruben Brunk370e2432014-10-14 18:33:23 -0700842 <!-- Strings for the Camera ITS test activity -->
843 <string name="camera_its_test">Camera ITS Test</string>
844 <string name="camera_its_test_info">
845 1. Connect your Android device to a computer with adb installed via a USB cable.
846 \n\n2. Setup the CameraITS test environment by following the setup instructions in the
847 README file found in the CameraITS directory included in the CTS Verifier bundle
848 (cd CameraITS; source build/envsetup.sh;).
849 \n\n3. Setup the test scene described in the CameraITS README file, and aim the camera
850 at it.
Yin-Chia Yeha2277d02014-10-20 15:50:23 -0700851 \n\n4. Run the full ITS test suite on all possible camera Ids.
Yin-Chia Yehab98ada2015-03-05 13:28:53 -0800852 (cd CameraITS; python tools/run_all_tests.py). Once all
Ruben Brunk370e2432014-10-14 18:33:23 -0700853 of the tests have been run, the \'PASS\' button will be enabled if all of the tests have
854 succeeded. Please note that these tests can take 20+ minutes to run.
855 </string>
856 <string name="no_camera_manager">
857 No camera manager exists! This test device is in a bad state.
858 </string>
859 <string name="all_legacy_devices">
Yin-Chia Yehfc60c4c2015-04-08 16:59:42 -0700860 All cameras on this device are LEGACY mode only - ITS tests are only required on LIMITED
861 or better devices. Pass.
Ruben Brunk370e2432014-10-14 18:33:23 -0700862 </string>
863 <string name="its_test_passed">All Camera ITS tests passed. Pass button enabled!</string>
864 <string name="its_test_failed">Some Camera ITS tests failed.</string>
865
Chien-Yu Chen3e5b7202015-03-05 11:09:56 -0800866 <!-- Strings for the Camera Flashlight test activity -->
867 <string name="camera_flashlight_test">Camera Flashlight</string>
868 <string name="camera_flashlight_info">
869 This test checks the flashlight functionality. It will turn on and off the flashlight of
870 each camera device that has a flash unit. Follow the instructions on screen and observe the
871 flashlight status changing.
872 </string>
873 <string name="camera_flashlight_start_button">Start</string>
874 <string name="camera_flashlight_next_button">Next</string>
875 <string name="camera_flashlight_done_button">Done</string>
876 <string name="camera_flashlight_on_button">On</string>
877 <string name="camera_flashlight_off_button">Off</string>
878 <string name="camera_flashlight_start_text">Press Start to start flashlight test.</string>
879 <string name="camera_flashlight_question_text">Is Camera %1$s flashlight on or off?</string>
880 <string name="camera_flashlight_next_text">Ok. Press next.</string>
881 <string name="camera_flashlight_failed_text">Test failed. Press Done or Fail button.</string>
882 <string name="camera_flashlight_passed_text">All tests passed. Press Done or Pass button.
883 </string>
884
Jeff Davidson112f2792011-08-22 09:46:46 -0700885 <!-- Strings for StreamingVideoActivity -->
886 <string name="streaming_video">Streaming Video Quality Verifier</string>
887 <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>
888 <string name="sv_no_data">No videos.</string>
889 <string name="sv_failed_title">Test Failed</string>
890 <string name="sv_failed_message">Unable to play stream. See log for details.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +0900891
892 <!-- Strings for P2pTestActivity -->
893 <string name="p2p_test">Wi-Fi Direct Test</string>
894 <string name="p2p_test_info">
895 The Wi-Fi Direct tests require two devices with Wi-Fi Direct enabled to exchange
896 messages. One device must be the candidate device running the software build to
897 be tested, while the other device must be an implementation already known to be
898 compatible.\n\nOne device should start the requester test, and the other should
899 start the responder test. Your device must pass both requester and responder
900 tests.
901 </string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +0900902 <string name="p2p_group_formation">Group Formation</string>
903 <string name="p2p_join">Group Join</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +0900904 <string name="p2p_service_discovery">Service Discovery</string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +0900905
906 <string name="p2p_go_neg_responder_test">GO Negotiation Responder Test</string>
907 <string name="p2p_go_neg_requester_test">GO Negotiation Requester Test</string>
908 <string name="p2p_group_owner_test">Group Owner Test</string>
909 <string name="p2p_group_client_test">Group Client Test</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +0900910 <string name="p2p_service_discovery_responder_test">
911 Service Discovery Responder Test</string>
912 <string name="p2p_service_discovery_requester_test">
913 Service Discovery Requester Test</string>
914
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +0900915 <string name="p2p_go_neg_responder">GO Negotiation Responder</string>
916 <string name="p2p_go_neg_requester">GO Negotiation Requester</string>
917 <string name="p2p_accept_client">Group Owner</string>
918 <string name="p2p_join_go">Group Client</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +0900919 <string name="p2p_service_discovery_responder">Service Discovery Responder</string>
920 <string name="p2p_service_discovery_requester">Service Discovery Requester</string>
921
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +0900922 <string name="p2p_go_neg_responder_info">
923 Start the \"GO Negotiation Requester Test\" on the other device and follow
924 the instructions.</string>
925 <string name="p2p_accept_client_info">
926 Start the \"Group Client Test\" on the other device and follow
927 the instructions.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +0900928 <string name="p2p_service_discovery_responder_info">
929 Start the \"Service Discovery Requester Test\" on the other device and follow
930 the instructions.</string>
931
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +0900932 <string name="p2p_go_neg_requester_info">
933 Start the \"GO Negotiation Responder Test\" on the other device.
934 Then run each test individually by clicking on it\'s name.</string>
935 <string name="p2p_join_go_info">
936 Start the \"Group Owner Test\" on the other device.
937 Then run each test individually by clicking on it\'s name.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +0900938 <string name="p2p_service_discovery_requester_info">
939 Start the \"Service Discovery Responder Test\" on the other device.
940 Then run each test individually by clicking on it\'s name.</string>
941
942 <string name="p2p_not_enabled">Wi-Fi is not enabled</string>
943 <string name="p2p_not_enabled_message">These tests require Wi-Fi to be enabled.
944 Click the button below to go to system settings and enable Wi-Fi.</string>
945 <string name="p2p_settings">Wi-Fi Direct Settings</string>
946
947 <string name="p2p_result_success">Test passed successfully.</string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +0900948
949 <string name="p2p_go_neg_responder_ready">
950 The go negotiation responder is now ready to start. Start
951 the \"GO Negotiation Requester Test\" on the other device.
952 Keep the screen here until all tests on the other device are
953 finished.</string>
954 <string name="p2p_go_ready">
955 The group owner is now ready to start. Start the \"Join
956 Group Test\" on the other device.
957 Keep the screen here until all tests on the other device are
958 finished.</string>
959 <string name="p2p_service_responder_ready">
960 The service responder is now ready to start. Start the
961 \"Service Discovery Requester Test\" on the other device.
962 Keep the screen here until all tests on the other device are
963 finished.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +0900964
965 <string name="p2p_setup_error">
966 Test failed.\n\nSet up error. Check whether Wi-Fi can be enabled.</string>
967 <string name="p2p_unexpected_error">
968 Test failed.\n\nUnexpected error. Check logcat.</string>
969 <string name="p2p_add_local_service_error">
970 Test failed.\n\nFailed to add local service.</string>
971 <string name="p2p_add_service_request_error">
972 Test failed.\n\nFailed to add service request.</string>
973 <string name="p2p_remove_service_request_error">
974 Test failed.\n\nFailed to remove service request.</string>
975 <string name="p2p_clear_service_requests_error">
976 Test failed.\n\nFailed to clear service requests.</string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +0900977 <string name="p2p_connect_error">
978 Test failed.\n\nFailed to start a p2p connection to the target device.</string>
979 <string name="p2p_remove_group_error">
980 Test failed.\n\nFailed to remove a p2p group.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +0900981 <string name="p2p_discover_peers_error">
982 Test failed.\n\nFailed to discover peers.</string>
983 <string name="p2p_discover_services_error">
984 Test failed.\n\nFailed to discover services.</string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +0900985 <string name="p2p_ceate_group_error">
986 Test failed.\n\nFailed to start up group owner.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +0900987 <string name="p2p_no_service_requests_error">
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +0900988 Test failed.\n\n\"NO_SERVICE_REQUESTS\" error did not occur.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +0900989 <string name="p2p_receive_invalid_response_error">
990 Test failed.\n\nReceived an invalid message or could not receive
991 the expected message.\n\n</string>
992 <string name="p2p_target_not_found_error">Test failed.\n\n
993 The target responder device was NOT found. Start up the responder
994 test on the other device, then run the test again.</string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +0900995 <string name="p2p_target_invalid_role_error">Test failed.\n\n
996 The target responder must be p2p device. However, the target responder
997 device was group owner. Check the test case on the other device.</string>
998 <string name="p2p_target_invalid_role_error2">Test failed.\n\n
999 The target responder must be group owner. However, the target responder
1000 device was p2p device. Check the test case on the other device.</string>
1001 <string name="p2p_connection_error">
1002 Test failed.\n\nFailed to establish a p2p connection.</string>
1003 <string name="p2p_detect_disconnection_error">
1004 Test failed.\n\nFailed to detect client disconnection.</string>
1005 <string name="p2p_disconnect_error">
1006 Test failed.\n\nFailed to disconnect a p2p connection.</string>
Yoshihiko Ikenagaf2bfc972012-04-11 22:45:03 +09001007
1008 <string name="p2p_search_target">Search Target</string>
1009 <string name="p2p_searching_target">Searching for target device ...</string>
Yoshihiko Ikenaga395214c2012-05-10 20:19:35 +09001010 <string name="p2p_checking_serv_capab">Checking the service discovery
1011 capability ...</string>
1012 <string name="p2p_connecting_with_pbc">Trying to connect the target device ...\n\n
1013 Click the \"OK\" button on the other device to accept the connection
1014 request from this device.</string>
1015 <string name="p2p_connecting_with_pin">Trying to connect the target device ...\n\n
1016 Enter the pin number on the other device.</string>
1017 <string name="p2p_waiting_for_peer_to_connect">Waiting for peer to
1018 connect ...</string>
1019 <string name="p2p_waiting_for_peer_to_disconnect">Waiting for peer
1020 to disconnect ...</string>
Angus Konga0216882013-03-06 17:51:11 -08001021
1022 <string name="camera_fov_calibration">Camera FOV Calibration</string>
1023 <string name="camera_fov_calibration_done">Done</string>
1024 <string name="camera_fov_general_settings">General settings</string>
1025 <string name="camera_fov_label_options">Settings</string>
1026 <string name="camera_fov_tap_to_take_photo">Tap to calibrate</string>
1027 <string name="camera_fov_marker_distance">Marker distance (in cm)</string>
1028 <string name="camera_fov_marker_distance_description">The distance in centimeters between
1029 the solid lines on the target pattern.</string>
1030 <string name="camera_fov_target_distance">Target distance (in cm)</string>
1031 <string name="camera_fov_target_distance_description">The distance in centimeters from the
1032 device to the target pattern.</string>
1033 <string name="camera_fov_settings_button_text">Setup</string>
Sascha Haeberling28cb27c2013-05-03 18:19:07 -07001034 <string name="camera_fov_change_preview_sizes_button_text">Preview Sizes</string>
1035 <string name="camera_fov_choose_preview_size_for_camera">Choose preview size for camera %1$s</string>
Angus Konga0216882013-03-06 17:51:11 -08001036 <string name="camera_fov_displayed_fov_label">Displayed FOV : </string>
1037 <string name="camera_fov_reported_fov_label">Reported FOV : </string>
Sascha Haeberling117c60c2013-06-11 13:26:42 -07001038 <string name="camera_fov_reported_fov_problem">Reported FOV problem</string>
1039 <string name="camera_fov_reported_fov_problem_message">The reported FOV before takePicture() is
1040 different from when onPictureTaken() is called.\nAs picture size has not been changed, the
1041 reported FOV should be identical at both times.\n\nFOV before/after: %1$f / %2$f</string>
1042
Angus Konga0216882013-03-06 17:51:11 -08001043 <string name="camera_fov_panorama_wallpaper_title">Photo Sphere Live Wallpaper</string>
1044 <string name="camera_fov_panorama_wallpaper_description">This live wallapper displays photo
1045 spheres.</string>
1046 <string name="camera_fov_select_panorama">Select panorama</string>
1047 <string name="camera_fov_select_panorama_description">Select a panorama to display in the
1048 live wallpaper.</string>
1049 <string name="camera_fov_reset_panorama">Reset panorama</string>
1050 <string name="camera_fov_reset_panorama_description">Resets the panorama to show the demo
1051 file.</string>
1052 <string name="camera_fov_enable_compass_mode">Enable compass mode</string>
1053 <string name="camera_fov_enable_compass_mode_description">If enabled, the panorama orients
1054 itself according to the current rotation of the device.</string>
1055
Chris Wrenf102e542013-04-30 17:52:57 -04001056 <string name="test_category_notifications">Notifications</string>
Chris Wrenf9509802014-11-18 17:42:36 -05001057 <string name="package_priority_test">Notification Package Priority Test</string>
1058 <string name="package_priority_info">This test checks that the NotificationManagerService respects
1059 user preferences about relative package priorities.
1060 </string>
Chris Wren7b75fe22015-01-13 09:54:34 -05001061 <string name="package_priority_bot">Verifying that the CTS Robot helper package is installed.</string>
Chris Wrenf9509802014-11-18 17:42:36 -05001062 <string name="package_priority_high">Find \"%s\" under \"App notifications\" in the \"Sound &amp; notifications\" settings panel, and mark it as having notification priority.</string>
1063 <string name="package_priority_default">Find \"%s\" under \"App notifications\" in the \"Sound &amp; notifications\" settings panel, and make sure it has default priority.</string>
1064 <string name="package_priority_user_order">Check that ranker respects user priorities.</string>
1065
Chris Wrenbcdef182014-09-22 17:56:38 -04001066 <string name="attention_test">Notification Attention Management Test</string>
1067 <string name="attention_info">This test checks that the NotificationManagerService is
1068 respecting user preferences about notification ranking and filtering.
1069 </string>
1070 <string name="attention_ready">I\'m done</string>
1071 <string name="attention_filter_all">Please set the notification filter to \"All\" in the dialog
1072 that appears when you change the device\'s volume.</string>
1073 <string name="attention_filter_priority">Please set the notification filter to \"Priority\" in
1074 the dialog that appears when you change the device\'s volume, and allow messages from
1075 starred contacts.</string>
1076 <string name="attention_filter_none">Please set the notification filter to \"None\" in the dialog
1077 that appears when you change the device\'s volume.</string>
1078 <string name="attention_create_contacts">Create contacts for notification annotations.</string>
1079 <string name="attention_delete_contacts">Delete test contacts.</string>
1080 <string name="attention_default_order">Check that ranker defaults to time order.</string>
1081 <string name="attention_priority_order">Check that ranker respects developers priorities.</string>
1082 <string name="attention_ambient_bit">Check that the ambient bit is set appropriately.</string>
1083 <string name="attention_lookup_order">Check that ranker respects Lookup URIs for contacts.</string>
1084 <string name="attention_email_order">Check that ranker respects mailto URIs for contacts.</string>
1085 <string name="attention_phone_order">Check that ranker respects telephone URIs for contacts.</string>
1086 <string name="attention_interruption_order">Check that ranker temporarily boosts interruptions.
1087 This test takes 15 seconds to complete.</string>
1088 <string name="attention_none_are_filtered">Check that \"All\" mode doesn\'t filter any notifications.</string>
1089 <string name="attention_some_are_filtered">Check that \"Priority\" mode doesn\'t filter priority notifications.</string>
1090 <string name="attention_all_are_filtered">Check that \"None\" mode filters all notifications.</string>
Chris Wrenf102e542013-04-30 17:52:57 -04001091 <string name="nls_test">Notification Listener Test</string>
1092 <string name="nls_service_name">Notification Listener for CTS Verifier</string>
1093 <string name="nls_info">This test checks that a NotificationListenerService can be enabled
Chris Wrenbcdef182014-09-22 17:56:38 -04001094 and disabled, and that once enabled the service is able to receive notifications and
Chris Wrenf102e542013-04-30 17:52:57 -04001095 dismiss them.
1096 </string>
destradaa65c7cdb2013-10-28 16:36:12 -07001097 <string name="nls_enable_service">Please enable \"Notification Listener for CTS Verifier\"
Chris Wrenf102e542013-04-30 17:52:57 -04001098 under Security > Notification Access and return here.</string>
destradaa65c7cdb2013-10-28 16:36:12 -07001099 <string name="nls_disable_service">Please disable \"Notification Listener for CTS Verifier\"
Chris Wrenf102e542013-04-30 17:52:57 -04001100 under Security > Notification Access and return here.</string>
1101 <string name="nls_start_settings">Launch Settings</string>
1102 <string name="nls_service_started">Service should start once enabled.</string>
1103 <string name="nls_note_received">Check that notification was received.</string>
1104 <string name="nls_payload_intact">Check that notification payload was intact.</string>
1105 <string name="nls_clear_one">Check that service can clear a notification.</string>
1106 <string name="nls_clear_all">Check that service can clear all notifications.</string>
1107 <string name="nls_service_stopped">Service should stop once disabled.</string>
1108 <string name="nls_note_missed">Check that notification was not received.</string>
destradaa65c7cdb2013-10-28 16:36:12 -07001109
Tom O'Neillcd4fa022013-12-13 17:27:46 -08001110 <string name="location_mode_high_accuracy_test">High Accuracy Mode Test</string>
1111 <string name="location_mode_high_accuracy_info">
1112 This test checks that the Location Mode API is consistent with the
1113 Location Provider API when the device is in High Accuracy location mode.
1114 </string>
1115 <string name="location_mode_select_high_accuracy">
Tom O'Neill45599512015-04-23 10:19:06 -07001116 Please select the \"High accuracy\" mode at Settings > Location
1117 (hint: tap the "Mode" item) and return here.
Tom O'Neillcd4fa022013-12-13 17:27:46 -08001118 </string>
1119 <string name="location_mode_battery_saving_test">Battery Saving Mode Test</string>
1120 <string name="location_mode_battery_saving_info">
1121 This test checks that the Location Mode API is consistent with the
1122 Location Provider API when the device is in Battery Saving location mode.
1123 </string>
1124 <string name="location_mode_select_battery_saving">
Tom O'Neill45599512015-04-23 10:19:06 -07001125 Please select the \"Battery Saving\" mode at Settings > Location
1126 (hint: tap the "Mode" item) and return here.
Tom O'Neillcd4fa022013-12-13 17:27:46 -08001127 </string>
Tom O'Neill9e56d272013-12-16 12:48:30 -08001128 <string name="location_mode_device_only_test">Device Only Mode Test</string>
1129 <string name="location_mode_device_only_info">
1130 This test checks that the Location Mode API is consistent with the
1131 Location Provider API when the device is in Device Only location mode.
1132 </string>
1133 <string name="location_mode_select_device_only">
1134 Please select the \"Device Only\" mode at
Tom O'Neill45599512015-04-23 10:19:06 -07001135 Settings > Location (hint: tap the "Mode" item) and return here.
Tom O'Neill9e56d272013-12-16 12:48:30 -08001136 </string>
1137 <string name="location_mode_off_test">Location Mode Off Test</string>
1138 <string name="location_mode_off_info">
1139 This test checks that the Location Mode API is consistent with the
1140 Location Provider API when the device is in the Off location mode.
1141 </string>
Tom O'Neillcd4fa022013-12-13 17:27:46 -08001142
1143 <string name="location_mode_start_settings">Launch Settings</string>
1144 <string name="location_mode_turn_on">
Tom O'Neill9e56d272013-12-16 12:48:30 -08001145 Please turn ON location access (the switch at the top of Settings > Location)
1146 and return here.
1147 </string>
1148 <string name="location_mode_turn_off">
1149 Please turn OFF location access (the switch at the top of Settings > Location)
1150 and return here.
Tom O'Neillcd4fa022013-12-13 17:27:46 -08001151 </string>
1152 <string name="location_mode_secure_gps_on">GPS provider should be ON in secure settings.</string>
1153 <string name="location_mode_secure_gps_off">GPS provider should be OFF in secure settings.</string>
1154 <string name="location_mode_secure_nlp_on">Network location provider should be ON in secure settings.</string>
1155 <string name="location_mode_secure_nlp_off">Network location provider should be OFF in secure settings.</string>
1156 <string name="location_mode_manager_gps_on">GPS provider should be ON in LocationManager.</string>
1157 <string name="location_mode_manager_gps_off">GPS provider should be OFF in LocationManager.</string>
1158 <string name="location_mode_manager_nlp_on">Network location provider should be ON in LocationManager.</string>
1159 <string name="location_mode_manager_nlp_off">Network location provider should be OFF in LocationManager.</string>
1160
Maggie Benthall3278c022013-10-04 18:50:51 -04001161 <string name="cacert_test">CA Cert Notification Test</string>
1162 <string name="cacert_info">This test checks that when a CA Certificate is installed, the user is notified.</string>
1163 <string name="cacert_do_something">Do it</string>
1164 <string name="cacert_done">Done</string>
1165 <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>
1166 <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>
1167 <string name="cacert_check_notification">Please look at the new notification and confirm: It say the network may be monitored. Tapping it brings up a more detailed explanation and a button to check trusted credentials. Tapping that button brings up the Trusted Credentials page you just visited.</string>
1168 <string name="cacert_dismiss_notification">Dismiss the notification. If it cannot be dismissed, fail the test.</string>
1169
1170 <string name="caboot_test">CA Cert Notification on Boot test</string>
1171 <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>
1172 <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>
1173 <string name="caboot_check_creds">Check Credentials</string>
1174 <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>
1175 <string name="caboot_install_cert">Install credential</string>
1176 <string name="caboot_reboot_desc">Please reboot the device and return to this test.</string>
1177 <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>
1178
Robin Leeb4be0a92015-06-15 19:13:00 -07001179 <!-- Strings for KeyChain -->
1180 <string name="keychain_test">KeyChain Storage Test</string>
1181 <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>
1182 <string name="keychain_reset">Reset</string>
1183 <string name="keychain_skip">Skip</string>
1184 <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
1185 Touch \'Next\' to begin.</string>
1186 <string name="keychain_install_desc">Credentials generated. Touch \'Next\' to install them to the system keychain.\n\n
1187The container for the credentials will not be protected with a password; if prompted for one, leave that field blank.\n\n
1188During installation you may be prompted for a name - accept the default suggestion.\n\n
1189In the case that these credentials were already installed, you may skip this step.</string>
1190 <string name="keychain_https_desc">The last test involves setting up an HTTPS connection using credentials from the KeyChain.\n\n
1191You should be prompted to select credentials; choose the ones you just installed in the previous step.</string>
1192 <string name="keychain_reset_desc">Before marking this test as passed, touch \'Next\' to open security settings and reset the following items:\n
1193 1. Clear device credentials.\n
1194 2. Change the lock screen type to \'None\'.</string>
1195
Adam Cohen8ae96702013-05-17 14:21:23 -07001196 <!-- Strings for Widget -->
1197 <string name="widget_framework_test">Widget Framework Test</string>
1198 <string name="widget_framework_test_info">This test checks some basic features of the widget
1199 framework. In order to perform the test, press the Home button. Add the widget
1200 titled "CTS Verifier" to the home screen. Follow the instructions in the widget.</string>
1201 <string name="widget_name">Widget Framework Test</string>
1202 <string name="widget_pass">Pass</string>
1203 <string name="widget_fail">Fail</string>
Alon Albert4106ff12013-10-01 12:36:02 -07001204
Robin Lee020f1852015-01-15 11:56:05 +00001205 <string name="provisioning_byod_nonmarket_allow">Enable non-market apps</string>
1206 <string name="provisioning_byod_nonmarket_allow_info">
1207 This test verifies that non-market apps can be installed if permitted.\n
1208 1. A package installation UI should appear.\n
1209 2. Accept the package and verify that it installs.
1210 </string>
1211
1212 <string name="provisioning_byod_nonmarket_deny">Disable non-market apps</string>
1213 <string name="provisioning_byod_nonmarket_deny_info">
1214 This test verifies that non-market apps cannot be installed unless permitted.\n
1215 1. A package installation UI should appear.\n
1216 2. Verify that the installation of the package is refused.
1217 </string>
1218
Sander Alewijnse7e24fda2015-03-26 17:41:57 +00001219 <string name="provisioning_byod_capture_image_support">Camera support cross profile image capture</string>
1220 <string name="provisioning_byod_capture_image_support_info">
1221 This test verifies that images can be captured from the managed profile using the primary profile camera.\n
1222 1. Capture a picture using the camera.\n
1223 2. Verify that the captured picture is shown.\n
1224 3. Click on the close button.
1225 </string>
1226 <string name="provisioning_byod_capture_video_support">Camera support cross profile video capture</string>
1227 <string name="provisioning_byod_capture_video_support_info">
1228 This test verifies that videos can be captured from the managed profile using the primary profile camera.\n
1229 1. Capture a video using the camera.\n
1230 2. Click on the play button.\n
1231 3. Verify that the captured video is played.\n
1232 4. Click on the close button.
1233 </string>
1234 <string name="provisioning_byod_capture_audio_support">Sound recorder support cross profile audio capture</string>
1235 <string name="provisioning_byod_capture_audio_support_info">
1236 This test verifies that audio can be captured from the managed profile using the primary profile sound recorder.\n
1237 1. Capture audio.\n
1238 2. Click on the play button.\n
1239 3. Verify that the captured audio is played.\n
1240 4. Click on the close button.\n
1241 </string>
1242 <string name="provisioning_byod_dismiss_result_dialog">Close</string>
1243 <string name="provisioning_byod_play">Play</string>
1244 <string name="provisioning_byod_verify_image_title">Verify captured image</string>
1245 <string name="provisioning_byod_verify_video_title">Verify captured video</string>
1246 <string name="provisioning_byod_verify_audio_title">Verify captured audio</string>
1247 <string name="provisioning_byod_no_image_capture_resolver">No image capture app present. Skip test.</string>
1248 <string name="provisioning_byod_no_video_capture_resolver">No video capture app present. Skip test.</string>
1249 <string name="provisioning_byod_no_audio_capture_resolver">No audio capture app present. Skip test.</string>
1250 <string name="provisioning_byod_capture_media_error">Error while capturing media from managed profile.</string>
1251
Alon Albert4106ff12013-10-01 12:36:02 -07001252 <!-- Strings for DeskClock -->
Isaac Katzenelsond96d0662013-10-02 17:06:28 -07001253 <string name="deskclock_tests">Alarms and Timers Tests</string>
Alon Albert4106ff12013-10-01 12:36:02 -07001254 <string name="deskclock_tests_info">
Isaac Katzenelsond96d0662013-10-02 17:06:28 -07001255 The Alarms and Timers tests verify that the Clock app implements the AlarmClock API properly.
Alon Albert4106ff12013-10-01 12:36:02 -07001256 </string>
1257 <string name="deskclock_group_alarms">Alarms</string>
1258 <string name="deskclock_group_timers">Timers</string>
1259
1260 <string name="dc_show_alarms_test">Show Alarms Test</string>
1261 <string name="dc_show_alarms_test_info">
1262 This test verifies that the SHOW_ALARMS API works.\n
1263 1. Press the "Show Alarms" button.\n
Isaac Katzenelsond96d0662013-10-02 17:06:28 -07001264 2. Verify that a UI of the clock app is launched and displays the list of alarms\n
Alon Albert4106ff12013-10-01 12:36:02 -07001265 </string>
1266 <string name="dc_show_alarms_button">Show Alarms</string>
1267
Isaac Katzenelsond96d0662013-10-02 17:06:28 -07001268 <string name="dc_set_alarm_with_ui_test">Set Alarm Test</string>
1269 <string name="dc_set_alarm_with_ui_test_info">
1270 This test verifies that the ACTION_SET_ALARM with no parameters API works.\n
1271 1. Press the "Set Alarm" button.\n
1272 2. Verify that the clock app is launched and displays a UI to manage alarms.\n
1273 </string>
1274 <string name="dc_set_alarm_button">Set Alarm</string>
1275 <string name="dc_set_alarm_verify_button">Verify</string>
Alon Albert4106ff12013-10-01 12:36:02 -07001276
Isaac Katzenelsond96d0662013-10-02 17:06:28 -07001277 <string name="dc_start_alarm_test">Start Alarm Test</string>
1278 <string name="dc_start_alarm_test_info">
1279 This test verifies that the ACTION_SET_ALARM API actually starts an alarm.\n
1280 1. Press the "Start Alarm" button.\n
1281 2. Make sure the alarms UI is NOT shown\n
1282 3. Wait for the alarm to fire (may take up to 2 minutes)\n
1283 4. Verify that the alarm title is: "Start Alarm Test",\n
1284 the alarm is silent and vibrating (if the device supports vibrate).\n
1285 5. Dismiss the alarm.\n
1286 6. Verify that the alarm is not in the Clock\'s alarms list. The Verify button opens
1287 the alarm view.\n
1288 </string>
1289 <string name="dc_start_alarm_button">Start Alarm</string>
1290
1291 <string name="dc_full_alarm_test">Full Alarm Test</string>
1292 <string name="dc_full_alarm_test_info">
1293 This test verifies that the ACTION_SET_ALARM API supports all extras.\n
1294 1. Press the "Create Alarm" button.\n
1295 2. Verify that you see one alarm with the following information:\n
1296 Name of alarm: Create Alarm Test. \n
1297 Vibrate: on.\n
1298 Ringtone: silent.\n
1299 Time: 01:23. \n
1300 Repeating on: Monday and Wednesday. \n
1301 </string>
1302 <string name="dc_full_alarm_button">Create Alarm</string>
destradaa65c7cdb2013-10-28 16:36:12 -07001303
Isaac Katzenelsond96d0662013-10-02 17:06:28 -07001304 <string name="dc_set_timer_with_ui_test">Set Timer Test</string>
1305 <string name="dc_set_timer_with_ui_test_info">
1306 This test verifies that the ACTION_SET_TIMER API with no paramters open the UI\n
1307 1. Press the "Set Timer" button.\n
1308 2. Verify that the an app is launched and displays a UI to manage timers.\n
1309 </string>
1310 <string name="dc_set_timer_with_ui_button">Set Timer</string>
1311
1312 <string name="dc_start_timer_test">Start Timer Test</string>
1313 <string name="dc_start_timer_test_info">
1314 This test verifies that the ACTION_SET_TIMER API actually starts a timer\n
1315 1. Press the "Start Timer" button.\n
1316 2. Verify that a timer is started and NO timers UI is shown.\n
1317 3. Verify that the timer named "Start Timer Test" rings after 30 seconds. Dismiss it.\n
1318 4. Verify that the timer is deleted after the dismissal.\n
1319 </string>
1320 <string name="dc_start_timer_button">Start Timer</string>
1321
1322 <string name="dc_start_timer_with_ui_test">Start Timer With UI Test</string>
1323 <string name="dc_start_timer_with_ui_test_info">
1324 This test verifies that the ACTION_SET_TIMER API actually starts a timer with UI\n
1325 1. Press the "Start Timer" button.\n
1326 2. Verify that a timer is started and the timers UI is shown with a timer named "Start Timer Test".\n
1327 3. Verify that the timer rings after 30 seconds.\n
1328 </string>
Amith Yamasani0e2d6d92014-02-19 10:13:23 -08001329 <!-- Strings for LockConfirmBypassTest -->
1330 <string name="lock_confirm_test_title">Keyguard Password Verification</string>
1331 <string name="lock_set_button_text">Set password</string>
1332 <string name="lock_change_button_text">Change password</string>
1333 <string name="lock_confirm_message">
1334 This test verifies that the user is prompted for the current keyguard password before prompting for a new password.\n
1335 \nClick the \"Set password\" button if you currently don\'t have a password set.\n
1336 \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.
1337 </string>
1338
Harsh Modife5933d2014-08-12 16:52:16 -07001339 <!-- String for Projection Tests -->
1340 <string name="test_category_projection">Projection Tests</string>
1341 <string name="projection_service_name">Projection Service</string>
1342 <string name="pca_info">This tests whether or not OpenGL projection works.\n
1343 You should see two "tumbling cubes." Tapping the screen should case the cubes to explode.</string>
1344 <string name="pca_test">Projection Cube Test</string>
1345 <string name="pwa_info">This tests whether or displaying widets and keyfocus navigation works.\n
1346 You should see four buttons on the bottom of the screen.\n
1347 Pressing the "up" and "down" buttons should highlight different buttons.\n
Takayuki Hoshi58ede6c2014-10-14 13:33:04 +09001348 Further, you should also be able to touch them and they should highlight as usual.</string>
Harsh Modife5933d2014-08-12 16:52:16 -07001349 <string name="pwa_test">Projection Widget Test</string>
1350 <string name="pwa_button_up">Up</string>
1351 <string name="pwa_button_down">Down</string>
1352 <string name="pwa_button_left">Left</string>
1353 <string name="pwa_button_right">Right</string>
1354 <string name="pwa_button">Button</string>
1355 <string name="pla_test">Projection Scrolling List Test</string>
1356 <string name="pla_info">This tests whether a projected list view will scroll properly\n
1357 You should see 50 list items and be able to scroll up and down the list</string>
1358 <string name="pva_test">Projection Video Playback Test</string>
1359 <string name="pva_info">This tests whether video playback works when projected.\n
1360 You should see a blinking white box and here a beep that is synchronized with each blink</string>
1361 <string name="pta_test">Projection Multitouch Test</string>
1362 <string name="pta_info">This tests whether multitouch works.\n
1363 Touching the screen should render a dot at the location you touched.\n
1364 Touching with additional fingers will render additoinal dots and you should be able to drag them around.</string>
Harsh Modi0975db12014-08-19 18:46:07 -07001365 <string name="poa_test">Projection Offscreen Activity</string>
1366 <string name="poa_info">This tests whether a virtual display will continue to respond to and render even when the screen is off.\n
1367 Simply follow the instructions and the test will detect the pass conditions.\n
1368 Note that turning on the screen too early will result in a failure.</string>
Harsh Modife5933d2014-08-12 16:52:16 -07001369
Jim Steele0c4d08a2014-08-03 00:49:59 -07001370 <!-- Strings for RotationVectorTest and GameRotationVectorTest -->
1371 <string name="rotation_vector_test">Rotation Vector Accuracy Test</string>
destradaa58e36812014-08-20 14:53:21 -07001372 <string name="snsr_rotation_vector_set_reference">
1373 Place the mobile device in a reference position. Note: to provide an accurate reference,
1374 align the device along one edge of a notebook laying on a table.</string>
1375 <string name="snsr_rotation_vector_reference_set">Reference position set.</string>
1376 <string name="snsr_rotation_vector_move_info">Move, shake, and rotate the device.</string>
1377 <string name="snsr_rotation_vector_set_final">Place the device back to the reference position.</string>
1378 <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>
1379
Zoltan Szatmary-Ban9a2b13e2015-06-15 17:05:04 +01001380 <!-- Strings common for BYOD and DO managed provisioning tests. -->
1381 <string name="afw_device_admin">CTS Verifier - AfW Admin</string>
1382
Rubin Xu55d22d42014-09-24 19:56:58 +01001383 <!-- Strings for BYOD managed provisioning tests (ByodFlowTestActivity) -->
1384 <string name="test_category_managed_provisioning">Managed Provisioning</string>
Rubin Xu55d22d42014-09-24 19:56:58 +01001385 <string name="provisioning_byod">BYOD Managed Provisioning</string>
1386 <string name="provisioning_byod_info">
1387 This test exercises the BYOD managed provisioning flow.
1388 Start by pressing the button on screen and follow instructions to finish the managed provisioning process.
1389 If your device has not been encrypted before, it will be encrypted and rebooted.
1390 After the provisioning process completes, return to this page and carry out further verifications.
Rubin Xu1dcb3e32014-12-16 16:36:13 +00001391 Note: the device will remain encrypted after the test which can only be disabled by factory reset.
Rubin Xu55d22d42014-09-24 19:56:58 +01001392 </string>
1393 <string name="provisioning_byod_start">Start BYOD provisioning flow</string>
1394 <string name="provisioning_byod_instructions">
1395 1. Press the button below to start the managed provisioning flow.
1396 If your device has not been encrypted before, it will reboot to apply encryption.
1397 After reboot follow instructions in the notification area to complete the provisioning.\n
1398 2. After successful provisioning, you should be automatically redirected back to this page.
1399 Please press through the following verification steps.
Rubin Xu1dcb3e32014-12-16 16:36:13 +00001400 Allow a few seconds after returning from provisioning, as the profile owner test should automatically pass.\n
1401 \n
1402 If the device is being encrypted during step 1, it will remain encrypted After this test.
1403 The only way to disable the encryption is to factory reset the device.
Rubin Xu55d22d42014-09-24 19:56:58 +01001404 </string>
1405 <string name="provisioning_byod_profileowner">Profile owner installed</string>
1406 <string name="provisioning_byod_diskencryption">Full disk encryption enabled</string>
Rubin Xuc2b00d82015-02-02 11:30:26 +00001407 <string name="provisioning_byod_profile_visible">Profile-aware accounts settings</string>
1408 <string name="provisioning_byod_admin_visible">Profile-aware device administrator settings</string>
Rubin Xu55d22d42014-09-24 19:56:58 +01001409 <string name="provisioning_byod_workapps_visible">Badged work apps visible in Launcher</string>
Alexandra Gherghinaaa24ed72014-10-08 01:11:32 +01001410 <string name="provisioning_byod_cross_profile">Open app cross profiles</string>
1411 <string name="provisioning_byod_cross_profile_app_personal">
1412 You selected the CTS Verifier option.
1413 </string>
1414 <string name="provisioning_byod_cross_profile_app_work">You selected the Work option.</string>
1415 <string name="provisioning_byod_cross_profile_instruction">
1416 Please press the Go button to start an action.\n
1417 \n
1418 You should be asked to choose either \"CTS Verifier\" or \"Work\" to complete the action.
1419 Pressing either should bring up a page stating your choice.\n
1420 \n
1421 Verify that you are prompted with the above choices and both options work as intended. Then mark this test accordingly.
1422 </string>
Alexandra Gherghina2c672b72015-01-22 11:20:23 +00001423 <string name="provisioning_byod_work_notification">Work notification is badged</string>
1424 <string name="provisioning_byod_work_notification_instruction">
1425 Please press the Go button to trigger a notification.\n
1426 \n
1427 Verify that the notification is badged (see sample badge below). Then mark this test accordingly.
1428 </string>
1429 <string name="provisioning_byod_work_notification_title">This is a work notification</string>
Kenny Guy68e7df92015-05-29 15:26:28 +01001430 <string name="provisioning_byod_work_status_icon">Work status icon is displayed</string>
1431 <string name="provisioning_byod_work_status_icon_instruction">
1432 Verify that the current status bar does not have a work status icon (see sample icon below).
1433 \n\n
1434 Please press the Go button to launch a work activity.
1435 \n\n
1436 Verify that the status bar now has a work status icon. Then mark this test accordingly.
1437 </string>
1438 <string name="provisioning_byod_work_status_icon_activity">
1439 Verify that the current status bar has a work status notification.
1440 \n\n
1441 Please press finish to return to the tests and then mark this test accordingly.
1442 </string>
1443 <string name="provisioning_byod_work_status_toast">Work status toast is displayed</string>
1444 <string name="provisioning_byod_work_status_toast_instruction">
1445 Please press the Go button to launch a work activity.
1446 \n\n
1447 Follow instructions and then return and mark this test accordingly.
1448 </string>
1449 <string name="provisioning_byod_work_status_toast_activity">
1450 Turn off the screen and wait a few seconds then turn on the screen again.
1451 \n\n
1452 Verify that a toast was displayed saying you are in the work profile.
1453 \n\n
1454 Please press finish to return to the tests and then mark this test accordingly.
1455 </string>
Rubin Xu55d22d42014-09-24 19:56:58 +01001456 <string name="provisioning_byod_profile_visible_instruction">
1457 Please press the Go button to open the Settings page.
1458 Navigate to Accounts and confirm that:\n
1459 \n
1460 - Both Personal and Work categories exist.\n
1461 - \"Remove work profile\" exists under the Work category.\n
1462 \n
1463 Use the Back button to return to this page.
1464 </string>
1465 <string name="provisioning_byod_admin_visible_instruction">
1466 Please press the Go button to open the Security page in Settings.
1467 Navigate to Device administrators and confirm that:\n
1468 \n
1469 - Both Personal and Work categories exist.\n
Zoltan Szatmary-Ban9a2b13e2015-06-15 17:05:04 +01001470 - \"CTS Verifier - AfW Admin\" exists under the Work category, and is activated.\n
Rubin Xu55d22d42014-09-24 19:56:58 +01001471 \n
1472 Use the Back button to return to this page.
1473 </string>
1474 <string name="provisioning_byod_workapps_visible_instruction">
1475 Please press the Go button to start the launcher.
1476 Go to All Apps screen and scroll through it to confirm that:\n
1477 \n
1478 - A new set of work apps including CTS Verifier appear in the list.\n
Alexandra Gherghina9c1c5a52014-12-09 12:55:23 +00001479 - Work badge overlay appears on work app\'s icon (see example icon below).\n
Rubin Xu55d22d42014-09-24 19:56:58 +01001480 \n
1481 Then navigate back to this screen using Recents button.
1482 </string>
Rubin Xuc2b00d82015-02-02 11:30:26 +00001483
1484 <string name="provisioning_byod_app_settings">Profile-aware app settings</string>
1485 <string name="provisioning_byod_app_settings_instruction">
1486 Please press the Go button to open Apps page in settings.\n
1487 \n
1488 Verify that work profile exists in the dropdown list and selecting it will
1489 bring up apps setting in the work profile.\n
1490 \n
1491 Then use the Back button to return to this test and mark accordingly.
1492 </string>
1493
1494 <string name="provisioning_byod_location_settings">Profile-aware location settings</string>
1495 <string name="provisioning_byod_location_settings_instruction">
1496 Please press the Go button to open Location page in settings.\n
1497 \n
1498 Verify that work profile entry exists in the page.\n
1499 \n
1500 Then use the Back button to return to this test and mark accordingly.
1501 </string>
1502
1503 <string name="provisioning_byod_cred_settings">Profile-aware trusted credential settings</string>
1504 <string name="provisioning_byod_cred_settings_instruction">
1505 Please press the Go button to open the Security settings.
1506 Navigate to "Trusted credentials" and wait for the UI to load.
1507 After the list is loaded, confirm that:\n
1508 \n
1509 The page list credentials for both "Personal" and "Work" profiles.\n
1510 \n
1511 Then use the Back button to return to this test and mark accordingly.
1512 </string>
1513
1514 <string name="provisioning_byod_print_settings">Profile-aware printing settings</string>
1515 <string name="provisioning_byod_print_settings_instruction">
1516 Please press the Go button to open the Printing settings.
1517 \n
1518 Verify that work profile exists in the dropdown list and selecting it will
1519 bring up printing setting in the work profile.\n
1520 \n
1521 Then use the Back button to return to this test and mark accordingly.
1522 </string>
1523
Sudheer Shanka98ff0002015-03-26 16:32:59 +00001524 <string name="provisioning_byod_cross_profile_intent_filters">Cross profile intent filters are set</string>
Rubin Xu55d22d42014-09-24 19:56:58 +01001525 <string name="provisioning_byod_no_activity">Cannot communicate with activity in the work profile.</string>
1526 <string name="provisioning_byod_delete_profile">Initiate deletion of work profile.</string>
1527 <string name="provisioning_byod_profile_deleted">Work profile deleted.</string>
1528 <string name="provisioning_byod_disabled">Device provisioning is not enabled.</string>
1529 <string name="provisioning_byod_go">Go</string>
Alexandra Gherghinaaa24ed72014-10-08 01:11:32 +01001530 <string name="provisioning_button_finish">Finish</string>
1531 <string name="provisioning_cross_profile_chooser">Choose an app to complete action</string>
Rubin Xua458f302014-10-03 16:09:23 +01001532
1533 <!-- Strings for DeviceOwnerProvisioningTest -->
1534 <string name="provisioning_device_owner">Device Owner Provisioning</string>
1535 <string name="device_owner_provisioning_tests">Device Owner provisioning tests</string>
1536 <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>
1537 <string name="device_owner_provisioning_category">Device Owner Provisioning</string>
1538 <string name="device_owner_negative_test">Device owner negative test</string>
Unsuk Jung35fac2c2014-11-06 23:16:42 -08001539 <string name="device_owner_negative_test_info">Please click the "Start provisioning" button, and when you see a warning dialog telling the device is already set up, select "pass". Otherwise, select "fail".</string>
Rubin Xua458f302014-10-03 16:09:23 +01001540 <string name="start_device_owner_provisioning_button">Start provisioning</string>
Zoltan Szatmary-Ban9a2b13e2015-06-15 17:05:04 +01001541 <string name="positive_device_owner">Device Owner Tests</string>
1542 <string name="device_owner_positive_tests">Device Owner positive tests</string>
1543 <string name="device_owner_positive_tests_instructions">
1544 The positive device owner tests verify policies on a corporate owned device.\n
1545 Press below button first, follow steps described in the dialog that pops up,
1546 then proceed to the test cases.\n
1547 Pressing \'back\', \'pass\' or \'fail\' on this test page will remove the device owner.\n
1548 Alternatively, you can run the \'Remove device owner\' test. Ideally, that test should
1549 be run last so that it does not interfere with other tests.
1550 </string>
1551 <string name="device_owner_positive_tests_info">
1552 The positive device owner tests verify policies on a corporate owned device.\n
1553 Press below button first, follow steps described in the dialog that pops up,
1554 then proceed to the test cases.\n
1555 Pressing \'back\', \'pass\' or \'fail\' on this test page will remove the device owner.\n
1556 Alternatively, you can run the \'Remove device owner\' test. Ideally, that test should
1557 be run last so that it does not interfere with other tests.
1558 </string>
1559 <string name="device_owner_positive_category">Device Owner Tests</string>
1560 <string name="set_device_owner_button_label">Set up device owner</string>
1561 <string name="set_device_owner_dialog_title">Set up device owner</string>
1562 <string name="set_device_owner_dialog_text">
1563 Please set the device owner by enabling USB debugging on the device and issuing the following command on the host:\n
1564 adb shell dpm set-device-owner \'com.android.cts.verifier/com.android.cts.verifier.managedprovisioning.DeviceAdminTestReceiver\'
1565 </string>
1566 <string name="device_owner_remove_device_owner_test">Remove device owner</string>
1567 <string name="device_owner_remove_device_owner_test_info">
1568 Please check in Settings &gt; Security &gt; Device Administrators if CTSVerifier is
1569 Device Owner. Then press the button below, and check that CTSVerifier is NOT Device
1570 Owner anymore.
1571 </string>
1572 <string name="remove_device_owner_button">Remove device owner</string>
1573 <string name="device_owner_check_device_owner_test">Check device owner</string>
1574 <string name="device_owner_incorrect_device_owner">Missing or incorrect device owner: CTSVerifier is not DO!</string>
Zoltan Szatmary-Ban01ce4542015-06-22 11:14:47 +01001575 <string name="device_owner_wifi_lockdown_test">WiFi configuration lockdown</string>
1576 <string name="device_owner_wifi_lockdown_info">
1577 Please enter the SSID and auth method of an available WiFi Access Point and press the button to create a
1578 WiFi configuration. This configuration can be seen on Settings &gt; WiFi. The test cases
1579 are going use this config. Please go through test cases in order (from top to bottom).
1580 </string>
1581 <string name="switch_wifi_lockdown_off_button">WiFi config lockdown off</string>
1582 <string name="switch_wifi_lockdown_on_button">WiFi config lockdown on</string>
1583 <string name="wifi_lockdown_go_settings_wifi_button">Go to WiFi Settings</string>
1584 <string name="device_owner_wifi_key_management_none_button">None</string>
1585 <string name="device_owner_wifi_key_management_wpa_button">WPA</string>
1586 <string name="device_owner_wifi_key_management_wep_button">WEP</string>
1587 <string name="create_wifi_config_button_label">Create WiFi configuration</string>
1588 <string name="wifi_lockdown_add_network_failed_dialog_title">WiFi configuration could not be created</string>
1589 <string name="wifi_lockdown_add_network_failed_dialog_text">
1590 There was an error during creation of WiFi configuration. Check if WiFi is switched on.
1591 </string>
1592 <string name="device_owner_wifi_config_unlocked_modification_test">Unlocked config is modifiable in Settings</string>
1593 <string name="device_owner_wifi_config_unlocked_modification_test_info">
1594 Please press the button to ensure WiFi config lockdown is NOT in effect. Then go to
1595 Settings &gt; WiFi and see if the CTSVerifier created WiFi configuration can be edited.
1596 Please make sure you can connect to it. The test is successful if the config is editable
1597 and can be connected to.
1598 </string>
1599 <string name="device_owner_wifi_config_locked_modification_test">Locked config is not modifiable in Settings</string>
1600 <string name="device_owner_wifi_config_locked_modification_test_info">
1601 Please press the button to ensure WiFi config lockdown is in effect. Then go to
1602 Settings &gt; WiFi and see if the CTSVerifier created WiFi configuration can NOT be edited
1603 or removed. The test is successful if the config is NOT modifiable.
1604 </string>
1605 <string name="device_owner_wifi_config_locked_connection_test">Locked config can be connected to</string>
1606 <string name="device_owner_wifi_config_locked_connection_test_info">
1607 Please press the button to ensure WiFi config lockdown is in effect. Then go to
1608 Settings &gt; WiFi and see if the CTSVerifier created WiFi configuration can be connected
1609 to manually. The test is successful if the connection can be established.
1610 </string>
1611 <string name="device_owner_wifi_config_unlocked_removal_test">Unlocked config can be forgotten in Settings</string>
1612 <string name="device_owner_wifi_config_unlocked_removal_test_info">
1613 Please press the button to ensure WiFi config lockdown is NOT in effect. Then go to
1614 Settings &gt; WiFi and see if the CTSVerifier created WiFi configuration can be forgotten.
1615 The test is successful if the config could be forgotten and is removed from the list of saved configs.
1616 </string>
Benjamin Franz89e40fc2015-07-01 15:35:57 +01001617 <string name="device_owner_disable_statusbar_test">Disable status bar</string>
1618 <string name="device_owner_disable_statusbar_test_info">
1619 Please press the below button to disable the status bar and verify that quick settings, notifications
1620 and the assist gesture are no longer available.\n
1621 Next, press the button to reenable the status bar and verify that quick settings, notification
1622 and the assist gesture are available again.\n
1623 Please mark the test accordingly.
1624 </string>
1625 <string name="device_owner_disable_statusbar_button">Disable status bar</string>
1626 <string name="device_owner_reenable_statusbar_button">Reenable status bar</string>
1627 <string name="device_owner_disable_keyguard_test">Disable keyguard</string>
1628 <string name="device_owner_disable_keyguard_test_info">
1629 Note that any device passwords that you might have set will be deleted during this test.\n
1630 Please press the below button to disable the keyguard. Press the power button on your device to
1631 switch off the screen. Then press the power button to switch the screen back on and verify that
1632 no keyguard was shown.\n
1633 Next, press the button to reenable the keyguard and repeat the above steps, this time verifying that
1634 a keyguard was shown again.\n
1635 Please mark the test accordingly.
1636 </string>
1637 <string name="device_owner_disable_keyguard_button">Disable keyguard</string>
1638 <string name="device_owner_reenable_keyguard_button">Reenable keyguard</string>
Matthew Williams547b8162014-10-15 10:18:11 -07001639
1640 <!-- Strings for JobScheduler Tests -->
1641 <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>
1642
1643 <string name="js_idle_test">Idle Mode Constraints</string>
1644 <string name="js_start_test_text">Start test</string>
1645 <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>
1646 <string name="js_idle_description_1">Turn the screen off and then back on in order to begin.</string>
1647 <string name="js_idle_item_idle_off">Idle job does not execute when device is not idle.</string>
1648 <string name="js_idle_item_idle_on">Idle job does execute when device is forced into idle.</string>
1649
1650 <string name="js_charging_test">Charging Constraints</string>
1651 <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>
Matthew Williamsdb6a3a82014-11-07 11:06:40 -08001652 <string name="js_charging_description_1">Unplug the device in order to begin.</string>
Matthew Williams547b8162014-10-15 10:18:11 -07001653 <string name="js_charging_off_test">Device not charging will not execute a job with a charging constraint.</string>
1654 <string name="js_charging_on_test">Device when charging will execute a job with a charging constraint.</string>
1655 <string name="js_charging_description_2">After the above test has passed, plug the device back in to continue. If the above failed, you can simply fail this test.</string>
1656
1657 <string name="js_connectivity_test">Connectivity Constraints</string>
1658 <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>
1659 <string name="js_connectivity_description_1">Disable WiFi and Cellular data to begin.</string>
1660 <string name="js_unmetered_connectivity_test">Device with no connectivity will not execute a job with an unmetered connectivity constraint.</string>
1661 <string name="js_any_connectivity_test">Device with no connectivity will not execute a job with an unmetered connectivity constraint.</string>
1662 <string name="js_no_connectivity_test">Device with no connectivity will still execute a job with no connectivity constraints.</string>
Chris Wren451834f2014-10-28 14:32:45 -04001663
Wonsik Kimf16680b2014-11-20 23:11:16 +09001664 <!-- String for Live Channels app Tests -->
Wonsik Kim18aa5752014-10-30 00:47:57 +09001665
Wonsik Kimf16680b2014-11-20 23:11:16 +09001666 <string name="tv_input_discover_test">3rd-party TV input app discoverability test</string>
1667 <string name="tv_input_discover_test_info">
1668 This test verifies that the pre-loaded Live Channels app is invoked via intents and issues
1669 appropriate calls to framework APIs, so that TV input apps work properly with the pre-loaded
1670 Live Channels app.
1671 </string>
Wonsik Kim18aa5752014-10-30 00:47:57 +09001672 <string name="tv_input_discover_test_go_to_setup">
Wonsik Kimf16680b2014-11-20 23:11:16 +09001673 Press the \"Launch Live Channels\" button, and set up the newly installed TV input:
1674 \"CTS Verifier\".
Wonsik Kim18aa5752014-10-30 00:47:57 +09001675 </string>
1676 <string name="tv_input_discover_test_verify_setup">
1677 Setup activity must have been started.
1678 </string>
1679 <string name="tv_input_discover_test_tune_to_channel">
Wonsik Kimf16680b2014-11-20 23:11:16 +09001680 Press the \"Launch Live Channels\" button, and tune to the channel named \"Dummy\" from
Wonsik Kim18aa5752014-10-30 00:47:57 +09001681 \"CTS Verifier\" input. If necessary, configure the channel to be visible.
1682 </string>
1683 <string name="tv_input_discover_test_verify_tune">
1684 Tune command must be called.
1685 </string>
Dongwon Kangf58fc082014-12-01 15:51:03 +09001686 <string name="tv_input_discover_test_verify_overlay_view">
1687 Overlay view must be shown. Verify that there is a text view displaying \"Overlay View Dummy Text\"
1688 when you tune to the \"Dummy\" channel.
1689 </string>
Dongwon Kangaa1e8032015-06-01 15:13:06 +09001690 <string name="tv_input_discover_test_verify_global_search">
1691 Live Channels app should provide query results for 3rd-party input\'s channels and programs on
1692 global search requests.
1693 </string>
Dongwon Kang2ad14c92015-05-13 18:46:13 +09001694 <string name="tv_input_discover_test_go_to_epg">
1695 Press the \"Launch EPG\" button, and locate the channel named \"Dummy\".
1696 </string>
1697 <string name="tv_input_discover_test_verify_epg">
1698 Do you see the programs named \"Dummy Program\" and its description
1699 "Dummy Program Description" in the EPG?
1700 </string>
1701 <string name="tv_input_discover_test_yes">Yes</string>
Wonsik Kim18aa5752014-10-30 00:47:57 +09001702
Wonsik Kimf16680b2014-11-20 23:11:16 +09001703 <string name="tv_parental_control_test">Live Channels app parental control test</string>
1704 <string name="tv_parental_control_test_info">
1705 This test verifies that the default Live Channels app invokes proper parental control APIs in
1706 the framework.
1707 </string>
1708 <string name="tv_parental_control_test_turn_on_parental_control">
1709 Press the \"Launch Live Channels\" button, and turn on the parental control. If it\'s on
1710 already, turn it off and on again.
1711 </string>
1712 <string name="tv_parental_control_test_verify_receive_broadcast1">
1713 TV input service must have received ACTION_PARENTAL_CONTROLS_ENABLED_CHANGED broadcast.
1714 </string>
1715 <string name="tv_parental_control_test_block_tv_ma">
1716 Press the \"Launch Live Channels\" button, and block \"Fake\" rating for \"CtsVerifier\" rating
1717 system in the parental control settings. You may have to enable the rating system if it is
1718 disabled by default. If it\'s already blocked, unblock, save, and then block again.
1719 </string>
1720 <string name="tv_parental_control_test_verify_receive_broadcast2">
1721 TV input service must have received ACTION_BLOCKED_RATINGS_CHANGED broadcast.
1722 </string>
1723 <string name="tv_parental_control_test_block_unblock">
1724 Press the \"Launch Live Channels\" button; verify that the channel is blocked visually.
1725 Try unblock the screen by entering PIN; verify that it\'s unblocked visually.
1726 </string>
1727
1728 <string name="tv_launch_tv_app">Launch Live Channels</string>
Dongwon Kang2ad14c92015-05-13 18:46:13 +09001729 <string name="tv_launch_epg">Launch EPG</string>
Wonsik Kimf16680b2014-11-20 23:11:16 +09001730 <string name="tv_channel_not_found">
1731 CtsVerifier channel is not set up. Please set up before proceeding.
1732 </string>
1733
Dongwon Kang1630b902015-05-13 15:56:43 +09001734 <string name="tv_multiple_tracks_test">Live Channels app closed captions and multi-audio test</string>
Wonsik Kimf5707312014-12-03 15:01:33 +09001735 <string name="tv_multiple_tracks_test_info">
Dongwon Kang1630b902015-05-13 15:56:43 +09001736 This test verifies that the default Live Channels app invokes proper mulitple tracks APIs in the
1737 framework.
Wonsik Kimf5707312014-12-03 15:01:33 +09001738 </string>
1739 <string name="tv_multiple_tracks_test_select_subtitle">
1740 Press the \"Launch Live Channels\" button. Verify that the closed caption is off by default.
1741 Set closed caption to English.
1742 </string>
1743 <string name="tv_multiple_tracks_test_verify_set_caption_enabled">
1744 Caption should be enabled.
1745 </string>
1746 <string name="tv_multiple_tracks_test_verify_select_subtitle">
1747 The English subtitle track should be selected.
1748 </string>
1749 <string name="tv_multiple_tracks_test_select_audio">
1750 Press the \"Launch Live Channels\" button. Verify that the audio track is English by default.
1751 Select Spanish audio track.
1752 </string>
1753 <string name="tv_multiple_tracks_test_verify_select_audio">
1754 The Spanish audio track should be selected.
1755 </string>
1756
Chulwoo Lee19815cb2015-06-19 14:53:37 -07001757 <string name="tv_time_shift_test">TV app time shift test</string>
1758 <string name="tv_time_shift_test_info">
1759 This test verifies that the TV app invokes proper time shift APIs in the framwork.
1760 </string>
1761 <string name="tv_time_shift_test_pause_resume">
1762 Press the \"Launch TV app\" button. Verify that the playback control is available.
1763 Pause the playback and then resume it.
1764 </string>
1765 <string name="tv_time_shift_test_verify_resume_after_pause">
1766 The playback should be resumed after pause.
1767 </string>
1768 <string name="tv_time_shift_test_verify_position_tracking">
1769 The playback position tracking should be activated.
1770 </string>
1771 <string name="tv_time_shift_test_speed_rate">
1772 Press the \"Launch TV app\" button. Verify that the playback control is available.
1773 Rewind the playback and in a few seconds fast-forward it.
1774 </string>
1775 <string name="tv_time_shift_test_verify_rewind">
1776 The playback should be rewinded.
1777 </string>
1778 <string name="tv_time_shift_test_verify_fast_forward">
1779 The playback should be fast-forwarded.
1780 </string>
1781 <string name="tv_time_shift_test_seek">
1782 Press the \"Launch TV app\" button. Verify that the playback control is available.
1783 Seek to previous and then seek to next.
1784 </string>
1785 <string name="tv_time_shift_test_verify_seek_to_previous">
1786 The playback position should be moved to the previous position.
1787 </string>
1788 <string name="tv_time_shift_test_verify_seek_to_next">
1789 The playback position should be moved to the next position.
1790 </string>
1791
Dongwon Kangf58fc082014-12-01 15:51:03 +09001792 <string name="overlay_view_text">Overlay View Dummy Text</string>
Wonsik Kimf16680b2014-11-20 23:11:16 +09001793 <string name="fake_rating">Fake</string>
Wonsik Kim18aa5752014-10-30 00:47:57 +09001794
Chris Wren451834f2014-10-28 14:32:45 -04001795 <!-- A list of fully-qualified test classes that should not be run. -->
1796 <string-array name="disabled_tests" />
Jason Monk5ece9982015-01-21 15:17:20 -05001797
1798 <!-- Strings for screen pinning test -->
1799 <string name="screen_pinning_test">Screen Pinning Test</string>
1800 <string name="screen_pin_instructions">Pressing next will prompt you to enter screen pinning, allow this app to enter screen pinning.</string>
1801 <string name="screen_pin_check_pinned">Press Next to verify the app is pinned.</string>
1802 <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>
1803 <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>
1804 <string name="screen_pinning_done">All tests completed successfully.</string>
1805
1806 <string name="error_screen_no_longer_pinned">The screen was no longer pinned.</string>
1807 <string name="error_screen_already_pinned">Cannot start the test with the screen already pinned.</string>
1808 <string name="error_screen_pinning_did_not_start">Screen was not pinned.</string>
1809 <string name="error_screen_pinning_did_not_exit">Screen was not unpinned.</string>
1810 <string name="error_screen_pinning_couldnt_exit">Could not exit screen pinning through API.</string>
Paul McLean365be3a2015-06-04 12:40:18 -07001811
1812 <!-- Audio Devices Notifcations Test -->
1813 <string name="audio_devices_notifications_test">Audio Devices Notifications Test</string>
1814 <string name="audio_devices_notification_instructions">
1815 Click the "Clear Messages" button then connect and disconnect a wired headset.
1816 Note if the appropriate notification messages appear below.
1817 </string>
1818 <string name="audio_dev_notification_clearmsgs">Clear Messages</string>
1819 <string name="audio_dev_notification_connectMsg">CONNECT DETECTED</string>
1820 <string name="audio_dev_notification_disconnectMsg">DISCONNECT DETECTED</string>
Paul McLeanaf80c872015-06-05 07:48:15 -07001821
1822 <!-- Audio Routing Notifcations Test -->
1823 <string name="audio_routingnotifications_test">Audio Routing Notifications Test</string>
1824 <string name="audio_dev_routingnotification_instructions">
1825 Click on the "Play" button in the AudioTrack Routing Notifictions section below to
1826 start (silent) playback. Insert a wired headset. Observe a message acknowledging the
1827 rerouting event below. Remove the wired headset and observe the new routing message.
1828 Click on the "Stop" button to stop playback.\n
1829 Repeat the process with "Record" and "Stop" button in the AudioRecord Routing
1830 Notifications section below.
1831 </string>
1832 <string name="audio_routingnotification_playBtn">Play</string>
1833 <string name="audio_routingnotification_playStopBtn">Stop</string>
1834 <string name="audio_routingnotification_recBtn">Record</string>
1835 <string name="audio_routingnotification_recStopBtn">Stop</string>
1836 <string name="audio_routingnotification_playHeader">AudioTrack Routing Notifications</string>
1837 <string name="audio_routingnotification_recHeader">AudioRecord Routing Notifications</string>
1838 <string name="audio_routingnotification_trackRoutingMsg">AudioTrack rerouting</string>
1839 <string name="audio_routingnotification_recordRoutingMsg">AudioRecord rerouting</string>
Brian Muramatsu70a9e3f2010-06-25 15:27:09 -07001840</resources>