Searched +full:features +full:shell (Results 1 - 6 of 6) sorted by path

/cts/apps/CtsVerifier/res/values/
H A Dstrings.xml38 <string name="test_category_features">Features</string>
78 find the corresponding setting options on your device, run \"adb shell bmgr enable true\"
79 to enable the backup manager. You can check its status by executing \"adb shell bmgr
81 \n\n2. Run the backup manager: adb shell bmgr run
105 the corresponding setting options on your device, run \"adb shell bmgr enable true\" to
106 enable the backup manager. You can check its status by executing \"adb shell bmgr enabled\".
115 \n\n5. Run the backup manager: adb shell bmgr run
168 <string name="da_kg_disabled_features_test">Keyguard Disabled Features Test</string>
169 <string name="rn_kg_disabled_features_test">Redacted Notifications Keyguard Disabled Features Test</string>
668 <string name="snsr_sensor_feature_deactivation">Turn off any special features installe
[all...]
/cts/hostsidetests/services/activitymanager/src/android/server/cts/
H A DActivityManagerTestBase.java137 log("adb shell " + command);
143 log("adb shell " + command);
224 final String output = runCommandAndPrintOutput("pm list features");
/cts/hostsidetests/sustainedperf/dhrystone/
H A DDrystone-2.1.sh2 # This is a shell archive, meaning:
285 X Unfortunately, ISO/ANSI Pascal does not contain language features for
1424 # End of shell archive
/cts/tests/tests/accounts/src/android/accounts/cts/
H A DAccountManagerTest.java48 * adb shell am instrument
369 private Bundle getAuthTokenByFeature(String[] features, Activity activity) argument
374 features,
1394 // Now test with existing features and an activity
1410 // Now test with existing features and no activity
1426 // Now test with existing features and an activity
/cts/tools/dex-tools/dex/
H A Dclasses0.out.dex427 SQLite.Shell s
431 SQLite.Shell
4179 public class SQLite.Shell extends java.lang.Object implements SQLite.Callback
[all...]
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
H A DDeqpTestRunner.java1356 final Set<String> features = getDeviceFeatures(mDevice);
1359 !features.contains(FEATURE_PORTRAIT)) {
1363 !features.contains(FEATURE_LANDSCAPE)) {
1389 * Executes a given command in adb shell
1409 // shell command channel killed
1413 // shell command halted
1780 String command = "pm list features";
1789 CLog.e("Failed parse features. Unexpect format on line \"%s\"", tokens[0]);

Completed in 378 milliseconds