Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibTests/src/android/car/
DCarProjectionManagerTest.java148 mController.fireKeyEvent(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in keyEventListener_registerMultipleEventListeners()
152 mController.fireKeyEvent(CarProjectionManager.KEY_EVENT_CALL_LONG_PRESS_KEY_DOWN); in keyEventListener_registerMultipleEventListeners()
157 mController.fireKeyEvent(CarProjectionManager.KEY_EVENT_CALL_KEY_DOWN); in keyEventListener_registerMultipleEventListeners()
175 mController.fireKeyEvent(evt); in keyEventHandler_canRegisterAllEvents()
207 mController.fireKeyEvent(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in keyEventHandler_whenRegisteredAgain_replacesEventList()
215 mController.fireKeyEvent(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in keyEventHandler_whenRegisteredAgain_replacesEventList()
231 mController.fireKeyEvent(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in keyEventHandler_removed_noLongerFires()
249 mController.fireKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in keyEventHandler_withAlternateExecutor_usesExecutor()
/packages/services/Car/car-test-lib/src/android/car/testapi/
DCarProjectionController.java38 void fireKeyEvent(@CarProjectionManager.KeyEventNum int event); in fireKeyEvent() method
DFakeCarProjectionService.java98 public void fireKeyEvent(int event) { in fireKeyEvent() method in FakeCarProjectionService