Home
last modified time | relevance | path

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

/aosp12/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,
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/plugins/
H A DPluginEnablerImpl.java57 return isEnabled(componentName) ? ENABLED : DISABLED_MANUALLY; in getDisableReason()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
H A DPluginEnablerImpl.java76 return mAutoDisabledPrefs.getInt(componentName.flattenToString(), DISABLED_MANUALLY); in getDisableReason()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DPluginFragment.java190 mPluginEnabler.setDisabled(componentName, PluginEnabler.DISABLED_MANUALLY); in persistBoolean()