Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepository.kt102 authInfo.requestReason.toAuthenticationReason(), in <lambda>()
114 authInfo.requestReason.toAuthenticationReason() in <lambda>()
123 authInfo.requestReason.toAuthenticationReason(), in <lambda>()
135 authInfo.requestReason.toAuthenticationReason() in <lambda>()
144 authInfo.requestReason.toAuthenticationReason() in <lambda>()
165 authInfo.requestReason.toAuthenticationReason(), in <lambda>()
217 private fun Int.toAuthenticationReason(): AuthenticationReason = in toAuthenticationReason() method