Searched refs:DISABLED_MANUALLY (Results 1 – 3 of 3) sorted by relevance
26 int DISABLED_MANUALLY = 1; field31 @IntDef({ENABLED, DISABLED_MANUALLY, DISABLED_INVALID_VERSION, DISABLED_FROM_EXPLICIT_CRASH,
70 return mAutoDisabledPrefs.getInt(componentName.flattenToString(), DISABLED_MANUALLY); in getDisableReason()
190 mPluginEnabler.setDisabled(componentName, PluginEnabler.DISABLED_MANUALLY); in persistBoolean()