Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DSnoozeHelper.java151 return mSnoozedNotifications.containsKey(key); in isSnoozed()
185 return mSnoozedNotifications.get(key); in getNotification()
247 mSnoozedNotifications.entrySet(); in cancel()
262 if (mSnoozedNotifications.size() == 0) { in cancel()
280 int n = mSnoozedNotifications.size(); in cancel()
318 record = mSnoozedNotifications.remove(key); in repost()
334 int n = mSnoozedNotifications.size(); in repostGroupSummary()
368 int n = mSnoozedNotifications.size(); in clearData()
372 mSnoozedNotifications.removeAt(i); in clearData()
391 int n = mSnoozedNotifications.size(); in clearData()
[all …]