HomeSort by relevance Sort by last modified time
    Searched refs:executeShellCommand (Results 76 - 100 of 326) sorted by null

1 2 34 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceVersionDetector.java 54 mDevice.executeShellCommand(cmd, receiver);
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
ExternalStorageHostTest.java 234 getDevice().executeShellCommand("rm -rf /sdcard/Android");
235 getDevice().executeShellCommand("rm -rf /sdcard/DCIM");
236 getDevice().executeShellCommand("rm -rf /sdcard/MUST_*");
SplitTests.java 393 String result = device.executeShellCommand(cmd.toString());
424 result = device.executeShellCommand(cmd.toString());
433 result = device.executeShellCommand(cmd.toString());
  /cts/hostsidetests/jdwpsecurity/src/android/jdwpsecurity/cts/
JdwpSecurityHostTest.java 85 getDevice().executeShellCommand("chmod 755 " + getDeviceScriptFilepath());
96 getDevice().executeShellCommand(String.format("rm -r %s", DEVICE_LOCATION));
281 getDevice().executeShellCommand(String.format("mkdir %s", remoteFilePath));
  /cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
NumberBlockingTest.java 194 String commandResponse = getDevice().executeShellCommand(command);
203 assertEquals("", getDevice().executeShellCommand(command));
209 String commandOutput = getDevice().executeShellCommand("dumpsys user");
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
ProcessStatusTracker.java 190 BufferedReader stream = executeShellCommand("ps");
231 public BufferedReader executeShellCommand (String command) {
232 ParcelFileDescriptor stdout = getUiAutomation().executeShellCommand(command);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DeviceBridge.java 69 device.executeShellCommand(buildIsServerRunningShellCommand(),
98 device.executeShellCommand(buildStartServerShellCommand(port),
118 device.executeShellCommand(buildStopServerShellCommand(),
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
PhoneAccountTest.java 266 executeShellCommand(COMMAND_ENABLE + " "
272 private String executeShellCommand(String command) throws Exception {
274 mInstrumentation.getUiAutomation().executeShellCommand(command);
  /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
SystemUiJankTests.java 137 mDevice.executeShellCommand("am force-stop " + pkg);
193 mDevice.executeShellCommand(DISABLE_COMMAND + GMAIL_PACKAGE_NAME);
197 mDevice.executeShellCommand(ENABLE_COMMAND + GMAIL_PACKAGE_NAME);
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
ResultFilePuller.java 69 device.executeShellCommand(String.format("rm -rf %s", file));
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
CustomDeviceOwnerTest.java 153 String commandOutput = getDevice().executeShellCommand(command);
DeviceAndProfileOwnerTest.java 111 getDevice().executeShellCommand("input keyevent 3");
509 getDevice().executeShellCommand(command);
583 CLog.i("Output for command " + command + ": " + getDevice().executeShellCommand(command));
615 String commandOutput = getDevice().executeShellCommand(adbCommand);
  /cts/tests/accessibility/src/android/view/accessibility/cts/
CaptioningManagerTest.java 128 ParcelFileDescriptor pfd = mUiAutomation.executeShellCommand(cmd);
ServiceControlUtils.java 58 ParcelFileDescriptor fd = uiAutomation.executeShellCommand("settings --user cur put secure "
  /cts/tests/tests/security/src/android/security/cts/
AslrTest.java 48 .executeShellCommand("/system/bin/cat /proc/self/maps");
  /frameworks/base/packages/DocumentsUI/app-perf-tests/src/com/android/documentsui/
FilesAppPerfTest.java 71 mDevice.executeShellCommand("am force-stop " + TARGET_PACKAGE);
  /platform_testing/tests/androidbvt/src/com/android/androidbvt/
PlayStoreDownloadTests.java 97 mABvtHelper.executeShellCommand(cmd);
SysBugReportTests.java 95 results = mABvtHelper.executeShellCommand(BUGREPORT_CHECK);
  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
ActivityManagerAmStartOptionsTests.java 38 executeShellCommand(getAmStartCmd(TEST_ACTIVITY_NAME) + " -D");
86 final String result = executeShellCommand(getAmStartCmd(entryActivity) + " -W"
  /cts/tests/tests/provider/src/android/provider/cts/
Settings_SystemTest.java 68 getInstrumentation().getUiAutomation().executeShellCommand(cmd.toString());
78 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation().executeShellCommand(
  /cts/tests/tests/text/src/android/text/method/cts/
PasswordTransformationMethodTest.java 122 getInstrumentation().getUiAutomation().executeShellCommand(cmd.toString());
132 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation().executeShellCommand(
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
JUnitDeviceTest.java 137 mDevice.executeShellCommand(cmd, resultParser, mMaxTimeToOutputResponse,
178 getDevice().executeShellCommand(String.format("rm %s", fullJarPath));
TestNGDeviceTest.java 133 mDevice.executeShellCommand(cmd, resultParser, mMaxTimeToOutputResponse,
176 getDevice().executeShellCommand(String.format("rm %s", fullJarPath));
  /platform_testing/libraries/chrome-app-helper/src/android/platform/test/helpers/
ChromeHelperImpl.java 61 mDevice.executeShellCommand("getprop dev.chrome.package");
83 mDevice.executeShellCommand("getprop dev.chrome.name");
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DeqpTestRunnerTest.java 260 mockDevice.executeShellCommand(EasyMock.eq(command),
    [all...]

Completed in 2255 milliseconds

1 2 34 5 6 7 8 91011>>