Home
last modified time | relevance | path

Searched refs:trimmedKey (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DSnoozeHelper.java326 final String trimmedKey = getTrimmedString(key); in repost() local
330 mPersistedSnoozedNotifications.remove(trimmedKey); in repost()
331 mPersistedSnoozedNotificationsWithContext.remove(trimmedKey); in repost()
363 String trimmedKey = getTrimmedString(groupSummaryKey); in repostGroupSummary() local
364 mPersistedSnoozedNotificationsWithContext.remove(trimmedKey); in repostGroupSummary()
365 mPersistedSnoozedNotifications.remove(trimmedKey); in repostGroupSummary()
387 String trimmedKey = getTrimmedString(record.getKey()); in clearData() local
388 mPersistedSnoozedNotificationsWithContext.remove(trimmedKey); in clearData()
389 mPersistedSnoozedNotifications.remove(trimmedKey); in clearData()
410 String trimmedKey = getTrimmedString(record.getKey()); in clearData() local
[all …]