Searched defs:TYPE_RINGTONE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DRingtoneManager.java44 * {@link #TYPE_RINGTONE} refers to the type of sounds that are suitable for the
62 public static final int TYPE_RINGTONE = 1; field in class:RingtoneManager
77 public static final int TYPE_ALL = TYPE_RINGTONE | TYPE_NOTIFICATION | TYPE_ALARM;
150 * shown in the picker. One or more of {@link #TYPE_RINGTONE},
221 private int mType = TYPE_RINGTONE;
260 * @param type The type(s), one or more of {@link #TYPE_RINGTONE},
518 if ((type & TYPE_RINGTONE) != 0) {
631 * {@link #TYPE_RINGTONE}, {@link #TYPE_NOTIFICATION}, or
648 * {@link #TYPE_RINGTONE}, {@link #TYPE_NOTIFICATION}, or
661 if ((type & TYPE_RINGTONE) !
[all...]

Completed in 66 milliseconds