Searched refs:Tone (Results 1 – 7 of 7) sorted by relevance
28 public enum Tone implements Parcelable { enum150 Tone(int value) { in Tone() method in Tone160 public static Tone fromInt(int value) { in fromInt()161 for (Tone e : Tone.values()) { in fromInt()169 Tone(Parcel in) { in Tone() method in Tone183 public static final Parcelable.Creator<Tone> CREATOR = new Parcelable.Creator<Tone>() {185 public Tone createFromParcel(Parcel in) {186 return Tone.values()[in.readInt()];190 public Tone[] newArray(int size) {191 return new Tone[size];
28 public Tone tone;31 public ToneSettings(Duration duration, Tone tone, boolean vibrate) { in ToneSettings()39 tone = in.readParcelable(Tone.class.getClassLoader()); in ToneSettings()
117 Tone tone, Duration duration, boolean vibrate) { in PlayToneParams()
875 Tone tone = null; in processPlayTone()888 tone = Tone.fromInt(toneVal); in processPlayTone()
89 public @interface Tone {} annotation in Lnb214 public int setTone(@Tone int tone) { in setTone()
197 // Narkowicz 2015, "ACES Filmic Tone Mapping Curve"
49505 Lcom/android/internal/telephony/cat/Tone$1;49506 Lcom/android/internal/telephony/cat/Tone;