Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java1086 String inputKeyEventCommand = "input keyevent " + keycode; in getInputKeyEventCommand() local
1088 inputKeyEventCommand = "input -d " + mTestRunningDisplayId + " keyevent " + keycode; in getInputKeyEventCommand()
1090 return inputKeyEventCommand; in getInputKeyEventCommand()