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.java105 public void onNotificationRemoved(PackageUserKey removedPackageUserKey, in onNotificationRemoved() argument
107 DotInfo oldDotInfo = mPackageUserToDotInfos.get(removedPackageUserKey); in onNotificationRemoved()
110 mPackageUserToDotInfos.remove(removedPackageUserKey); in onNotificationRemoved()
112 updateNotificationDots(t -> removedPackageUserKey.equals(t)); in onNotificationRemoved()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java391 void onNotificationRemoved(PackageUserKey removedPackageUserKey, in onNotificationRemoved() argument