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()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()