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

/frameworks/base/media/java/android/media/
H A DRingtoneManager.java42 * {@link #TYPE_RINGTONE} refers to the type of sounds that are suitable for the
60 public static final int TYPE_RINGTONE = 1; field in class:RingtoneManager
75 public static final int TYPE_ALL = TYPE_RINGTONE | TYPE_NOTIFICATION | TYPE_ALARM;
149 * shown in the picker. One or more of {@link #TYPE_RINGTONE},
214 private int mType = TYPE_RINGTONE;
251 * @param type The type(s), one or more of {@link #TYPE_RINGTONE},
505 if ((type & TYPE_RINGTONE) != 0) {
608 * {@link #TYPE_RINGTONE}, {@link #TYPE_NOTIFICATION}, or
625 * {@link #TYPE_RINGTONE}, {@link #TYPE_NOTIFICATION}, or
638 if ((type & TYPE_RINGTONE) !
[all...]
/frameworks/base/core/java/android/preference/
H A DRingtonePreference.java59 RingtoneManager.TYPE_RINGTONE);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java128 ? RingtoneManager.TYPE_RINGTONE : RingtoneManager.TYPE_NOTIFICATION;
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java1085 mContext, RingtoneManager.TYPE_RINGTONE);

Completed in 101 milliseconds