Searched refs:cmdList (Results 1 – 1 of 1) sorted by relevance
530 List<String> cmdList = new LinkedList<>(); in buildMonkeyCommand() local531 cmdList.add("monkey"); in buildMonkeyCommand()535 cmdList.add("-p"); in buildMonkeyCommand()536 cmdList.add(pkg); in buildMonkeyCommand()541 cmdList.add("-c"); in buildMonkeyCommand()542 cmdList.add(cat); in buildMonkeyCommand()546 cmdList.add("--ignore-security-exceptions"); in buildMonkeyCommand()550 cmdList.add("--throttle"); in buildMonkeyCommand()551 cmdList.add(Integer.toString(mThrottle)); in buildMonkeyCommand()554 cmdList.add("--ignore-crashes"); in buildMonkeyCommand()[all …]