Searched refs:cmdList (Results 1 – 1 of 1) sorted by relevance
576 List<String> cmdList = new LinkedList<>(); in buildMonkeyCommand() local577 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 …]