Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DVoiceInteractionService.java108 public void getActiveServiceSupportedActions(List<String> voiceActions,
113 voiceActions,
217 public Set<String> onGetSupportedVoiceActions(@NonNull Set<String> voiceActions) { in onGetSupportedVoiceActions() argument
269 private void onHandleVoiceActionCheck(List<String> voiceActions, in onHandleVoiceActionCheck() argument
273 Set<String> voiceActionsSet = new ArraySet<>(voiceActions); in onHandleVoiceActionCheck()
DIVoiceInteractionService.aidl29 void getActiveServiceSupportedActions(in List<String> voiceActions, in getActiveServiceSupportedActions() argument
/frameworks/base/core/java/com/android/internal/app/
DIVoiceActionCheckCallback.aidl20 void onComplete(in List<String> voiceActions); in onComplete() argument
DAssistUtils.java74 public void getActiveServiceSupportedActions(@NonNull Set<String> voiceActions, in getActiveServiceSupportedActions() argument
79 .getActiveServiceSupportedActions(new ArrayList<>(voiceActions), callback); in getActiveServiceSupportedActions()
DIVoiceInteractionManagerService.aidl154 void getActiveServiceSupportedActions(in List<String> voiceActions, in getActiveServiceSupportedActions() argument
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java1170 public void getActiveServiceSupportedActions(List<String> voiceActions, in getActiveServiceSupportedActions() argument
1183 mImpl.getActiveServiceSupportedActions(voiceActions, callback); in getActiveServiceSupportedActions()