Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
DPluginDependencyProvider.java32 public <T> void allowPluginDependency(Class<T> cls) { in allowPluginDependency() method in PluginDependencyProvider
33 allowPluginDependency(cls, Dependency.get(cls)); in allowPluginDependency()
36 public <T> void allowPluginDependency(Class<T> cls, T obj) { in allowPluginDependency() method in PluginDependencyProvider
DPluginManagerImpl.java103 .allowPluginDependency(ActivityStarter.class); in PluginManagerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogComponent.java80 .allowPluginDependency(VolumeDialogController.class); in VolumeDialogComponent()