Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
H A DPluginEnabler.java27 int DISABLED_INVALID_VERSION = 2; field
31 @IntDef({ENABLED, DISABLED_MANUALLY, DISABLED_INVALID_VERSION, DISABLED_FROM_EXPLICIT_CRASH,
H A DPluginManagerImpl.java167 mPluginEnabler.setDisabled(component, PluginEnabler.DISABLED_INVALID_VERSION); in onReceive()
187 || disableReason == PluginEnabler.DISABLED_INVALID_VERSION) { in onReceive()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
H A DPluginManagerTest.java182 PluginEnabler.DISABLED_INVALID_VERSION); in testDisableIntent()