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

/frameworks/base/media/java/android/media/
H A DMediaScanner.java147 private static final String RINGTONES_DIR = "/ringtones/";
347 * ringtones. Concatenate the name of the setting from Settings
594 boolean ringtones = (lowpath.indexOf(RINGTONES_DIR) > 0);
599 (!ringtones && !notifications && !alarms && !podcasts);
619 result = endFile(entry, ringtones, notifications, alarms, music, podcasts);
855 private Uri endFile(FileEntry entry, boolean ringtones, boolean notifications, argument
895 // values so that custom ringtones still show up in the ringtone
897 values.put(Audio.Media.IS_RINGTONE, ringtones);
969 // notifications, ringtones, and alarms, because the rowId of the inserted file is
976 } else if (ringtones
[all...]

Completed in 125 milliseconds