Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/voice/
H A DIVoiceInteractionService.aidl31 void getActiveServiceSupportedActions(in List<String> voiceActions, in getActiveServiceSupportedActions() method
H A DVoiceInteractionService.java166 public void getActiveServiceSupportedActions(List<String> voiceActions,
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DAssistUtils.java137 public void getActiveServiceSupportedActions(@NonNull Set<String> voiceActions, in getActiveServiceSupportedActions() method in AssistUtils
142 .getActiveServiceSupportedActions(new ArrayList<>(voiceActions), callback); in getActiveServiceSupportedActions()
H A DIVoiceInteractionManagerService.aidl217 void getActiveServiceSupportedActions(in List<String> voiceActions, in getActiveServiceSupportedActions() method
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java317 public void getActiveServiceSupportedActions(List<String> commands, in getActiveServiceSupportedActions() method in VoiceInteractionManagerServiceImpl
328 mService.getActiveServiceSupportedActions(commands, callback); in getActiveServiceSupportedActions()
H A DVoiceInteractionManagerService.java2035 public void getActiveServiceSupportedActions(List<String> voiceActions, in getActiveServiceSupportedActions() method in VoiceInteractionManagerService.VoiceInteractionManagerServiceStub
2049 mImpl.getActiveServiceSupportedActions(voiceActions, callback); in getActiveServiceSupportedActions()