Searched refs:allowPluginDependency (Results 1 – 3 of 3) sorted by relevance
43 public <T> void allowPluginDependency(Class<T> cls) { in allowPluginDependency() method in PluginDependencyProvider44 allowPluginDependency(cls, Dependency.get(cls)); in allowPluginDependency()47 public <T> void allowPluginDependency(Class<T> cls, T obj) { in allowPluginDependency() method in PluginDependencyProvider
95 pluginDependencyProvider.allowPluginDependency(VolumeDialogController.class); in VolumeDialogComponent()
1248 mPluginDependencyProvider.allowPluginDependency(DarkIconDispatcher.class); in makeStatusBarView()1249 mPluginDependencyProvider.allowPluginDependency(StatusBarStateController.class); in makeStatusBarView()