Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java155 @Inject Lazy<StatusBarWindowController> mStatusBarWindowControllerLazy; field in Dependency
201 mProviders.put(StatusBarWindowController.class, mStatusBarWindowControllerLazy::get); in start()