Home
last modified time | relevance | path

Searched defs:voiceActions (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DIVoiceActionCheckCallback.aidl20 void onComplete(in List<String> voiceActions); in onComplete()
DAssistUtils.java74 public void getActiveServiceSupportedActions(@NonNull Set<String> voiceActions, in getActiveServiceSupportedActions()
DIVoiceInteractionManagerService.aidl154 void getActiveServiceSupportedActions(in List<String> voiceActions, in getActiveServiceSupportedActions()
/frameworks/base/core/java/android/service/voice/
DIVoiceInteractionService.aidl29 void getActiveServiceSupportedActions(in List<String> voiceActions, in getActiveServiceSupportedActions()
DVoiceInteractionService.java217 public Set<String> onGetSupportedVoiceActions(@NonNull Set<String> voiceActions) { in onGetSupportedVoiceActions()
269 private void onHandleVoiceActionCheck(List<String> voiceActions, in onHandleVoiceActionCheck()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java1193 public void getActiveServiceSupportedActions(List<String> voiceActions, in getActiveServiceSupportedActions()