Searched refs:dispatchProjectionKeyEvent (Results 1 – 1 of 1) sorted by relevance
417 dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_KEY_DOWN); in handleVoiceAssistKey()422 dispatchProjectionKeyEvent( in handleVoiceAssistKey()427 if (dispatchProjectionKeyEvent( in handleVoiceAssistKey()438 if (dispatchProjectionKeyEvent( in handleVoiceAssistLongPress()454 dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_CALL_KEY_DOWN); in handleCallKey()459 dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_CALL_LONG_PRESS_KEY_UP); in handleCallKey()468 if (dispatchProjectionKeyEvent( in handleCallKey()483 if (dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_CALL_LONG_PRESS_KEY_DOWN)) { in handleCallLongPress()490 private boolean dispatchProjectionKeyEvent(@CarProjectionManager.KeyEventNum int event) { in dispatchProjectionKeyEvent() method in CarInputService