Searched refs:snoozed (Results 1 – 6 of 6) sorted by relevance
157 ArrayList snoozed = new ArrayList(); in getSnoozed() local160 snoozed.add(r); in getSnoozed()163 return snoozed; in getSnoozed()193 List<NotificationRecord> snoozed = new ArrayList<>(); in getSnoozed() local194 snoozed.addAll(mSnoozedNotifications.values()); in getSnoozed()195 return snoozed; in getSnoozed()
1385 ArraySet<ComponentName> snoozed = mSnoozing.get(userId); in populateComponentsToBind() local1386 if (snoozed != null) { in populateComponentsToBind()1387 add.removeAll(snoozed); in populateComponentsToBind()
4736 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);
115 // Was: repeated ComponentNameProto, when snoozed services were not per-user-id.122 repeated android.content.ComponentNameProto snoozed = 2; field126 repeated SnoozedServices snoozed = 6; field
1154 public void setVolumeSnoozed(String fsUuid, boolean snoozed) { in setVolumeSnoozed() argument1156 mStorageManager.setVolumeUserFlags(fsUuid, snoozed ? VolumeRecord.USER_FLAG_SNOOZED : 0, in setVolumeSnoozed()
158 // Notification was snoozed.3772 // OPEN: Notification unsnoozed. CLOSE: Notification snoozed. UPDATE: snoozed notification3778 // Tagged data for NOTIFICATION_SNOOZED. TRUE: snoozed until context, FALSE: snoozed for time.