Home
last modified time | relevance | path

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

/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/
DCredentialSelectorViewModel.kt133 if (biometricState.biometricResult != null || biometricState.biometricError != null) { in launchProviderUi()
144 } else if (biometricState.biometricError != null){ in launchProviderUi()
146 biometricState.biometricError.errorCode) in launchProviderUi()
148 biometricState.biometricError.errorMessage) in launchProviderUi()
259 .biometricState.copy(biometricError = authError) in getFlowOnEntrySelected()
419 .biometricState.copy(biometricError = authError) in createFlowOnEntrySelected()
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/
DBiometricHandler.kt85 val biometricError: BiometricError? = null, in <lambda>() constant in com.android.credentialmanager.common.BiometricState