Searched refs:updateNotificationDots (Results 1 – 7 of 7) sorted by relevance
76 private void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots() method in PopupDataProvider89 updateNotificationDots(postedPackageUserKey::equals); in onNotificationPosted()101 updateNotificationDots(removedPackageUserKey::equals); in onNotificationRemoved()137 updateNotificationDots(updatedDots::containsKey); in onNotificationFullRefresh()
81 mPopupDataProvider = new PopupDataProvider(this::updateNotificationDots); in TaskbarPopupController()107 private void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots() method in TaskbarPopupController137 mControllers.taskbarAllAppsController.updateNotificationDots(updatedDots); in updateNotificationDots()
124 public void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots() method in TaskbarAllAppsController126 mAppsView.getAppsStore().updateNotificationDots(updatedDots); in updateNotificationDots()
209 public void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots() method in AllAppsStore
133 mAppsView.getAppsStore()::updateNotificationDots); in initUi()
533 mPopupDataProvider = new PopupDataProvider(this::updateNotificationDots); in onCreate()1597 private void updateNotificationDots(Predicate<PackageUserKey> updatedDots) {1598 mWorkspace.updateNotificationDots(updatedDots);1599 mAppsView.getAppsStore().updateNotificationDots(updatedDots);
3376 public void updateNotificationDots(Predicate<PackageUserKey> updatedDots) {