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.java746 dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_KEY_DOWN); in handleVoiceAssistKey()
751 dispatchProjectionKeyEvent( in handleVoiceAssistKey()
756 if (dispatchProjectionKeyEvent( in handleVoiceAssistKey()
767 if (dispatchProjectionKeyEvent( in handleVoiceAssistLongPress()
783 dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_CALL_KEY_DOWN); in handleCallKey()
788 dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_CALL_LONG_PRESS_KEY_UP); in handleCallKey()
802 if (dispatchProjectionKeyEvent( in handleCallKey()
821 if (dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_CALL_LONG_PRESS_KEY_DOWN)) { in handleCallLongPress()
885 private boolean dispatchProjectionKeyEvent(@CarProjectionManager.KeyEventNum int event) { in dispatchProjectionKeyEvent() method in CarInputService