Home
last modified time | relevance | path

Searched refs:_faceSensorLocation (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.kt109 private val _faceSensorLocation = MutableStateFlow<Point?>(null) regex
110 override val faceSensorLocation: Flow<Point?> = _faceSensorLocation
219 _faceSensorLocation.tryEmit(location)