Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DPluginInstanceManager.java61 private final boolean mAllowMultiple; field in PluginInstanceManager
90 mAllowMultiple = allowMultiple; in PluginInstanceManager()
283 if (mAllowMultiple || (mPlugins.size() == 0)) { in handleMessage()
303 if (result.size() > 1 && !mAllowMultiple) { in handleQueryPlugins()