OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:press_action
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/site_tests/firmware_FAFTSetup/
firmware_FAFTSetup.py
48
def base_keyboard_checker(self,
press_action
):
52
press_action
: A callable that would press the keys when called.
59
Timer(self.KEY_PRESS_DELAY,
press_action
).start()
/external/autotest/server/site_tests/firmware_BaseECKeyboard/
firmware_BaseECKeyboard.py
49
def _base_keyboard_checker(self,
press_action
):
53
press_action
: A callable that would press the keys when called.
62
Timer(self.KEY_PRESS_DELAY,
press_action
).start()
Completed in 98 milliseconds