Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarInputService.java418 dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_KEY_DOWN); in handleVoiceAssistKey()
423 dispatchProjectionKeyEvent( in handleVoiceAssistKey()
428 if (dispatchProjectionKeyEvent( in handleVoiceAssistKey()
439 if (dispatchProjectionKeyEvent( in handleVoiceAssistLongPress()
455 dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_CALL_KEY_DOWN); in handleCallKey()
460 dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_CALL_LONG_PRESS_KEY_UP); in handleCallKey()
469 if (dispatchProjectionKeyEvent( in handleCallKey()
484 if (dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_CALL_LONG_PRESS_KEY_DOWN)) { in handleCallLongPress()
491 private boolean dispatchProjectionKeyEvent(@CarProjectionManager.KeyEventNum int event) { in dispatchProjectionKeyEvent() method in CarInputService