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.java84 if (dotInfo.addOrUpdateNotificationKey(notificationKey)) { in onNotificationPosted()
115 dotInfo.addOrUpdateNotificationKey(NotificationKeyData.fromNotification(notification)); in onNotificationFullRefresh()
/packages/apps/Launcher3/src/com/android/launcher3/dot/
DDotInfo.java49 public boolean addOrUpdateNotificationKey(NotificationKeyData notificationKey) { in addOrUpdateNotificationKey() method in DotInfo