Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
H A DPluginManagerImpl.java49 static final String DISABLE_PLUGIN = "com.android.systemui.action.DISABLE_PLUGIN"; field in PluginManagerImpl
137 filter.addAction(DISABLE_PLUGIN); in startListening()
159 } else if (DISABLE_PLUGIN.equals(intent.getAction())) { in onReceive()
H A DPluginActionManager.java359 Intent i = new Intent(PluginManagerImpl.DISABLE_PLUGIN).setData( in reportInvalidVersion()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
H A DPluginManagerTest.java177 Intent intent = new Intent(PluginManagerImpl.DISABLE_PLUGIN); in testDisableIntent()