Searched refs:mNotificationDotsObserver (Results 1 – 3 of 3) sorted by relevance
154 private SecureSettingsObserver mNotificationDotsObserver; field in SettingsActivity.LauncherSettingsFragment206 mNotificationDotsObserver = newNotificationSettingsObserver( in initPreference()208 mNotificationDotsObserver.register(); in initPreference()210 mNotificationDotsObserver.getResolver().registerContentObserver( in initPreference()212 mNotificationDotsObserver); in initPreference() local213 mNotificationDotsObserver.dispatchOnChange(); in initPreference()287 if (mNotificationDotsObserver != null) { in onDestroy()288 mNotificationDotsObserver.unregister(); in onDestroy()289 mNotificationDotsObserver = null; in onDestroy()
55 private final SecureSettingsObserver mNotificationDotsObserver; field in LauncherAppState106 mNotificationDotsObserver = null; in LauncherAppState()109 mNotificationDotsObserver = in LauncherAppState()111 mNotificationDotsObserver.register(); in LauncherAppState()112 mNotificationDotsObserver.dispatchOnChange(); in LauncherAppState()145 if (mNotificationDotsObserver != null) { in onTerminate()146 mNotificationDotsObserver.unregister(); in onTerminate()
80 private SecureSettingsObserver mNotificationDotsObserver; field in NotificationListener197 mNotificationDotsObserver = in onListenerConnected()199 mNotificationDotsObserver.register(); in onListenerConnected()200 mNotificationDotsObserver.dispatchOnChange(); in onListenerConnected()219 mNotificationDotsObserver.unregister(); in onListenerDisconnected()