Home
last modified time | relevance | path

Searched refs:Voice (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
DVoice.java32 public class Voice implements Parcelable { class
70 public Voice(String name, in Voice() method in Voice
84 private Voice(Parcel in) { in Voice() method in Voice
109 … final @android.annotation.NonNull Parcelable.Creator<Voice> CREATOR = new Parcelable.Creator<Voic…
111 public Voice createFromParcel(Parcel in) {
112 return new Voice(in);
116 public Voice[] newArray(int size) {
117 return new Voice[size];
221 Voice other = (Voice) obj; in equals()
DTextToSpeech.java1525 Voice voice = getVoice(service, voiceName);
1605 List<Voice> voices = service.getVoices();
1610 for (Voice voice : voices) {
1627 public Set<Voice> getVoices() {
1628 return runAction(new Action<Set<Voice>>() {
1630 public Set<Voice> run(ITextToSpeechService service) throws RemoteException {
1631 List<Voice> voices = service.getVoices();
1632 return (voices != null) ? new HashSet<Voice>(voices) : new HashSet<Voice>();
1647 public int setVoice(final Voice voice) {
1691 public Voice getVoice() {
[all …]
DITextToSpeechService.aidl23 import android.speech.tts.Voice;
181 List<Voice> getVoices(); in getVoices()
DVoice.aidl20 parcelable Voice;
DTextToSpeechService.java278 public List<Voice> onGetVoices() { in onGetVoices()
280 ArrayList<Voice> voices = new ArrayList<Voice>(); in onGetVoices()
297 voices.add(new Voice(voiceName, locale, Voice.QUALITY_NORMAL, in onGetVoices()
298 Voice.LATENCY_NORMAL, false, features)); in onGetVoices()
1451 public List<Voice> getVoices() {
/frameworks/base/core/java/com/android/internal/accessibility/
DAccessibilityShortcutController.java42 import android.speech.tts.Voice;
430 Voice voice = mTts.getVoice(); in setLanguage()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto30 // Voice/Video call sessions
693 // IMS Voice, Video and Ut capabilities changed
1793 // IMS Voice, Video and Ut capabilities changed
1809 // Notification that Single Radio Voice Call Continuity(SRVCC)
2033 // Single Radio Voice Call Continuity(SRVCC) progress state
2204 // CS or IMS Voice call index
2210 // Active CS Voice calls
2291 // IMS Voice, Video and Ut capabilities changed
/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/
DAccessibilityShortcutControllerTest.java59 import android.speech.tts.Voice;
117 private @Mock Voice mVoice;
/frameworks/base/core/proto/android/providers/settings/
Dsecure.proto507 message Voice { message
516 optional Voice voice = 65;
/frameworks/base/core/proto/android/server/
Dactivitymanagerservice.proto714 message Voice { message
720 optional Voice running_voice = 28;
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProtoDumpUtil.java2398 SecureSettingsProto.Voice.INTERACTION_SERVICE); in dumpProtoSecureSettingsLocked()
2401 SecureSettingsProto.Voice.RECOGNITION_SERVICE); in dumpProtoSecureSettingsLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java7110 proto.write(ActivityManagerServiceDumpProcessesProto.Voice.SESSION, in writeProcessesToProto()
7113 proto, ActivityManagerServiceDumpProcessesProto.Voice.WAKELOCK); in writeProcessesToProto()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27390 method public android.speech.tts.Voice getDefaultVoice();
27395 method public android.speech.tts.Voice getVoice();
27396 method public java.util.Set<android.speech.tts.Voice> getVoices();
27410 method public int setVoice(android.speech.tts.Voice);
27492 method public java.util.List<android.speech.tts.Voice> onGetVoices();
27509 public class Voice implements android.os.Parcelable {
27510 …ctor public Voice(java.lang.String, java.util.Locale, int, int, boolean, java.util.Set<java.lang.S…
27519 field public static final android.os.Parcelable.Creator<android.speech.tts.Voice> CREATOR;
/frameworks/base/api/
Dcurrent.txt42122 method public android.speech.tts.Voice getDefaultVoice();
42127 method public android.speech.tts.Voice getVoice();
42128 method public java.util.Set<android.speech.tts.Voice> getVoices();
42142 method public int setVoice(android.speech.tts.Voice);
42224 method public java.util.List<android.speech.tts.Voice> onGetVoices();
42245 public class Voice implements android.os.Parcelable {
42246 ctor public Voice(String, java.util.Locale, int, int, boolean, java.util.Set<java.lang.String>);
42255 …field @NonNull public static final android.os.Parcelable.Creator<android.speech.tts.Voice> CREATOR;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt69922 …h;->getVoice(Landroid/speech/tts/ITextToSpeechService;Ljava/lang/String;)Landroid/speech/tts/Voice;
70127 Landroid/speech/tts/Voice;-><init>(Landroid/os/Parcel;)V
70128 Landroid/speech/tts/Voice;->mFeatures:Ljava/util/Set;
70129 Landroid/speech/tts/Voice;->mLatency:I
70130 Landroid/speech/tts/Voice;->mLocale:Ljava/util/Locale;
70131 Landroid/speech/tts/Voice;->mName:Ljava/lang/String;
70132 Landroid/speech/tts/Voice;->mQuality:I
70133 Landroid/speech/tts/Voice;->mRequiresNetworkConnection:Z