Searched refs:setVoice (Results 1 – 6 of 6) sorted by relevance
144 public void setVoice(String name) { in setVoice() method in InteractionServiceClient146 mInteractionService.setVoice(name); in setVoice()
26 void setVoice(String value); in setVoice() method
95 public void setVoice(String name) {96 PreferencesController.getInstance(InteractionService.this).setVoice(name);
79 public void setVoice(@Nullable String name) { in setVoice() method in PreferencesController
140 mActivity.get().mInteractionService.setVoice((String) value); in updateVoices()
132 mTTS.setVoice(voice); in doSetVoice()