Home
last modified time | relevance | path

Searched refs:snoozed (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DSnoozeHelper.java157 ArrayList snoozed = new ArrayList(); in getSnoozed() local
160 snoozed.add(r); in getSnoozed()
163 return snoozed; in getSnoozed()
193 List<NotificationRecord> snoozed = new ArrayList<>(); in getSnoozed() local
194 snoozed.addAll(mSnoozedNotifications.values()); in getSnoozed()
195 return snoozed; in getSnoozed()
DManagedServices.java1385 ArraySet<ComponentName> snoozed = mSnoozing.get(userId); in populateComponentsToBind() local
1386 if (snoozed != null) { in populateComponentsToBind()
1387 add.removeAll(snoozed); in populateComponentsToBind()
DNotificationManagerService.java4736 for(NotificationRecord snoozed: mSnoozeHelper.getSnoozed(userId, pkg)) {
4737 StatusBarNotification sbn = sanitizeSbn(pkg, userId, snoozed.getSbn());
6812 List<NotificationRecord> snoozed = mSnoozeHelper.getSnoozed();
6813 N = snoozed.size();
6815 final NotificationRecord nr = snoozed.get(i);
/frameworks/base/core/proto/android/service/
Dnotification.proto115 // Was: repeated ComponentNameProto, when snoozed services were not per-user-id.
122 repeated android.content.ComponentNameProto snoozed = 2; field
126 repeated SnoozedServices snoozed = 6; field
/frameworks/base/core/java/android/os/storage/
DStorageManager.java1154 public void setVolumeSnoozed(String fsUuid, boolean snoozed) { in setVolumeSnoozed() argument
1156 mStorageManager.setVolumeUserFlags(fsUuid, snoozed ? VolumeRecord.USER_FLAG_SNOOZED : 0, in setVolumeSnoozed()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto158 // Notification was snoozed.
3772 // OPEN: Notification unsnoozed. CLOSE: Notification snoozed. UPDATE: snoozed notification
3778 // Tagged data for NOTIFICATION_SNOOZED. TRUE: snoozed until context, FALSE: snoozed for time.