Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dot/
DDotInfo.java47 public boolean addOrUpdateNotificationKey(NotificationKeyData notificationKey) { in addOrUpdateNotificationKey() method in DotInfo
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java88 if (dotInfo.addOrUpdateNotificationKey(notificationKey)) { in onNotificationPosted()
118 dotInfo.addOrUpdateNotificationKey(NotificationKeyData.fromNotification(notification)); in onNotificationFullRefresh()