Home
last modified time | relevance | path

Searched refs:cmdList (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/contrib/src/com/android/monkey/
DMonkeyBase.java576 List<String> cmdList = new LinkedList<>(); in buildMonkeyCommand() local
577 cmdList.add("monkey"); in buildMonkeyCommand()
581 cmdList.add("-p"); in buildMonkeyCommand()
582 cmdList.add(pkg); in buildMonkeyCommand()
587 cmdList.add("-c"); in buildMonkeyCommand()
588 cmdList.add(cat); in buildMonkeyCommand()
592 cmdList.add("--ignore-security-exceptions"); in buildMonkeyCommand()
596 cmdList.add("--throttle"); in buildMonkeyCommand()
597 cmdList.add(Integer.toString(mThrottle)); in buildMonkeyCommand()
600 cmdList.add("--ignore-crashes"); in buildMonkeyCommand()
[all …]
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...