Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAppState.java130 SettingsCache.OnChangeListener notificationLister = this::onNotificationSettingsChanged; in LauncherAppState() local
131 settingsCache.register(NOTIFICATION_BADGING_URI, notificationLister); in LauncherAppState()
134 settingsCache.unregister(NOTIFICATION_BADGING_URI, notificationLister)); in LauncherAppState()