Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DIVoiceInteractionService.aidl29 void getActiveServiceSupportedActions(in List<String> voiceActions, in getActiveServiceSupportedActions() method
DVoiceInteractionService.java108 public void getActiveServiceSupportedActions(List<String> voiceActions,
/frameworks/base/core/java/com/android/internal/app/
DAssistUtils.java74 public void getActiveServiceSupportedActions(@NonNull Set<String> voiceActions, in getActiveServiceSupportedActions() method in AssistUtils
79 .getActiveServiceSupportedActions(new ArrayList<>(voiceActions), callback); in getActiveServiceSupportedActions()
DIVoiceInteractionManagerService.aidl154 void getActiveServiceSupportedActions(in List<String> voiceActions, in getActiveServiceSupportedActions() method
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceImpl.java185 public void getActiveServiceSupportedActions(List<String> commands, in getActiveServiceSupportedActions() method in VoiceInteractionManagerServiceImpl
196 mService.getActiveServiceSupportedActions(commands, callback); in getActiveServiceSupportedActions()
DVoiceInteractionManagerService.java1170 public void getActiveServiceSupportedActions(List<String> voiceActions, in getActiveServiceSupportedActions() method in VoiceInteractionManagerService.VoiceInteractionManagerServiceStub
1183 mImpl.getActiveServiceSupportedActions(voiceActions, callback); in getActiveServiceSupportedActions()