Home
last modified time | relevance | path

Searched defs:updatedDots (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java67 private void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots()
148 private void trimNotifications(Map<PackageUserKey, DotInfo> updatedDots) { in trimNotifications()
233 default void onNotificationDotsUpdated(Predicate<PackageUserKey> updatedDots) { } in onNotificationDotsUpdated()
235 default void trimNotifications(Map<PackageUserKey, DotInfo> updatedDots) { } in trimNotifications()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsStore.java137 public void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java1275 public void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots()
DWorkspace.java3160 public void updateNotificationDots(Predicate<PackageUserKey> updatedDots) { in updateNotificationDots()