Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java102 DotInfo oldDotInfo = mPackageUserToDotInfos.get(removedPackageUserKey); in onNotificationRemoved() local
103 if (oldDotInfo != null && oldDotInfo.removeNotificationKey(notificationKey)) { in onNotificationRemoved()
104 if (oldDotInfo.getNotificationKeys().size() == 0) { in onNotificationRemoved()