Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dot/
DDotInfo.java73 public boolean removeNotificationKey(NotificationKeyData notificationKey) { in removeNotificationKey() method in DotInfo
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java93 if (oldDotInfo != null && oldDotInfo.removeNotificationKey(notificationKey)) { in onNotificationRemoved()