Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
H A DFakeKeyguardRepository.kt106 private val _fingerprintSensorLocation = MutableStateFlow<Point?>(null) regex
107 override val fingerprintSensorLocation: Flow<Point?> = _fingerprintSensorLocation
223 _fingerprintSensorLocation.tryEmit(location)