Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
H A DPluginDependencyProvider.java43 public <T> void allowPluginDependency(Class<T> cls) { in allowPluginDependency() method in PluginDependencyProvider
44 allowPluginDependency(cls, Dependency.get(cls)); in allowPluginDependency()
47 public <T> void allowPluginDependency(Class<T> cls, T obj) { in allowPluginDependency() method in PluginDependencyProvider
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogComponent.java95 pluginDependencyProvider.allowPluginDependency(VolumeDialogController.class); in VolumeDialogComponent()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java1248 mPluginDependencyProvider.allowPluginDependency(DarkIconDispatcher.class); in makeStatusBarView()
1249 mPluginDependencyProvider.allowPluginDependency(StatusBarStateController.class); in makeStatusBarView()