Home
last modified time | relevance | path

Searched refs:buildAdbShellCommand (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1157 final String[] fullCmd = buildAdbShellCommand(cmd, parseExitStatus); in executeShellV2Command()
2593 protected String[] buildAdbShellCommand(String command, boolean forceExitStatusDetection) { in buildAdbShellCommand() method in NativeDevice
DTestDevice.java2812 final String[] fullCmd = buildAdbShellCommand(logwrapperCmd, false); in forwardFileToLog()