Searched refs:QSFactory (Results 1 – 3 of 3) sorted by relevance
25 @ProvidesInterface(action = QSFactory.ACTION, version = QSFactory.VERSION)28 public interface QSFactory extends Plugin { interface
35 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()
43 public class QSFactoryImpl implements QSFactory {