Searched refs:allowPluginDependency (Results 1 – 3 of 3) sorted by relevance
32 public <T> void allowPluginDependency(Class<T> cls) { in allowPluginDependency() method in PluginDependencyProvider33 allowPluginDependency(cls, Dependency.get(cls)); in allowPluginDependency()36 public <T> void allowPluginDependency(Class<T> cls, T obj) { in allowPluginDependency() method in PluginDependencyProvider
103 .allowPluginDependency(ActivityStarter.class); in PluginManagerImpl()
80 .allowPluginDependency(VolumeDialogController.class); in VolumeDialogComponent()