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);