Home
last modified time | relevance | path

Searched refs:mSettingsCache (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationListener.java84 private SettingsCache mSettingsCache; field in NotificationListener
212 mSettingsCache = SettingsCache.INSTANCE.get(this); in onListenerConnected()
214 mSettingsCache.register(NOTIFICATION_BADGING_URI, in onListenerConnected()
216 onNotificationSettingsChanged(mSettingsCache.getValue(NOTIFICATION_BADGING_URI)); in onListenerConnected()
235 mSettingsCache.unregister(NOTIFICATION_BADGING_URI, mNotificationSettingsChangedListener); in onListenerDisconnected()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DRecentsOrientedState.java119 private final SettingsCache mSettingsCache; field in RecentsOrientedState
156 mSettingsCache = SettingsCache.INSTANCE.get(mContext); in RecentsOrientedState()
287 mSettingsCache.getValue(ROTATION_SETTING_URI, 1)); in updateAutoRotateSetting()
306 mSettingsCache.register(ROTATION_SETTING_URI, mRotationChangeListener); in initMultipleOrientationListeners()
311 mSettingsCache.unregister(ROTATION_SETTING_URI, mRotationChangeListener); in destroyMultipleOrientationListeners()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
H A DSettingsChangeLogger.java92 SettingsCache mSettingsCache = SettingsCache.INSTANCE.get(context); in SettingsChangeLogger() local
93 mSettingsCache.register(NOTIFICATION_BADGING_URI, in SettingsChangeLogger()
95 onNotificationDotsChanged(mSettingsCache.getValue(NOTIFICATION_BADGING_URI)); in SettingsChangeLogger()