Searched defs:ringtones (Results 1 - 1 of 1) sorted by path

/frameworks/base/media/java/android/media/
H A DMediaScanner.java143 private static final String RINGTONES_DIR = "/ringtones/";
341 * ringtones. Concatenate the name of the setting from Settings
541 boolean ringtones = (lowpath.indexOf(RINGTONES_DIR) > 0);
546 (!ringtones && !notifications && !alarms && !podcasts);
573 result = endFile(entry, ringtones, notifications, alarms, music, podcasts);
809 private Uri endFile(FileEntry entry, boolean ringtones, boolean notifications, argument
849 // values so that custom ringtones still show up in the ringtone
851 values.put(Audio.Media.IS_RINGTONE, ringtones);
933 // notifications, ringtones, and alarms, because the rowId of the inserted file is
941 } else if (ringtones
[all...]

Completed in 40 milliseconds