Uses of Enum Class
hudson.plugins.android_emulator.constants.AndroidKeyEvent
Packages that use AndroidKeyEvent
Package
Description
-
Uses of AndroidKeyEvent in hudson.plugins.android_emulator.constants
Methods in hudson.plugins.android_emulator.constants that return AndroidKeyEventModifier and TypeMethodDescriptionstatic AndroidKeyEvent
Returns the enum constant of this class with the specified name.static AndroidKeyEvent[]
AndroidKeyEvent.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AndroidKeyEvent in hudson.plugins.android_emulator.sdk.cli
Methods in hudson.plugins.android_emulator.sdk.cli with parameters of type AndroidKeyEventModifier and TypeMethodDescriptionAdbShellCommands.getSendKeyEventCommand
(String deviceSerial, AndroidKeyEvent keyEvent) AdbShellCommandsCurrentBase.getSendKeyEventCommand
(String deviceSerial, AndroidKeyEvent keyEvent)