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.java772 dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_KEY_DOWN); in handleVoiceAssistKey()
777 dispatchProjectionKeyEvent( in handleVoiceAssistKey()
782 if (dispatchProjectionKeyEvent( in handleVoiceAssistKey()
799 if (dispatchProjectionKeyEvent( in handleVoiceAssistLongPress()
819 dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_CALL_KEY_DOWN); in handleCallKey()
824 dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_CALL_LONG_PRESS_KEY_UP); in handleCallKey()
838 if (dispatchProjectionKeyEvent( in handleCallKey()
857 if (dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_CALL_LONG_PRESS_KEY_DOWN)) { in handleCallLongPress()
921 private boolean dispatchProjectionKeyEvent(@CarProjectionManager.KeyEventNum int event) { in dispatchProjectionKeyEvent() method in CarInputService