Searched refs:updateNotificationDots (Results 1 – 5 of 5) sorted by relevance
74 private void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots() method in PopupDataProvider88 updateNotificationDots(postedPackageUserKey::equals); in onNotificationPosted()100 updateNotificationDots(removedPackageUserKey::equals); in onNotificationRemoved()137 updateNotificationDots(updatedDots::containsKey); in onNotificationFullRefresh()
144 public void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots() method in AllAppsStore
107 mAppsView.getAppsStore()::updateNotificationDots); in initUi()
447 mPopupDataProvider = new PopupDataProvider(this::updateNotificationDots); in onCreate()1406 private void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots() method in Launcher1407 mWorkspace.updateNotificationDots(updatedDots); in updateNotificationDots()1408 mAppsView.getAppsStore().updateNotificationDots(updatedDots); in updateNotificationDots()
3173 public void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots() method