Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppState.java128 SettingsCache.OnChangeListener notificationLister = this::onNotificationSettingsChanged; in LauncherAppState() local
129 settingsCache.register(NOTIFICATION_BADGING_URI, notificationLister); in LauncherAppState()
132 settingsCache.unregister(NOTIFICATION_BADGING_URI, notificationLister)); in LauncherAppState()