Searched refs:AdbAction (Results 1 – 1 of 1) sorted by relevance
249 protected class AdbAction implements DeviceAction { class in NativeDevice256 AdbAction(long timeout, String[] cmd, boolean isShell) { in AdbAction() method in NativeDevice.AdbAction1875 AdbAction adbAction = new AdbAction(timeout, fullCmd, "shell".equals(cmdArgs[0])); in executeAdbCommand()