OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:executeShellCommand
(Results
1 - 25
of
76
) sorted by null
1
2
3
4
/cts/hostsidetests/monkey/src/com/android/cts/monkey/
CategoryTest.java
22
String out = mDevice.
executeShellCommand
(MONKEY_CMD + " -v -p " + PKGS[0] + " 5000");
28
String out = mDevice.
executeShellCommand
(MONKEY_CMD + " -v -p " + PKGS[0]
33
out = mDevice.
executeShellCommand
(MONKEY_CMD + " -v -p " + PKGS[0]
40
String out = mDevice.
executeShellCommand
(MONKEY_CMD + " -v -p " + PKGS[0]
PackageTest.java
32
String out = mDevice.
executeShellCommand
(MONKEY_CMD + " -v -p " + PKGS[0] + " 5000");
36
out = mDevice.
executeShellCommand
(MONKEY_CMD + " -v -p " + PKGS[1] + " 5000");
42
String out = mDevice.
executeShellCommand
(MONKEY_CMD + " -v -p " + PKGS[0]
VerbosityTest.java
22
String v0 = mDevice.
executeShellCommand
(MONKEY_CMD + " -s 1337 -p " + PKGS[0] + " 500");
29
String v1 = mDevice.
executeShellCommand
(MONKEY_CMD + " -v -p " + PKGS[0] + " 500");
36
String v2 = mDevice.
executeShellCommand
(MONKEY_CMD + " -v -v -p " + PKGS[0] + " 500");
SeedTest.java
25
String out1 = mDevice.
executeShellCommand
(cmd1);
26
String out2 = mDevice.
executeShellCommand
(cmd1);
30
String out3 = mDevice.
executeShellCommand
(cmd2);
31
String out4 = mDevice.
executeShellCommand
(cmd2);
MonkeyTest.java
29
mDevice.
executeShellCommand
(MONKEY_CMD + " -p " + PKGS[0] + " 500");
34
mDevice.
executeShellCommand
("am start -W -a android.intent.action.MAIN "
/cts/tools/tradefed-host/src/com/android/cts/tradefed/targetprep/
SettingsToggler.java
32
device.
executeShellCommand
(
55
device.
executeShellCommand
(
76
device.
executeShellCommand
(
95
device.
executeShellCommand
(
114
device.
executeShellCommand
(
CtsRootDeviceSetup.java
71
device.
executeShellCommand
(
/frameworks/base/core/java/android/app/
IUiAutomationConnection.aidl
46
void
executeShellCommand
(String command, in ParcelFileDescriptor fd);
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
VMHostTest.java
107
device.
executeShellCommand
(String.format("rm -r %s", VM_TEST_TEMP_DIR));
126
device.
executeShellCommand
(String.format("mkdir %s", VM_TEST_TEMP_DIR));
127
device.
executeShellCommand
(String.format("mkdir %s", remoteFilePath));
GeeTest.java
107
mDevice.
executeShellCommand
(String.format("mkdir %s", remoteFilePath));
119
CLog.v("%s", mDevice.
executeShellCommand
(String.format("chmod 755 %s", fullPath)));
122
mDevice.
executeShellCommand
(String.format("%s %s", fullPath, flags), resultParser,
UiAutomatorJarTest.java
95
getDevice().
executeShellCommand
(String.format("rm %s", fullJarPath));
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseLauncherAppsTest.java
61
+ getDevice().
executeShellCommand
(command));
BaseDevicePolicyTest.java
96
final String result = device.
executeShellCommand
(
105
String commandOutput = getDevice().
executeShellCommand
(command);
116
String commandOutput = getDevice().
executeShellCommand
(command);
129
String commandOutput = getDevice().
executeShellCommand
(command);
153
+ getDevice().
executeShellCommand
(removeUserCommand));
234
getDevice().
executeShellCommand
(command, parser);
254
String commandOutput = getDevice().
executeShellCommand
(command);
281
String commandOutput = getDevice().
executeShellCommand
(command);
297
String commandOutput = getDevice().
executeShellCommand
(command);
311
String commandOutput = getDevice().
executeShellCommand
("dumpsys user")
[
all
...]
ManagedProfileTest.java
110
+ getDevice().
executeShellCommand
(command));
233
+ getDevice().
executeShellCommand
(command));
243
String commandOutput = getDevice().
executeShellCommand
(adbCommand);
DeviceOwnerTest.java
94
String commandOutput = getDevice().
executeShellCommand
(command);
/cts/hostsidetests/aadb/src/com/android/cts/aadb/
TestDeviceFuncTest.java
76
* {@link TestDevice#
executeShellCommand
(String)}.
86
* Verify that a simple {@link TestDevice#
executeShellCommand
(String)} command is successful.
89
final String output = mTestDevice.
executeShellCommand
("ls");
110
mTestDevice.
executeShellCommand
(String.format("rm %s", deviceFilePath));
124
mTestDevice.
executeShellCommand
(String.format("rm %s", deviceFilePath));
148
mTestDevice.
executeShellCommand
(String.format("rm %s", deviceFilePath));
169
mTestDevice.
executeShellCommand
(String.format("rm %s", deviceFilePath));
272
String origTmpFileStamp = mTestDevice.
executeShellCommand
(String.format("ls -l %s",
283
String unchangedTmpFileStamp = mTestDevice.
executeShellCommand
(String.format("ls -l %s",
301
String tmpFileContents = mTestDevice.
executeShellCommand
(String.format("cat %s"
[
all
...]
TestDeviceStressTest.java
83
mTestDevice.
executeShellCommand
(String.format("rm -r %s", deviceFilePath));
93
mTestDevice.
executeShellCommand
(String.format("rm -r %s", deviceFilePath));
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DeqpTestRunnerTest.java
132
EasyMock.expect(mockDevice.
executeShellCommand
(
135
EasyMock.expect(mockDevice.
executeShellCommand
(EasyMock.eq("rm " + LOG_FILE_NAME)))
148
mockDevice.
executeShellCommand
(EasyMock.eq(command),
248
EasyMock.expect(mockDevice.
executeShellCommand
(EasyMock.eq("rm " + CASE_LIST_FILE_NAME)))
251
EasyMock.expect(mockDevice.
executeShellCommand
(EasyMock.eq("rm " + LOG_FILE_NAME)))
264
mockDevice.
executeShellCommand
(EasyMock.eq(command),
433
EasyMock.expect(mockDevice.
executeShellCommand
(EasyMock.eq("rm " + CASE_LIST_FILE_NAME)))
436
EasyMock.expect(mockDevice.
executeShellCommand
(EasyMock.eq("rm " + LOG_FILE_NAME)))
449
mockDevice.
executeShellCommand
(EasyMock.eq(command),
/cts/suite/cts/hostTests/jank/src/com/android/cts/jank/
CtsHostJankTest.java
78
mDevice.
executeShellCommand
("rm " + mJarPath);
84
mDevice.
executeShellCommand
("rm -r " + DEVICE_LOCATION + "*.txt");
87
mDevice.
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/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);
/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));
Completed in 1083 milliseconds
1
2
3
4