Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppState.java110 newNotificationSettingsObserver(mContext, this::onNotificationSettingsChanged); in LauncherAppState()
116 protected void onNotificationSettingsChanged(boolean areNotificationDotsEnabled) { in onNotificationSettingsChanged() method in LauncherAppState
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationListener.java198 newNotificationSettingsObserver(this, this::onNotificationSettingsChanged); in onListenerConnected()
205 private void onNotificationSettingsChanged(boolean areNotificationDotsEnabled) { in onNotificationSettingsChanged() method in NotificationListener