Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java73 private final Lazy<MicPrivacyChipViewController> mMicPrivacyChipViewControllerLazy; field in CarSystemBarController
131 mMicPrivacyChipViewControllerLazy = micPrivacyChipViewControllerLazy; in CarSystemBarController()
175 mMicPrivacyChipViewControllerLazy.get().removeAll(); in removeAll()
431 mMicPrivacyChipViewControllerLazy.get().addPrivacyChipView(view); in setupBar()