Searched refs:_faceSensorLocation (Results 1 – 1 of 1) sorted by relevance
113 private val _faceSensorLocation = MutableStateFlow<Point?>(null) constant in com.android.systemui.keyguard.data.repository.FakeKeyguardRepository114 override val faceSensorLocation: Flow<Point?> = _faceSensorLocation239 _faceSensorLocation.tryEmit(location) in setFaceSensorLocation()