Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
H A DPluginEnabler.java26 int DISABLED_MANUALLY = 1; field
31 @IntDef({ENABLED, DISABLED_MANUALLY, DISABLED_INVALID_VERSION, DISABLED_FROM_EXPLICIT_CRASH,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
H A DPluginEnablerImpl.java76 return mAutoDisabledPrefs.getInt(componentName.flattenToString(), DISABLED_MANUALLY); in getDisableReason()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DPluginFragment.java190 mPluginEnabler.setDisabled(componentName, PluginEnabler.DISABLED_MANUALLY); in persistBoolean()