Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1875 AdbAction adbAction = new AdbAction(timeout, fullCmd, "shell".equals(cmdArgs[0])); in executeAdbCommand() local
1876 performDeviceAction(String.format("adb %s", cmdArgs[0]), adbAction, MAX_RETRY_ATTEMPTS); in executeAdbCommand()
1877 return adbAction.mOutput; in executeAdbCommand()