Home
last modified time | relevance | path

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

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