Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarProjectionServiceTest.java262 BitSet eventSet = bitSetOf(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in addedKeyEventHandler_getsDispatchedEvents()
265 mService.onKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in addedKeyEventHandler_getsDispatchedEvents()
267 .onKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in addedKeyEventHandler_getsDispatchedEvents()
276 BitSet bitSet = bitSetOf(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in addedKeyEventHandler_registersWithCarInputService()
278 bitSet.set(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in addedKeyEventHandler_registersWithCarInputService()
287 CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP))); in addedKeyEventHandler_registersWithCarInputService()
292 CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP, in addedKeyEventHandler_registersWithCarInputService()
298 CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP, in addedKeyEventHandler_registersWithCarInputService()
304 .onKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in addedKeyEventHandler_registersWithCarInputService()
306 .onKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in addedKeyEventHandler_registersWithCarInputService()
[all …]
DCarInputServiceTest.java284 CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in voiceKey_shortPress_withRegisteredEventHandler_triggersEventHandler()
290 .onKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in voiceKey_shortPress_withRegisteredEventHandler_triggersEventHandler()
297 CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP, in voiceKey_longPress_withRegisteredEventHandler_triggersEventHandler()
312 .onKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in voiceKey_longPress_withRegisteredEventHandler_triggersEventHandler()
/packages/services/Car/tests/CarLibTests/src/android/car/
DCarProjectionManagerTest.java245 CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP), in keyEventHandler_withAlternateExecutor_usesExecutor()
249 mController.fireKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in keyEventHandler_withAlternateExecutor_usesExecutor()
255 .onKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in keyEventHandler_withAlternateExecutor_usesExecutor()
/packages/services/Car/car-lib/src/android/car/
DCarProjectionManager.java136 public static final int KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP = 1; field in CarProjectionManager
180 KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP,
306 rv.add(KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP); in translateVoiceSearchFilter()
324 if (keyEvent == KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP) { in translateKeyEventToLegacyListener()
/packages/services/Car/service/src/com/android/car/
DCarInputService.java543 CarProjectionManager.KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP)) { in handleVoiceAssistKey()
/packages/services/Car/car-lib/api/
Dsystem-current.txt106 field public static final int KEY_EVENT_VOICE_SEARCH_SHORT_PRESS_KEY_UP = 1; // 0x1