Searched refs:authResult (Results 1 – 7 of 7) sorted by relevance
165 val authResult = in <lambda>() constant171 authResult == AuthenticationResult.FAILED || in <lambda>()172 (authResult == AuthenticationResult.SKIPPED && !tryAutoConfirm) in <lambda>()178 if (authResult == AuthenticationResult.SUCCEEDED) { in <lambda>()180 } else if (authResult == AuthenticationResult.FAILED) { in <lambda>()188 return authResult in <lambda>()
241 authResult: BiometricPrompt.AuthenticationResult? = null, in getFlowOnEntrySelected()255 biometricState = if (authResult == null && authError == null) in getFlowOnEntrySelected()256 uiState.biometricState else if (authResult != null) uiState in getFlowOnEntrySelected()258 biometricAuthenticationResult = authResult)) else uiState in getFlowOnEntrySelected()396 authResult: AuthenticationResult? = null, in createFlowOnEntrySelected()415 biometricState = if (authResult == null && authError == null) in createFlowOnEntrySelected()416 uiState.biometricState else if (authResult != null) uiState in createFlowOnEntrySelected()418 biometricAuthenticationResult = authResult)) else uiState in createFlowOnEntrySelected()
110 val authResult by collectLastValue(authenticationInteractor.onAuthenticationResult) in <lambda>() constant140 assertThat(authResult).isTrue() in <lambda>()328 val authResult by collectLastValue(authenticationInteractor.onAuthenticationResult) in <lambda>() constant338 assertThat(authResult).isFalse() in <lambda>()345 assertThat(authResult).isTrue() in <lambda>()
207 val authResult by collectLastValue(authenticationInteractor.onAuthenticationResult) in <lambda>() constant214 assertThat(authResult).isTrue() in <lambda>()239 val authResult by collectLastValue(authenticationInteractor.onAuthenticationResult) in <lambda>() constant250 assertThat(authResult).isFalse() in <lambda>()257 assertThat(authResult).isTrue() in <lambda>()271 val authResult by collectLastValue(authenticationInteractor.onAuthenticationResult) in <lambda>() constant276 assertThat(authResult).isTrue() in <lambda>()
127 val authResult by collectLastValue(authenticationInteractor.onAuthenticationResult) in onAuthenticateKeyPressed_whenCorrect() constant133 assertThat(authResult).isTrue() in onAuthenticateKeyPressed_whenCorrect()167 val authResult by collectLastValue(authenticationInteractor.onAuthenticationResult) in onAuthenticateKeyPressed_correctAfterWrong() constant175 assertThat(authResult).isFalse() in onAuthenticateKeyPressed_correctAfterWrong()182 assertThat(authResult).isTrue() in onAuthenticateKeyPressed_correctAfterWrong()
354 authResult: BiometricPrompt.AuthenticationResult? in setupBiometricAuthenticationCallback()356 super.onAuthenticationSucceeded(authResult) in setupBiometricAuthenticationCallback()358 if (authResult != null) { in setupBiometricAuthenticationCallback()360 sendDataToProvider(selectedEntry, authResult, /*authError=*/null) in setupBiometricAuthenticationCallback()
1903 AuthenticationResult authResult = mSpManager.unlockLskfBasedProtector( in setLockCredentialInternal() local1905 VerifyCredentialResponse response = authResult.gkResponse; in setLockCredentialInternal()1906 SyntheticPassword sp = authResult.syntheticPassword; in setLockCredentialInternal()2099 AuthenticationResult authResult = mSpManager.unlockWeakTokenBasedProtector( in isWeakEscrowTokenValid() local2101 if (authResult.syntheticPassword == null) { in isWeakEscrowTokenValid()2385 final AuthenticationResult authResult; in doVerifyCredential() local2400 authResult = mSpManager.unlockLskfBasedProtector( in doVerifyCredential()2402 response = authResult.gkResponse; in doVerifyCredential()2413 authResult.syntheticPassword.deriveGkPassword()); in doVerifyCredential()2418 onCredentialVerified(authResult.syntheticPassword, in doVerifyCredential()[all …]