Searched refs:mPersistedSnoozedNotifications (Results 1 – 1 of 1) sorted by relevance
122 || (mPersistedSnoozedNotifications.size() in canSnooze()135 time = mPersistedSnoozedNotifications.get(getTrimmedString(key)); in getSnoozeTimeForUnpostedNotification()316 mPersistedSnoozedNotifications.remove(trimmedKey); in repost()351 mPersistedSnoozedNotifications.remove(trimmedKey); in repostGroupSummary()375 mPersistedSnoozedNotifications.remove(trimmedKey); in clearData()398 mPersistedSnoozedNotifications.remove(trimmedKey); in clearData()426 for (int i = 0; i < mPersistedSnoozedNotifications.size(); i++) { in scheduleRepostsForPersistedNotifications()427 String key = mPersistedSnoozedNotifications.keyAt(i); in scheduleRepostsForPersistedNotifications()428 Long time = mPersistedSnoozedNotifications.valueAt(i); in scheduleRepostsForPersistedNotifications()463 for (String key : mPersistedSnoozedNotifications.keySet()) { in dump()[all …]