Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DSnoozeHelper.java95 private final ArrayMap<String, Long> mPersistedSnoozedNotifications = new ArrayMap<>(); field in SnoozeHelper
122 || (mPersistedSnoozedNotifications.size() in canSnooze()
135 time = mPersistedSnoozedNotifications.get(getTrimmedString(key)); in getSnoozeTimeForUnpostedNotification()
209 mPersistedSnoozedNotifications.put(getTrimmedString(key), activateAt); in snooze()
330 mPersistedSnoozedNotifications.remove(trimmedKey); in repost()
365 mPersistedSnoozedNotifications.remove(trimmedKey); in repostGroupSummary()
389 mPersistedSnoozedNotifications.remove(trimmedKey); in clearData()
412 mPersistedSnoozedNotifications.remove(trimmedKey); in clearData()
440 for (int i = 0; i < mPersistedSnoozedNotifications.size(); i++) { in scheduleRepostsForPersistedNotifications()
441 String key = mPersistedSnoozedNotifications.keyAt(i); in scheduleRepostsForPersistedNotifications()
[all …]