Interface AdbShellCommands
- All Known Implementing Classes:
AdbShellCommand00To03
,AdbShellCommand04To22
,AdbShellCommandsCurrentBase
public interface AdbShellCommands
Commands which are run via 'adb shell' command on a specified device
-
Method Summary
Modifier and TypeMethodDescriptiongetClearMainLogCommand
(String deviceSerial) getDismissKeyguardCommand
(String deviceSerial) getListProcessesCommand
(String deviceSerial) getLogMessageCommand
(String deviceSerial, String logMessage) getMonkeyInputCommand
(String deviceSerial, long seedValue, int throttleMs, String extraArgs, int eventCount) getSendBackKeyEventCommand
(String deviceSerial) getSendKeyEventCommand
(String deviceSerial, AndroidKeyEvent keyEvent) getSetLogCatFormatToTimeCommand
(String deviceSerial) getWaitForDeviceStartupCommand
(String deviceSerial)
-
Method Details
-
getListProcessesCommand
-
getWaitForDeviceStartupCommand
-
getWaitForDeviceStartupExpectedAnswer
String getWaitForDeviceStartupExpectedAnswer() -
getClearMainLogCommand
-
getSetLogCatFormatToTimeCommand
-
getLogMessageCommand
-
getSendKeyEventCommand
-
getSendBackKeyEventCommand
-
getDismissKeyguardCommand
-
getMonkeyInputCommand
SdkCliCommand getMonkeyInputCommand(String deviceSerial, long seedValue, int throttleMs, String extraArgs, int eventCount)
-