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.java81 public void onNotificationPosted(PackageUserKey postedPackageUserKey, in onNotificationPosted() argument
83 DotInfo dotInfo = mPackageUserToDotInfos.get(postedPackageUserKey); in onNotificationPosted()
86 mPackageUserToDotInfos.put(postedPackageUserKey, dotInfo); in onNotificationPosted()
89 updateNotificationDots(postedPackageUserKey::equals); in onNotificationPosted()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java324 void onNotificationPosted(PackageUserKey postedPackageUserKey, in onNotificationPosted() argument