Searched refs:allowPluginDependency (Results 1 – 4 of 4) sorted by relevance
44 public <T> void allowPluginDependency(Class<T> cls) { in allowPluginDependency() method in PluginDependencyProvider45 allowPluginDependency(cls, Dependency.get(cls)); in allowPluginDependency()48 public <T> void allowPluginDependency(Class<T> cls, T obj) { in allowPluginDependency() method in PluginDependencyProvider
50 dependencyProvider.allowPluginDependency(ActivityStarter.class, delegate); in provideActivityStarter()
94 pluginDependencyProvider.allowPluginDependency(VolumeDialogController.class); in VolumeDialogComponent()
1141 mPluginDependencyProvider.allowPluginDependency(DarkIconDispatcher.class); in makeStatusBarView()1142 mPluginDependencyProvider.allowPluginDependency(StatusBarStateController.class); in makeStatusBarView()