Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DSnoozeHelper.java141 ArrayMap<String, Long> snoozed = in getSnoozeTimeForUnpostedNotification() local
143 if (snoozed != null) { in getSnoozeTimeForUnpostedNotification()
144 time = snoozed.get(key); in getSnoozeTimeForUnpostedNotification()
155 ArrayMap<String, String> snoozed = in getSnoozeContextForUnpostedNotification() local
157 if (snoozed != null) { in getSnoozeContextForUnpostedNotification()
158 return snoozed.get(key); in getSnoozeContextForUnpostedNotification()
208 ArrayMap<String, NotificationRecord> snoozed = in getNotification() local
210 if (snoozed == null) { in getNotification()
213 return snoozed.get(key); in getNotification()
221 List<NotificationRecord> snoozed = new ArrayList<>(); in getSnoozed() local
[all …]
DNotificationManagerService.java4209 for(NotificationRecord snoozed: mSnoozeHelper.getSnoozed(userId, pkg)) {
4210 StatusBarNotification sbn = sanitizeSbn(pkg, userId, snoozed.getSbn());
5827 List<NotificationRecord> snoozed = mSnoozeHelper.getSnoozed();
5828 N = snoozed.size();
5830 final NotificationRecord nr = snoozed.get(i);
/frameworks/base/core/proto/android/service/
Dnotification.proto117 repeated android.content.ComponentNameProto snoozed = 5; field
/frameworks/base/core/java/android/os/storage/
DStorageManager.java1167 public void setVolumeSnoozed(String fsUuid, boolean snoozed) { in setVolumeSnoozed() argument
1169 mStorageManager.setVolumeUserFlags(fsUuid, snoozed ? VolumeRecord.USER_FLAG_SNOOZED : 0, in setVolumeSnoozed()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto152 // Notification was snoozed.
3763 // OPEN: Notification unsnoozed. CLOSE: Notification snoozed. UPDATE: snoozed notification
3769 // Tagged data for NOTIFICATION_SNOOZED. TRUE: snoozed until context, FALSE: snoozed for time.