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.java90 public void onNotificationRemoved(PackageUserKey removedPackageUserKey, in onNotificationRemoved() argument
92 DotInfo oldDotInfo = mPackageUserToDotInfos.get(removedPackageUserKey); in onNotificationRemoved()
95 mPackageUserToDotInfos.remove(removedPackageUserKey); in onNotificationRemoved()
97 updateNotificationDots(removedPackageUserKey::equals); in onNotificationRemoved()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java342 void onNotificationRemoved(PackageUserKey removedPackageUserKey, in onNotificationRemoved() argument