Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibTests/src/android/car/
DCarProjectionManagerTest.java137 Collections.singleton(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP), in keyEventListener_registerMultipleEventListeners()
143 CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP, in keyEventListener_registerMultipleEventListeners()
148 mController.fireKeyEvent(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in keyEventListener_registerMultipleEventListeners()
149 verify(eventHandler1).onKeyEvent(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in keyEventListener_registerMultipleEventListeners()
150 verify(eventHandler2).onKeyEvent(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in keyEventListener_registerMultipleEventListeners()
204 Collections.singleton(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP), in keyEventHandler_whenRegisteredAgain_replacesEventList()
207 mController.fireKeyEvent(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in keyEventHandler_whenRegisteredAgain_replacesEventList()
209 .onKeyEvent(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()
217 .onKeyEvent(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in keyEventHandler_whenRegisteredAgain_replacesEventList()
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarInputServiceTest.java423 CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in callKey_shortPress_withEventHandler_triggersEventHandler()
428 verify(eventHandler).onKeyEvent(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in callKey_shortPress_withEventHandler_triggersEventHandler()
438 CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in callKey_shortPress_withEventHandler_whenCallRinging_answersCall()
/packages/services/Car/car-lib/src/android/car/
DCarProjectionManager.java161 public static final int KEY_EVENT_CALL_SHORT_PRESS_KEY_UP = 5; field in CarProjectionManager
184 KEY_EVENT_CALL_SHORT_PRESS_KEY_UP,
/packages/services/Car/service/src/com/android/car/
DCarInputService.java584 CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP)) { in handleCallKey()
/packages/services/Car/car-lib/api/
Dsystem-current.txt102 field public static final int KEY_EVENT_CALL_SHORT_PRESS_KEY_UP = 5; // 0x5