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.java532 dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_VOICE_SEARCH_KEY_DOWN); in handleVoiceAssistKey()
537 dispatchProjectionKeyEvent( in handleVoiceAssistKey()
542 if (dispatchProjectionKeyEvent( in handleVoiceAssistKey()
553 if (dispatchProjectionKeyEvent( in handleVoiceAssistLongPress()
569 dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_CALL_KEY_DOWN); in handleCallKey()
574 dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_CALL_LONG_PRESS_KEY_UP); in handleCallKey()
583 if (dispatchProjectionKeyEvent( in handleCallKey()
598 if (dispatchProjectionKeyEvent(CarProjectionManager.KEY_EVENT_CALL_LONG_PRESS_KEY_DOWN)) { in handleCallLongPress()
605 private boolean dispatchProjectionKeyEvent(@CarProjectionManager.KeyEventNum int event) { in dispatchProjectionKeyEvent() method in CarInputService