Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DTunerServiceImpl.java91 private final Lazy<SystemUIDialog.Factory> mSystemUIDialogFactoryLazy; field in TunerServiceImpl
113 mSystemUIDialogFactoryLazy = systemUIDialogFactoryLazy; in TunerServiceImpl()
308 SystemUIDialog dialog = mSystemUIDialogFactoryLazy.get().create(); in showResetRequest()