Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibTests/src/android/car/
DCarProjectionManagerTest.java162 Collections.singleton(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP), in keyEventListener_registerMultipleEventListeners()
168 CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP, in keyEventListener_registerMultipleEventListeners()
173 mController.fireKeyEvent(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in keyEventListener_registerMultipleEventListeners()
174 verify(eventHandler1).onKeyEvent(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in keyEventListener_registerMultipleEventListeners()
175 verify(eventHandler2).onKeyEvent(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in keyEventListener_registerMultipleEventListeners()
229 Collections.singleton(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP), in keyEventHandler_whenRegisteredAgain_replacesEventList()
232 mController.fireKeyEvent(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in keyEventHandler_whenRegisteredAgain_replacesEventList()
234 .onKeyEvent(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()
242 .onKeyEvent(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in keyEventHandler_whenRegisteredAgain_replacesEventList()
[all …]
/packages/services/Car/car-lib/src/android/car/
DCarProjectionManager.java167 public static final int KEY_EVENT_CALL_SHORT_PRESS_KEY_UP = 5; field in CarProjectionManager
190 KEY_EVENT_CALL_SHORT_PRESS_KEY_UP,
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarInputServiceTest.java730 CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in callKey_shortPress_withEventHandler_triggersEventHandler()
735 verify(eventHandler).onKeyEvent(CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in callKey_shortPress_withEventHandler_triggersEventHandler()
745 CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP); in callKey_shortPress_withEventHandler_whenCallRinging_answersCall()
/packages/services/Car/service/src/com/android/car/
DCarInputService.java831 CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP)) { in handleCallKey()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt770 field TIRAMISU_0 int KEY_EVENT_CALL_SHORT_PRESS_KEY_UP = 5;
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt191 field public static final int KEY_EVENT_CALL_SHORT_PRESS_KEY_UP = 5; // 0x5
/packages/services/Car/car-lib/api/
Dsystem-current.txt191 field public static final int KEY_EVENT_CALL_SHORT_PRESS_KEY_UP = 5; // 0x5
Dtest-current.txt194 field public static final int KEY_EVENT_CALL_SHORT_PRESS_KEY_UP = 5; // 0x5
Dsystem-lint-baseline.txt1208 UnflaggedApi: android.car.CarProjectionManager#KEY_EVENT_CALL_SHORT_PRESS_KEY_UP:
1209 … flagged with @FlaggedApi: field android.car.CarProjectionManager.KEY_EVENT_CALL_SHORT_PRESS_KEY_UP