Searched refs:loadCameraProtectionInfoList (Results 1 – 5 of 5) sorted by relevance
27 override fun loadCameraProtectionInfoList(): List<CameraProtectionInfo> = in loadCameraProtectionInfoList() method in com.android.systemui.FakeCameraProtectionLoader28 realLoader.loadCameraProtectionInfoList() in loadCameraProtectionInfoList()
31 fun loadCameraProtectionInfoList(): List<CameraProtectionInfo> in loadCameraProtectionInfoList() method38 override fun loadCameraProtectionInfoList(): List<CameraProtectionInfo> { in loadCameraProtectionInfoList() method in com.android.systemui.CameraProtectionLoaderImpl
48 cameraProtectionLoader.loadCameraProtectionInfoList() in cutoutInfoForCurrentDisplayAndRotation()
174 val cameraProtectionInfoList = cameraProtectionLoader.loadCameraProtectionInfoList() in onApplyCameraProtection()
53 fun loadCameraProtectionInfoList() { in loadCameraProtectionInfoList() method in com.android.systemui.CameraProtectionLoaderImplTest89 loader.loadCameraProtectionInfoList().map { it.toTestableVersion() } in loadProtectionList()