Searched refs:buildAdbShellCommand (Results 1 – 2 of 2) sorted by relevance
1157 final String[] fullCmd = buildAdbShellCommand(cmd, parseExitStatus); in executeShellV2Command()2593 protected String[] buildAdbShellCommand(String command, boolean forceExitStatusDetection) { in buildAdbShellCommand() method in NativeDevice
2812 final String[] fullCmd = buildAdbShellCommand(logwrapperCmd, false); in forwardFileToLog()