Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
H A DPluginEnablerImpl.java34 private final SharedPreferences mAutoDisabledPrefs; field in PluginEnablerImpl
42 mAutoDisabledPrefs = context.getSharedPreferences( in PluginEnablerImpl()
59 mAutoDisabledPrefs.edit().remove(component.flattenToString()).apply(); in setDisabled()
61 mAutoDisabledPrefs.edit().putInt(component.flattenToString(), reason).apply(); in setDisabled()
76 return mAutoDisabledPrefs.getInt(componentName.flattenToString(), DISABLED_MANUALLY); in getDisableReason()