Searched refs:DISABLE_PLUGIN (Results 1 – 3 of 3) sorted by relevance
49 static final String DISABLE_PLUGIN = "com.android.systemui.action.DISABLE_PLUGIN"; field in PluginManagerImpl137 filter.addAction(DISABLE_PLUGIN); in startListening()159 } else if (DISABLE_PLUGIN.equals(intent.getAction())) { in onReceive()
359 Intent i = new Intent(PluginManagerImpl.DISABLE_PLUGIN).setData( in reportInvalidVersion()
177 Intent intent = new Intent(PluginManagerImpl.DISABLE_PLUGIN); in testDisableIntent()