Searched refs:trimmedKey (Results 1 – 1 of 1) sorted by relevance
312 final String trimmedKey = getTrimmedString(key); in repost() local316 mPersistedSnoozedNotifications.remove(trimmedKey); in repost()317 mPersistedSnoozedNotificationsWithContext.remove(trimmedKey); in repost()349 String trimmedKey = getTrimmedString(groupSummaryKey); in repostGroupSummary() local350 mPersistedSnoozedNotificationsWithContext.remove(trimmedKey); in repostGroupSummary()351 mPersistedSnoozedNotifications.remove(trimmedKey); in repostGroupSummary()373 String trimmedKey = getTrimmedString(record.getKey()); in clearData() local374 mPersistedSnoozedNotificationsWithContext.remove(trimmedKey); in clearData()375 mPersistedSnoozedNotifications.remove(trimmedKey); in clearData()396 String trimmedKey = getTrimmedString(record.getKey()); in clearData() local[all …]