Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/biometrics/data/repository/
DFakeFacePropertyRepository.kt42 private val currentCameraInfo = MutableStateFlow<CameraInfo?>(null) constant in com.android.systemui.biometrics.data.repository.FakeFacePropertyRepository
44 get() = currentCameraInfo
64 currentCameraInfo.value = value in setCameraIno()