Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A 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()
317 mPersistedSnoozedNotificationsWithContext.remove(trimmedKey); in repost()
350 mPersistedSnoozedNotificationsWithContext.remove(trimmedKey); in repostGroupSummary()
374 mPersistedSnoozedNotificationsWithContext.remove(trimmedKey); in clearData()
397 mPersistedSnoozedNotificationsWithContext.remove(trimmedKey); in clearData()
482 writeXml(out, mPersistedSnoozedNotificationsWithContext, in writeXml()
544 mPersistedSnoozedNotificationsWithContext.put(key, creationId); in readXml()