Searched refs:fromLongPress (Results 1 – 3 of 3) sorted by relevance
87 void onVoiceAssistantRequest(boolean fromLongPress); in onVoiceAssistantRequest() argument314 boolean fromLongPress; in translateKeyEventToLegacyListener()323 fromLongPress = false; in translateKeyEventToLegacyListener()325 fromLongPress = true; in translateKeyEventToLegacyListener()332 Log.d(TAG, "Voice assistant request, long-press = " + fromLongPress); in translateKeyEventToLegacyListener()334 legacyListener.onVoiceAssistantRequest(fromLongPress); in translateKeyEventToLegacyListener()
57 public void onVoiceAssistantRequest(boolean fromLongPress) {58 if (fromLongPress) {
41 public void onVoiceAssistantRequest(boolean fromLongPress) {