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.java173 mController.fireKeyEvent(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in keyEventListener_registerMultipleEventListeners()
177 mController.fireKeyEvent(CarProjectionManager.KEY_EVENT_CALL_LONG_PRESS_KEY_DOWN); in keyEventListener_registerMultipleEventListeners()
182 mController.fireKeyEvent(CarProjectionManager.KEY_EVENT_CALL_KEY_DOWN); in keyEventListener_registerMultipleEventListeners()
200 mController.fireKeyEvent(evt); in keyEventHandler_canRegisterAllEvents()
232 mController.fireKeyEvent(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in keyEventHandler_whenRegisteredAgain_replacesEventList()
240 mController.fireKeyEvent(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in keyEventHandler_whenRegisteredAgain_replacesEventList()
256 mController.fireKeyEvent(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in keyEventHandler_removed_noLongerFires()
274 mController.fireKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in keyEventHandler_withAlternateExecutor_usesExecutor()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DCarProjectionController.java48 void fireKeyEvent(@CarProjectionManager.KeyEventNum int event); in fireKeyEvent() method
DFakeCarProjectionService.java100 public void fireKeyEvent(int event) { in fireKeyEvent() method in FakeCarProjectionService