Searched refs:dispatchProjectionKeyEvent (Results 1 – 1 of 1) sorted by relevance
768 dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_KEY_DOWN); in handleVoiceAssistKey()773 dispatchProjectionKeyEvent( in handleVoiceAssistKey()778 if (dispatchProjectionKeyEvent( in handleVoiceAssistKey()795 if (dispatchProjectionKeyEvent( in handleVoiceAssistLongPress()811 dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_CALL_KEY_DOWN); in handleCallKey()816 dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_CALL_LONG_PRESS_KEY_UP); in handleCallKey()830 if (dispatchProjectionKeyEvent( in handleCallKey()849 if (dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_CALL_LONG_PRESS_KEY_DOWN)) { in handleCallLongPress()913 private boolean dispatchProjectionKeyEvent(@CarProjectionManager.KeyEventNum int event) { in dispatchProjectionKeyEvent() method in CarInputService