Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java73 public void onNotificationPosted(PackageUserKey postedPackageUserKey, in onNotificationPosted() argument
75 DotInfo dotInfo = mPackageUserToDotInfos.get(postedPackageUserKey); in onNotificationPosted()
81 mPackageUserToDotInfos.put(postedPackageUserKey, newDotInfo); in onNotificationPosted()
91 mPackageUserToDotInfos.remove(postedPackageUserKey); in onNotificationPosted()
95 updateNotificationDots(t -> postedPackageUserKey.equals(t)); in onNotificationPosted()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java389 void onNotificationPosted(PackageUserKey postedPackageUserKey, in onNotificationPosted() argument