Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java212 mNotificationSettingsChangedListener = this::onNotificationSettingsChanged; in onListenerConnected()
215 onNotificationSettingsChanged(mSettingsCache.getValue(NOTIFICATION_BADGING_URI)); in onListenerConnected()
220 private void onNotificationSettingsChanged(boolean areNotificationDotsEnabled) { in onNotificationSettingsChanged() method in NotificationListener
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppState.java169 SettingsCache.OnChangeListener notificationLister = this::onNotificationSettingsChanged; in LauncherAppState()
171 onNotificationSettingsChanged(settingsCache.getValue(NOTIFICATION_BADGING_URI)); in LauncherAppState()
191 private void onNotificationSettingsChanged(boolean areNotificationDotsEnabled) { in onNotificationSettingsChanged() method in LauncherAppState