Searched refs:cmdList (Results 1 – 1 of 1) sorted by relevance
501 List<String> cmdList = new LinkedList<>(); in buildMonkeyCommand() local502 cmdList.add("monkey"); in buildMonkeyCommand()506 cmdList.add("-p"); in buildMonkeyCommand()507 cmdList.add(pkg); in buildMonkeyCommand()512 cmdList.add("-c"); in buildMonkeyCommand()513 cmdList.add(cat); in buildMonkeyCommand()517 cmdList.add("--ignore-security-exceptions"); in buildMonkeyCommand()521 cmdList.add("--throttle"); in buildMonkeyCommand()522 cmdList.add(Long.toString(mThrottle)); in buildMonkeyCommand()525 cmdList.add("--ignore-crashes"); in buildMonkeyCommand()[all …]