Home
last modified time | relevance | path

Searched refs:updateNotificationDots (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java72 private void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots() method in PopupDataProvider
73 mLauncher.updateNotificationDots(updatedDots); in updateNotificationDots()
100 updateNotificationDots(t -> postedPackageUserKey.equals(t)); in onNotificationPosted()
112 updateNotificationDots(t -> removedPackageUserKey.equals(t)); in onNotificationRemoved()
149 updateNotificationDots(updatedDots::containsKey); in onNotificationFullRefresh()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsStore.java126 public void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots() method in AllAppsStore
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java1303 public void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots() method in Launcher
1304 mWorkspace.updateNotificationDots(updatedDots); in updateNotificationDots()
1305 mAppsView.getAppsStore().updateNotificationDots(updatedDots); in updateNotificationDots()
DWorkspace.java3165 public void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots() method