Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1158 AdbShellAction adbActionV2 = in executeShellV2Command() local
1165 performDeviceAction(String.format("adb %s", fullCmd[4]), adbActionV2, retryAttempts); in executeShellV2Command()
1167 postProcessExitStatus(adbActionV2.mResult); in executeShellV2Command()
1169 return adbActionV2.mResult; in executeShellV2Command()
DTestDevice.java2813 AdbShellAction adbActionV2 = in forwardFileToLog() local
2820 adbActionV2.run(); in forwardFileToLog()