Home
last modified time | relevance | path

Searched refs:Voice (Results 1 – 10 of 10) 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 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()
DTextToSpeech.java1514 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 …]
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()
1433 public List<Voice> getVoices() {
/frameworks/opt/telephony/proto/
Dtelephony.proto30 // 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/
DAndroid.mk733 frameworks/base/core/java/android/speech/tts/Voice.aidl \
/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.txt37734 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;
Dsystem-current.txt40946 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;