Searched refs:CameraProtectionLoaderImpl (Results 1 – 9 of 9) sorted by relevance
22 class FakeCameraProtectionLoaderFactory : CameraProtectionLoaderImpl.Factory {24 override fun create(context: Context): CameraProtectionLoaderImpl { in create()25 return mock<CameraProtectionLoaderImpl>() in create()
24 var Kosmos.cameraProtectionLoaderFactory: CameraProtectionLoaderImpl.Factory by
34 class CameraProtectionLoaderImpl in loadCameraProtectionInfoList() class104 fun create(context: Context): CameraProtectionLoaderImpl in loadCameraProtectionInfoList()
30 factory: CameraProtectionLoaderImpl.Factory, in cameraProtectionLoader()
20 import com.android.systemui.CameraProtectionLoaderImpl53 private val cameraProtectionLoaderFactory: CameraProtectionLoaderImpl.Factory,
25 private val realLoader = CameraProtectionLoaderImpl(context)
350 CameraProtectionLoaderImpl((context)) in createAndStartSut()
32 private val loader = CameraProtectionLoaderImpl(context)
181 new CameraProtectionLoaderImpl(mContext);