Searched refs:updateNotificationDots (Results 1 – 4 of 4) sorted by relevance
72 private void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots() method in PopupDataProvider73 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()
126 public void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots() method in AllAppsStore
1303 public void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots() method in Launcher1304 mWorkspace.updateNotificationDots(updatedDots); in updateNotificationDots()1305 mAppsView.getAppsStore().updateNotificationDots(updatedDots); in updateNotificationDots()
3165 public void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots() method