Searched refs:mNotificationDotsObserver (Results 1 – 3 of 3) sorted by relevance
129 private SecureSettingsObserver mNotificationDotsObserver; field in SettingsActivity.LauncherSettingsFragment181 mNotificationDotsObserver = newNotificationSettingsObserver( in initPreference()183 mNotificationDotsObserver.register(); in initPreference()185 mNotificationDotsObserver.getResolver().registerContentObserver( in initPreference()187 mNotificationDotsObserver); in initPreference() local188 mNotificationDotsObserver.dispatchOnChange(); in initPreference()258 if (mNotificationDotsObserver != null) { in onDestroy()259 mNotificationDotsObserver.unregister(); in onDestroy()260 mNotificationDotsObserver = null; in onDestroy()
63 private SecureSettingsObserver mNotificationDotsObserver; field in LauncherAppState113 mNotificationDotsObserver = null; in LauncherAppState()116 mNotificationDotsObserver = in LauncherAppState()118 mNotificationDotsObserver.register(); in LauncherAppState()119 mNotificationDotsObserver.dispatchOnChange(); in LauncherAppState()175 if (mNotificationDotsObserver != null) { in onTerminate()176 mNotificationDotsObserver.unregister(); in onTerminate()
84 private SecureSettingsObserver mNotificationDotsObserver; field in NotificationListener210 mNotificationDotsObserver = in onListenerConnected()212 mNotificationDotsObserver.register(); in onListenerConnected()213 mNotificationDotsObserver.dispatchOnChange(); in onListenerConnected()232 mNotificationDotsObserver.unregister(); in onListenerDisconnected()