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.java85 newDotInfo.addOrUpdateNotificationKey(notificationKey); in onNotificationPosted()
94 : dotInfo.addOrUpdateNotificationKey(notificationKey); in onNotificationPosted()
130 dotInfo.addOrUpdateNotificationKey(NotificationKeyData.fromNotification(notification)); in onNotificationFullRefresh()
/packages/apps/Launcher3/src/com/android/launcher3/dot/
DDotInfo.java47 public boolean addOrUpdateNotificationKey(NotificationKeyData notificationKey) { in addOrUpdateNotificationKey() method in DotInfo