Searched refs:cmdList (Results 1 – 1 of 1) sorted by relevance
573 List<String> cmdList = new LinkedList<>(); in buildMonkeyCommand() local574 cmdList.add("monkey"); in buildMonkeyCommand()578 cmdList.add("-p"); in buildMonkeyCommand()579 cmdList.add(pkg); in buildMonkeyCommand()584 cmdList.add("-c"); in buildMonkeyCommand()585 cmdList.add(cat); in buildMonkeyCommand()589 cmdList.add("--ignore-security-exceptions"); in buildMonkeyCommand()593 cmdList.add("--throttle"); in buildMonkeyCommand()594 cmdList.add(Integer.toString(mThrottle)); in buildMonkeyCommand()597 cmdList.add("--ignore-crashes"); in buildMonkeyCommand()[all …]