Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQSFactory.java25 @ProvidesInterface(action = QSFactory.ACTION, version = QSFactory.VERSION)
28 public interface QSFactory extends Plugin { interface
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileHost.java35 import com.android.systemui.plugins.qs.QSFactory;
55 public class QSTileHost implements QSHost, Tunable, PluginListener<QSFactory> {
70 private final ArrayList<QSFactory> mQsFactories = new ArrayList<>();
82 Dependency.get(PluginManager.class).addPluginListener(this, QSFactory.class, true); in QSTileHost()
102 public void onPluginConnected(QSFactory plugin, Context pluginContext) { in onPluginConnected()
112 public void onPluginDisconnected(QSFactory plugin) { in onPluginDisconnected()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSFactoryImpl.java43 public class QSFactoryImpl implements QSFactory {