Searched refs:addAuthToken (Results 1 – 8 of 8) sorted by relevance
50 public static int addAuthToken(@NonNull HardwareAuthToken authToken) { in addAuthToken() method in Authorization52 getService().addAuthToken(authToken); in addAuthToken()67 public static int addAuthToken(@NonNull byte[] authToken) { in addAuthToken() method in Authorization68 return addAuthToken(AuthTokenUtils.toHardwareAuthToken(authToken)); in addAuthToken()
128 public int addAuthToken(byte[] authToken) { in addAuthToken() method in KeyStore129 return Authorization.addAuthToken(authToken); in addAuthToken()
645 verify(mBiometricService.mKeyStore).addAuthToken(AdditionalMatchers.aryEq(HAT)); in testAuthenticate_happyPathWithoutConfirmation()647 verify(mBiometricService.mKeyStore, never()).addAuthToken(any(byte[].class)); in testAuthenticate_happyPathWithoutConfirmation()710 verify(mBiometricService.mKeyStore, never()).addAuthToken(any(byte[].class)); in testAuthenticate_happyPathWithConfirmation()718 verify(mBiometricService.mKeyStore).addAuthToken(AdditionalMatchers.aryEq(HAT)); in testAuthenticate_happyPathWithConfirmation()720 verify(mBiometricService.mKeyStore, never()).addAuthToken(any(byte[].class)); in testAuthenticate_happyPathWithConfirmation()1276 verify(mBiometricService.mKeyStore, never()).addAuthToken(any(byte[].class)); in testDismissedReasonUserCancel_whenPendingConfirmation()
78 status_t ret = service->addAuthToken(auth_token, auth_token_length); in notifyKeystore()
240 final int result = KeyStore.getInstance().addAuthToken(byteToken); in onAuthenticated()
817 mKeyStore.addAuthToken(credentialAttestation); in onDialogDismissed()824 final int result = mKeyStore.addAuthToken(mTokenEscrow); in onDialogDismissed()
399 auto result = authzService->addAuthToken(authToken); in verifyChallenge()
47402 Landroid/security/IKeystoreService$Stub$Proxy;->addAuthToken([B)I47490 Landroid/security/IKeystoreService;->addAuthToken([B)I48371 Landroid/security/KeyStore;->addAuthToken([B)I