Searched refs:snoozed (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | SnoozeHelper.java | 138 ArrayMap<String, Long> snoozed = in getSnoozeTimeForUnpostedNotification() local 140 if (snoozed != null) { in getSnoozeTimeForUnpostedNotification() 141 time = snoozed.get(key); in getSnoozeTimeForUnpostedNotification() 152 ArrayMap<String, String> snoozed = in getSnoozeContextForUnpostedNotification() local 154 if (snoozed != null) { in getSnoozeContextForUnpostedNotification() 155 return snoozed.get(key); in getSnoozeContextForUnpostedNotification() 205 ArrayMap<String, NotificationRecord> snoozed = in getNotification() local 207 if (snoozed == null) { in getNotification() 210 return snoozed.get(key); in getNotification() 218 List<NotificationRecord> snoozed = new ArrayList<>(); in getSnoozed() local [all …]
|
D | NotificationManagerService.java | 3779 for(NotificationRecord snoozed: mSnoozeHelper.getSnoozed(userId, pkg)) { 3780 StatusBarNotification sbn = sanitizeSbn(pkg, userId, snoozed.getSbn()); 5300 List<NotificationRecord> snoozed = mSnoozeHelper.getSnoozed(); 5301 N = snoozed.size(); 5303 final NotificationRecord nr = snoozed.get(i);
|
/frameworks/base/core/proto/android/service/ |
D | notification.proto | 117 repeated android.content.ComponentNameProto snoozed = 5; field
|
/frameworks/base/core/java/android/os/storage/ |
D | StorageManager.java | 1148 public void setVolumeSnoozed(String fsUuid, boolean snoozed) { in setVolumeSnoozed() argument 1150 mStorageManager.setVolumeUserFlags(fsUuid, snoozed ? VolumeRecord.USER_FLAG_SNOOZED : 0, in setVolumeSnoozed()
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 152 // Notification was snoozed. 3756 // OPEN: Notification unsnoozed. CLOSE: Notification snoozed. UPDATE: snoozed notification 3762 // Tagged data for NOTIFICATION_SNOOZED. TRUE: snoozed until context, FALSE: snoozed for time.
|