Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java873 final String[] fullCmd = buildAdbShellCommand(cmd); in executeShellV2Command()
2038 private String[] buildAdbShellCommand(String command) { in buildAdbShellCommand() method in NativeDevice