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.java58 private final Consumer<Predicate<PackageUserKey>> mNotificationDotsChangeListener; field in PopupDataProvider
73 mNotificationDotsChangeListener = notificationDotsChangeListener; in PopupDataProvider()
77 mNotificationDotsChangeListener.accept(updatedDots); in updateNotificationDots()