Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupDataProvider.java56 private final Consumer<Predicate<PackageUserKey>> mNotificationDotsChangeListener; field in PopupDataProvider
71 mNotificationDotsChangeListener = notificationDotsChangeListener; in PopupDataProvider()
75 mNotificationDotsChangeListener.accept(updatedDots); in updateNotificationDots()