Home
last modified time | relevance | path

Searched refs:allowPluginDependency (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
H A DPluginDependencyProvider.java44 public <T> void allowPluginDependency(Class<T> cls) { in allowPluginDependency() method in PluginDependencyProvider
45 allowPluginDependency(cls, Dependency.get(cls)); in allowPluginDependency()
48 public <T> void allowPluginDependency(Class<T> cls, T obj) { in allowPluginDependency() method in PluginDependencyProvider
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DPluginModule.java50 dependencyProvider.allowPluginDependency(ActivityStarter.class, delegate); in provideActivityStarter()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogComponent.java94 pluginDependencyProvider.allowPluginDependency(VolumeDialogController.class); in VolumeDialogComponent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java1141 mPluginDependencyProvider.allowPluginDependency(DarkIconDispatcher.class); in makeStatusBarView()
1142 mPluginDependencyProvider.allowPluginDependency(StatusBarStateController.class); in makeStatusBarView()