Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/biometrics/data/repository/
DFakeFingerprintPropertyRepository.kt44 private val _sensorLocations: MutableStateFlow<Map<String, SensorLocationInternal>> = constant in com.android.systemui.biometrics.data.repository.FakeFingerprintPropertyRepository
46 override val sensorLocations = _sensorLocations.asStateFlow()
57 _sensorLocations.value = sensorLocations in setProperties()