HomeSort by relevance Sort by last modified time
    Searched defs:Voice (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/speech/tts/
Voice.java 29 * Characteristics and features of a Text-To-Speech Voice. Each TTS Engine can expose
32 public class Voice implements Parcelable {
70 public Voice(String name,
84 private Voice(Parcel in) {
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]
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 177 milliseconds