Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepository.kt185 private val fingerprintAuthenticationState: Flow<AuthenticationState> = constant in com.android.systemui.biometrics.data.repository.BiometricStatusRepositoryImpl
194 fingerprintAuthenticationState
208 fingerprintAuthenticationState.filterIsInstance<AuthenticationState.Acquired>().map { in <lambda>()