HomeSort by relevance Sort by last modified time
    Searched refs:executeShellCommand (Results 26 - 50 of 172) sorted by null

12 3 4 5 6 7

  /cts/libs/deviceutil/src/android/cts/util/
SystemUtil.java 60 ParcelFileDescriptor pfd = instrumentation.getUiAutomation().executeShellCommand(cmd);
  /cts/tests/tests/telephony2/src/android/telephony2/cts/
PhoneNumberTest.java 39 .executeShellCommand(command.toString());
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/targetprep/
CtsRootDeviceSetup.java 71 device.executeShellCommand(
  /platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
AppLaunchTests.java 121 .executeShellCommand(ATRACE_START));
137 getInstrumentation().getUiAutomation().executeShellCommand(ATRACE_DUMP);
158 getInstrumentation().getUiAutomation().executeShellCommand(ATRACE_STOP));
164 getInstrumentation().getUiAutomation().executeShellCommand(
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceTask.java 43 mDevice.executeShellCommand("atrace " + mOptions, new Receiver(), 0);
SystraceVersionDetector.java 54 mDevice.executeShellCommand(cmd, receiver);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
GdbServerTask.java 71 mDevice.executeShellCommand(command, mOutputReceiver, 0);
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
ManagedProfileTest.java 173 + getDevice().executeShellCommand(command));
583 getDevice().executeShellCommand("appwidget grantbind --user 0 --package "
624 + getDevice().executeShellCommand(command));
634 String commandOutput = getDevice().executeShellCommand(adbCommand);
    [all...]
DeviceAndProfileOwnerTest.java 192 + getDevice().executeShellCommand(command));
253 getDevice().executeShellCommand(command);
278 String commandOutput = getDevice().executeShellCommand(adbCommand);
CustomDeviceOwnerTest.java 149 String commandOutput = getDevice().executeShellCommand(command);
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostResultTest.java 113 device.executeShellCommand(String.format("rm %s", devicePath));
129 device.executeShellCommand(String.format("rm %s", devicePath));
SampleHostTest.java 124 mDevice.executeShellCommand(START_COMMAND);
  /cts/hostsidetests/theme/src/android/theme/cts/
ThemeHostTest.java 160 mDevice.executeShellCommand(CLEAR_GENERATED_CMD);
167 if (checkHardwareTypeSkipTest(mDevice.executeShellCommand(HARDWARE_TYPE_CMD).trim())) {
236 mDevice.executeShellCommand(STOP_CMD);
239 mDevice.executeShellCommand(START_CMD);
  /cts/tests/tests/telecom/src/android/telecom/cts/
WiredHeadsetTest.java 134 TestUtils.executeShellCommand(getInstrumentation(), command);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
UiAutomatorJarTest.java 95 getDevice().executeShellCommand(String.format("rm %s", fullJarPath));
JUnitDeviceTest.java 137 mDevice.executeShellCommand(cmd, resultParser, mMaxTimeToOutputResponse,
178 getDevice().executeShellCommand(String.format("rm %s", fullJarPath));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
ActivityLaunchAction.java 67 device.executeShellCommand(command, new AMReceiver(info, device, mLaunchController));
  /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));
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DeviceBridge.java 69 device.executeShellCommand(buildIsServerRunningShellCommand(),
98 device.executeShellCommand(buildStartServerShellCommand(port),
118 device.executeShellCommand(buildStopServerShellCommand(),
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
CaptioningManagerTest.java 126 ParcelFileDescriptor pfd = mUiAutomation.executeShellCommand(cmd);
  /cts/tests/tests/provider/src/android/provider/cts/
Settings_SystemTest.java 68 getInstrumentation().getUiAutomation().executeShellCommand(cmd.toString());
78 ParcelFileDescriptor pfd = getInstrumentation().getUiAutomation().executeShellCommand(
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DeqpTestRunnerTest.java 263 mockDevice.executeShellCommand(EasyMock.eq(command),
    [all...]
  /cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
SplitTests.java 376 String result = device.executeShellCommand(cmd.toString());
407 result = device.executeShellCommand(cmd.toString());
416 result = device.executeShellCommand(cmd.toString());
  /cts/hostsidetests/usb/src/com/android/cts/usb/
TestUsbTest.java 89 String roSerial = mDevice.executeShellCommand("getprop ro.serialno").toLowerCase().
  /cts/tests/tests/media/src/android/media/cts/
RingtoneTest.java 68 getInstrumentation().getUiAutomation().executeShellCommand(cmd.toString());

Completed in 1348 milliseconds

12 3 4 5 6 7