Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java74 private final Lazy<CameraPrivacyChipViewController> mCameraPrivacyChipViewControllerLazy; field in CarSystemBarController
132 mCameraPrivacyChipViewControllerLazy = cameraPrivacyChipViewControllerLazy; in CarSystemBarController()
176 mCameraPrivacyChipViewControllerLazy.get().removeAll(); in removeAll()
432 mCameraPrivacyChipViewControllerLazy.get().addPrivacyChipView(view); in setupBar()