Home
last modified time | relevance | path

Searched refs:KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarProjectionServiceTest.java412 BitSet eventSet = bitSetOf(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in addedKeyEventHandler_getsDispatchedEvents()
415 mService.onKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in addedKeyEventHandler_getsDispatchedEvents()
417 .onKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in addedKeyEventHandler_getsDispatchedEvents()
426 BitSet bitSet = bitSetOf(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in addedKeyEventHandler_registersWithCarInputService()
428 bitSet.set(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in addedKeyEventHandler_registersWithCarInputService()
437 CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP))); in addedKeyEventHandler_registersWithCarInputService()
442 CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP, in addedKeyEventHandler_registersWithCarInputService()
448 CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP, in addedKeyEventHandler_registersWithCarInputService()
454 .onKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in addedKeyEventHandler_registersWithCarInputService()
456 .onKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in addedKeyEventHandler_registersWithCarInputService()
[all …]
DCarProjectionManagerUnitTest.java94 CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in testRegisterProjectionListener()
103 CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in testRegisterProjectionListener()
DCarInputServiceTest.java547 CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in voiceKey_shortPress_withRegisteredEventHandler_triggersEventHandler()
553 .onKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in voiceKey_shortPress_withRegisteredEventHandler_triggersEventHandler()
560 CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP, in voiceKey_longPress_withRegisteredEventHandler_triggersEventHandler()
575 .onKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in voiceKey_longPress_withRegisteredEventHandler_triggersEventHandler()
/packages/services/Car/tests/CarLibTests/src/android/car/
DCarProjectionManagerTest.java270 CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP), in keyEventHandler_withAlternateExecutor_usesExecutor()
274 mController.fireKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in keyEventHandler_withAlternateExecutor_usesExecutor()
280 .onKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in keyEventHandler_withAlternateExecutor_usesExecutor()
/packages/services/Car/car-lib/src/android/car/
DCarProjectionManager.java142 public static final int KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP = 1; field in CarProjectionManager
186 KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP,
321 rv.add(KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in translateVoiceSearchFilter()
339 if (keyEvent == KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP) { in translateKeyEventToLegacyListener()
/packages/services/Car/service/src/com/android/car/
DCarInputService.java779 CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP)) { in handleVoiceAssistKey()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt766 field TIRAMISU_0 int KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP = 1;
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt195 field public static final int KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP = 1; // 0x1
/packages/services/Car/car-lib/api/
Dsystem-current.txt195 field public static final int KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP = 1; // 0x1
Dtest-current.txt198 field public static final int KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP = 1; // 0x1
Dsystem-lint-baseline.txt1216 UnflaggedApi: android.car.CarProjectionManager#KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP:
1217 … with @FlaggedApi: field android.car.CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP