HomeSort by relevance Sort by last modified time
    Searched refs:executeShellCommand (Results 201 - 225 of 669) sorted by null

1 2 3 4 5 6 7 891011>>

  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
LockscreenHelper.java 218 mDevice.executeShellCommand(command);
223 mDevice.executeShellCommand(command);
253 mCommandsHelper.executeShellCommand(String.format(SET_PIN_COMMAND, passcode));
256 mCommandsHelper.executeShellCommand(String.format(SET_PASSWORD_COMMAND, passcode));
259 mCommandsHelper.executeShellCommand(String.format(SET_PATTERN_COMMAND, passcode));
270 mCommandsHelper.executeShellCommand(String.format(CLEAR_COMMAND, pwd));
  /cts/hostsidetests/backup/src/android/cts/backup/
SuccessNotificationHostSideTest.java 170 mOriginalBackupManagerConstants = getDevice().executeShellCommand(String.format(
227 getDevice().executeShellCommand(String.format("settings put secure %s %s",
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
AccountCheckHostSideTest.java 135 final String accountDump = getDevice().executeShellCommand("dumpsys account");
231 CLog.w(getDevice().executeShellCommand("dumpsys account"));
DeviceAndProfileOwnerTest.java 159 getDevice().executeShellCommand("input keyevent 3");
720 getDevice().executeShellCommand(command);
    [all...]
  /cts/hostsidetests/media/src/android/media/session/cts/
MediaSessionManagerHostTest.java 264 executeShellCommand(command);
271 executeShellCommand(MediaSessionTestHelperConstants.buildControlCommand(userId, flag));
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostResultTest.java 117 device.executeShellCommand(String.format("rm %s", devicePath));
133 device.executeShellCommand(String.format("rm %s", devicePath));
  /cts/hostsidetests/tv/src/com/android/cts/tv/
TvInputManagerHostTest.java 105 device.executeShellCommand(START_COMMAND);
134 String commandOutput = getDevice().executeShellCommand(command);
  /cts/tests/accessibility/src/android/view/accessibility/cts/
ServiceControlUtils.java 66 ParcelFileDescriptor fd = uiAutomation.executeShellCommand("settings --user cur put secure "
131 ParcelFileDescriptor fd = uiAutomation.executeShellCommand("settings --user cur put secure "
  /cts/tests/framework/base/activitymanager/src/android/server/am/
VirtualDisplayHelper.java 124 final String dump = executeShellCommand("dumpsys display");
137 private static String executeShellCommand(String command) {
ActivityManagerReplaceWindowTests.java 66 executeShellCommand(amStartCmd);
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
UiBot.java 174 mDevice.executeShellCommand("input keyevent KEYCODE_WAKEUP");
175 mDevice.executeShellCommand("wm dismiss-keyguard");
  /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
AppInstallTest.java 121 String output = mDevice.executeShellCommand(
128 mDevice.executeShellCommand(String.format("rm \"%s\"", remotePath));
  /tools/tradefederation/core/src/com/android/tradefed/device/metric/
FilePullerDeviceMetricCollector.java 121 device.executeShellCommand(
155 device.executeShellCommand(
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
NativeStressTest.java 164 testDevice.executeShellCommand(String.format("chmod 755 %s", fullPath));
176 testDevice.executeShellCommand(String.format("%s -s %d -e %d", fullPath,
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
BackgroundDeviceActionTest.java 70 mMockIDevice.executeShellCommand(EasyMock.eq(action), EasyMock.same(mMockReceiver),
92 mMockIDevice.executeShellCommand(EasyMock.eq(action), EasyMock.same(mMockReceiver),
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
AtraceCollectorTest.java 100 mMockDevice.executeShellCommand(
122 mMockDevice.executeShellCommand(
148 mMockDevice.executeShellCommand(
176 mMockDevice.executeShellCommand(
199 mMockDevice.executeShellCommand(
223 mMockDevice.executeShellCommand(
233 EasyMock.expect(mMockDevice.executeShellCommand(EasyMock.eq("rm -f " + M_DEFAULT_LOG_PATH)))
252 mMockDevice.executeShellCommand(
  /cts/hostsidetests/abioverride/src/android/abioverride/cts/
AbiOverrideTest.java 91 device.executeShellCommand(START_COMMAND);
  /cts/hostsidetests/edi/src/android/edi/cts/
LibraryDeviceInfo.java 81 String out = mDevice.executeShellCommand("sha1sum " + filePath);
  /cts/hostsidetests/shortcuts/hostside/src/android/content/pm/cts/shortcuthost/
BaseShortcutManagerHostTest.java 88 CLog.w(getDevice().executeShellCommand("dumpsys shortcut"));
93 final String output = getDevice().executeShellCommand(command);
100 getDevice().executeShellCommand("cmd shortcut clear-shortcuts --user " + userId
202 final String output = getDevice().executeShellCommand(command);
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
ShellCommandBuilder.java 78 try (ParcelFileDescriptor fd = automation.executeShellCommand(command)) {
  /cts/tests/tests/packageinstaller/externalsources/src/android/packageinstaller/externalsources/cts/
ExternalSourcesTest.java 60 mUiDevice.executeShellCommand(commandBuilder.toString());
  /cts/tests/tests/telecom/src/android/telecom/cts/
WiredHeadsetTest.java 124 TestUtils.executeShellCommand(getInstrumentation(), command);
  /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));
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceVersionDetector.java 54 mDevice.executeShellCommand(cmd, receiver);
  /test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
FeatureUtil.java 69 String output = device.executeShellCommand("pm list features");

Completed in 1612 milliseconds

1 2 3 4 5 6 7 891011>>