Searched refs:fromLongPress (Results 1 – 4 of 4) sorted by relevance
95 void onVoiceAssistantRequest(boolean fromLongPress); in onVoiceAssistantRequest() argument331 boolean fromLongPress; in translateKeyEventToLegacyListener()340 fromLongPress = false; in translateKeyEventToLegacyListener()342 fromLongPress = true; in translateKeyEventToLegacyListener()349 Slog.d(TAG, "Voice assistant request, long-press = " + fromLongPress); in translateKeyEventToLegacyListener()351 legacyListener.onVoiceAssistantRequest(fromLongPress); in translateKeyEventToLegacyListener()
57 public void onVoiceAssistantRequest(boolean fromLongPress) {58 if (fromLongPress) {
38 private final CarProjectionManager.CarProjectionListener mListener = (fromLongPress) -> { };
798 method TIRAMISU_0 void onVoiceAssistantRequest(boolean fromLongPress);