Searched refs:onNotificationSettingsChanged (Results 1 – 2 of 2) sorted by relevance
212 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
169 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