Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java77 newBadgeInfo.addOrUpdateNotificationKey(notificationKey); in onNotificationPosted()
86 : badgeInfo.addOrUpdateNotificationKey(notificationKey); in onNotificationPosted()
125 badgeInfo.addOrUpdateNotificationKey(NotificationKeyData in onNotificationFullRefresh()
/packages/apps/Launcher3/src/com/android/launcher3/badge/
DBadgeInfo.java73 public boolean addOrUpdateNotificationKey(NotificationKeyData notificationKey) { in addOrUpdateNotificationKey() method in BadgeInfo