Searched refs:trimmedKey (Results 1 – 1 of 1) sorted by relevance
326 final String trimmedKey = getTrimmedString(key); in repost() local330 mPersistedSnoozedNotifications.remove(trimmedKey); in repost()331 mPersistedSnoozedNotificationsWithContext.remove(trimmedKey); in repost()363 String trimmedKey = getTrimmedString(groupSummaryKey); in repostGroupSummary() local364 mPersistedSnoozedNotificationsWithContext.remove(trimmedKey); in repostGroupSummary()365 mPersistedSnoozedNotifications.remove(trimmedKey); in repostGroupSummary()387 String trimmedKey = getTrimmedString(record.getKey()); in clearData() local388 mPersistedSnoozedNotificationsWithContext.remove(trimmedKey); in clearData()389 mPersistedSnoozedNotifications.remove(trimmedKey); in clearData()410 String trimmedKey = getTrimmedString(record.getKey()); in clearData() local[all …]