Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSysUICutoutProvider.kt33 private val cameraProtectionLoader: CameraProtectionLoader, constant in com.android.systemui.SysUICutoutProvider
37 cameraProtectionLoader.loadCameraProtectionInfoList() in <lambda>()
DCameraAvailabilityListener.kt165 cameraProtectionLoader: CameraProtectionLoader in onApplyCameraProtection()
169 val cameraProtectionInfoList = cameraProtectionLoader.loadCameraProtectionInfoList() in onApplyCameraProtection()
DScreenDecorations.java341 CameraProtectionLoader cameraProtectionLoader) { in ScreenDecorations() argument
351 mCameraProtectionLoader = cameraProtectionLoader; in ScreenDecorations()