Searched refs:mPersistedSnoozedNotificationsWithContext (Results 1 – 1 of 1) sorted by relevance
101 mPersistedSnoozedNotificationsWithContext = new ArrayMap<>(); field in SnoozeHelper123 + 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()