Home
last modified time | relevance | path

Searched refs:_biometricUnlockSource (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.kt112 private val _biometricUnlockSource = MutableStateFlow<BiometricUnlockSource?>(null) regex
113 override val biometricUnlockSource: Flow<BiometricUnlockSource?> = _biometricUnlockSource
215 _biometricUnlockSource.tryEmit(source)