Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java254 protected class AdbShellAction implements DeviceAction { class in NativeDevice
261 AdbShellAction(String[] cmd, long timeout) { in AdbShellAction() method in NativeDevice.AdbShellAction
699 AdbShellAction adbActionV2 = in executeShellV2Command()
700 new AdbShellAction(fullCmd, timeUnit.toMillis(maxTimeoutForCommand)); in executeShellV2Command()