Home
last modified time | relevance | path

Searched refs:mPluginDependencyProvider (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java426 private final PluginDependencyProvider mPluginDependencyProvider; field in CentralSurfacesImpl
786 mPluginDependencyProvider = pluginDependencyProvider; in CentralSurfacesImpl()
1183 mPluginDependencyProvider.allowPluginDependency(DarkIconDispatcher.class); in makeStatusBarView()
1184 mPluginDependencyProvider.allowPluginDependency(StatusBarStateController.class); in makeStatusBarView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java310 @Mock private PluginDependencyProvider mPluginDependencyProvider; field in CentralSurfacesImplTest
569 mPluginDependencyProvider, in createCentralSurfaces()