Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DIVoiceActionCheckCallback.aidl20 void onComplete(in List<String> voiceActions); in onComplete()
H A DAssistUtils.java91 public void getActiveServiceSupportedActions(@NonNull Set<String> voiceActions, in getActiveServiceSupportedActions()
H A DIVoiceInteractionManagerService.aidl185 void getActiveServiceSupportedActions(in List<String> voiceActions, in getActiveServiceSupportedActions()
/aosp12/frameworks/base/core/java/android/service/voice/
H A DIVoiceInteractionService.aidl29 void getActiveServiceSupportedActions(in List<String> voiceActions, in getActiveServiceSupportedActions()
H A DVoiceInteractionService.java230 public Set<String> onGetSupportedVoiceActions(@NonNull Set<String> voiceActions) { in onGetSupportedVoiceActions()
294 private void onHandleVoiceActionCheck(List<String> voiceActions, in onHandleVoiceActionCheck()
/aosp12/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java1754 public void getActiveServiceSupportedActions(List<String> voiceActions, in getActiveServiceSupportedActions()