Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBarController.java64 private final Lazy<PrivacyChipViewController> mPrivacyChipViewControllerLazy; field in CarSystemBarController
109 mPrivacyChipViewControllerLazy = privacyChipViewControllerLazy; in CarSystemBarController()
148 mPrivacyChipViewControllerLazy.get().removeAll(); in removeAll()
354 mPrivacyChipViewControllerLazy.get().addPrivacyChipView(view); in setupBar()
366 micQcPanel.setControllers(mPrivacyChipViewControllerLazy.get(), in setupMicQcPanel()