Home
last modified time | relevance | path

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

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