Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java93 public void onNotificationRemoved(PackageUserKey removedPackageUserKey, in onNotificationRemoved() argument
95 DotInfo oldDotInfo = mPackageUserToDotInfos.get(removedPackageUserKey); in onNotificationRemoved()
98 mPackageUserToDotInfos.remove(removedPackageUserKey); in onNotificationRemoved()
100 updateNotificationDots(removedPackageUserKey::equals); in onNotificationRemoved()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java345 void onNotificationRemoved(PackageUserKey removedPackageUserKey, in onNotificationRemoved() argument