Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java874 AdbShellAction adbActionV2 = in executeShellV2Command() local
880 performDeviceAction(String.format("adb %s", fullCmd[4]), adbActionV2, retryAttempts); in executeShellV2Command()
881 return adbActionV2.mResult; in executeShellV2Command()