Home
last modified time | relevance | path

Searched defs:allowPluginDependency (Results 1 – 1 of 1) 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
48 public <T> void allowPluginDependency(Class<T> cls, T obj) { in allowPluginDependency() method in PluginDependencyProvider