Searched defs:notifications (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/media/java/android/media/
H A DMediaScanner.java144 private static final String NOTIFICATIONS_DIR = "/notifications/";
545 boolean notifications = (lowpath.indexOf(NOTIFICATIONS_DIR) > 0);
549 (!ringtones && !notifications && !alarms && !podcasts);
569 result = endFile(entry, ringtones, notifications, alarms, music, podcasts);
805 private Uri endFile(FileEntry entry, boolean ringtones, boolean notifications, argument
848 values.put(Audio.Media.IS_NOTIFICATION, notifications);
929 // notifications, ringtones, and alarms, because the rowId of the inserted file is
932 if (notifications && !mDefaultNotificationSet) {
995 if (notifications) {

Completed in 29 milliseconds