Searched refs:voiceActions (Results 1 – 6 of 6) sorted by relevance
108 public void getActiveServiceSupportedActions(List<String> voiceActions,113 voiceActions,217 public Set<String> onGetSupportedVoiceActions(@NonNull Set<String> voiceActions) { in onGetSupportedVoiceActions() argument269 private void onHandleVoiceActionCheck(List<String> voiceActions, in onHandleVoiceActionCheck() argument273 Set<String> voiceActionsSet = new ArraySet<>(voiceActions); in onHandleVoiceActionCheck()
29 void getActiveServiceSupportedActions(in List<String> voiceActions, in getActiveServiceSupportedActions() argument
20 void onComplete(in List<String> voiceActions); in onComplete() argument
74 public void getActiveServiceSupportedActions(@NonNull Set<String> voiceActions, in getActiveServiceSupportedActions() argument79 .getActiveServiceSupportedActions(new ArrayList<>(voiceActions), callback); in getActiveServiceSupportedActions()
154 void getActiveServiceSupportedActions(in List<String> voiceActions, in getActiveServiceSupportedActions() argument
1170 public void getActiveServiceSupportedActions(List<String> voiceActions, in getActiveServiceSupportedActions() argument1183 mImpl.getActiveServiceSupportedActions(voiceActions, callback); in getActiveServiceSupportedActions()