Searched refs:Voice (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/speech/tts/ |
D | Voice.java | 32 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 public static final Parcelable.Creator<Voice> CREATOR = new Parcelable.Creator<Voice>() { 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()
|
D | TextToSpeech.java | 1514 Voice voice = getVoice(service, voiceName); 1594 List<Voice> voices = service.getVoices(); 1599 for (Voice voice : voices) { 1616 public Set<Voice> getVoices() { 1617 return runAction(new Action<Set<Voice>>() { 1619 public Set<Voice> run(ITextToSpeechService service) throws RemoteException { 1620 List<Voice> voices = service.getVoices(); 1621 return (voices != null) ? new HashSet<Voice>(voices) : new HashSet<Voice>(); 1636 public int setVoice(final Voice voice) { 1680 public Voice getVoice() { [all …]
|
D | ITextToSpeechService.aidl | 23 import android.speech.tts.Voice; 181 List<Voice> getVoices(); in getVoices()
|
D | Voice.aidl | 20 parcelable Voice;
|
D | TextToSpeechService.java | 278 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() 1433 public List<Voice> getVoices() {
|
/frameworks/opt/telephony/proto/ |
D | telephony.proto | 30 // Voice/Video call sessions 522 // IMS Voice, Video and Ut capabilities changed 865 // IMS Voice, Video and Ut capabilities changed 881 // Notification that Single Radio Voice Call Continuity(SRVCC) 1042 // Single Radio Voice Call Continuity(SRVCC) progress state 1084 // CS or IMS Voice call index 1090 // Active CS Voice calls 1153 // IMS Voice, Video and Ut capabilities changed
|
/frameworks/base/ |
D | Android.mk | 733 frameworks/base/core/java/android/speech/tts/Voice.aidl \
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27390 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/ |
D | current.txt | 37734 method public android.speech.tts.Voice getDefaultVoice(); 37739 method public android.speech.tts.Voice getVoice(); 37740 method public java.util.Set<android.speech.tts.Voice> getVoices(); 37754 method public int setVoice(android.speech.tts.Voice); 37836 method public java.util.List<android.speech.tts.Voice> onGetVoices(); 37857 public class Voice implements android.os.Parcelable { 37858 …ctor public Voice(java.lang.String, java.util.Locale, int, int, boolean, java.util.Set<java.lang.S… 37867 field public static final android.os.Parcelable.Creator<android.speech.tts.Voice> CREATOR;
|
D | system-current.txt | 40946 method public android.speech.tts.Voice getDefaultVoice(); 40951 method public android.speech.tts.Voice getVoice(); 40952 method public java.util.Set<android.speech.tts.Voice> getVoices(); 40966 method public int setVoice(android.speech.tts.Voice); 41048 method public java.util.List<android.speech.tts.Voice> onGetVoices(); 41069 public class Voice implements android.os.Parcelable { 41070 …ctor public Voice(java.lang.String, java.util.Locale, int, int, boolean, java.util.Set<java.lang.S… 41079 field public static final android.os.Parcelable.Creator<android.speech.tts.Voice> CREATOR;
|