Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DSnoozeHelper.java101 mPersistedSnoozedNotificationsWithContext = new ArrayMap<>(); field in SnoozeHelper
123 + mPersistedSnoozedNotificationsWithContext.size() + numberToSnooze) in canSnooze()
145 return mPersistedSnoozedNotificationsWithContext.get(getTrimmedString(key)); in getSnoozeContextForUnpostedNotification()
219 mPersistedSnoozedNotificationsWithContext.put( in snooze()
331 mPersistedSnoozedNotificationsWithContext.remove(trimmedKey); in repost()
364 mPersistedSnoozedNotificationsWithContext.remove(trimmedKey); in repostGroupSummary()
388 mPersistedSnoozedNotificationsWithContext.remove(trimmedKey); in clearData()
411 mPersistedSnoozedNotificationsWithContext.remove(trimmedKey); in clearData()
496 writeXml(out, mPersistedSnoozedNotificationsWithContext, in writeXml()
558 mPersistedSnoozedNotificationsWithContext.put(key, creationId); in readXml()