Searched refs:primaryUserCredential (Results 1 – 7 of 7) sorted by relevance
42 authsecret->primaryUserCredential(CORRECT_SECRET); in SetUp()63 authsecret->primaryUserCredential(CORRECT_SECRET); in TEST_P()71 authsecret->primaryUserCredential(CORRECT_SECRET); in TEST_P()81 authsecret->primaryUserCredential(WRONG_SECRET); in TEST_P()
169 verify(mAuthSecretService, atLeastOnce()).primaryUserCredential(secret.capture()); in testSyntheticPasswordChangeCredentialKeepsAuthSecret()182 verify(mAuthSecretService).primaryUserCredential(any(ArrayList.class)); in testSyntheticPasswordVerifyPassesPrimaryUserAuthSecret()192 verify(mAuthSecretService, never()).primaryUserCredential(any(ArrayList.class)); in testSecondaryUserDoesNotPassAuthSecret()199 verify(mAuthSecretService, never()).primaryUserCredential(any(ArrayList.class)); in testNoSyntheticPasswordOrCredentialDoesNotPassAuthSecret()210 verify(mAuthSecretService, never()).primaryUserCredential(any(ArrayList.class)); in testSyntheticPasswordAndCredentialDoesNotPassAuthSecret()222 verify(mAuthSecretService).primaryUserCredential(any(ArrayList.class)); in testSyntheticPasswordButNoCredentialPassesAuthSecret()514 verify(mAuthSecretService, never()).primaryUserCredential(any(ArrayList.class)); in testGsiDisablesAuthSecret()
10 Return<void> AuthSecret::primaryUserCredential(const hidl_vec<uint8_t>& secret) { in primaryUserCredential() function in android::hardware::authsecret::V1_0::implementation::AuthSecret
24 Return<void> primaryUserCredential(const hidl_vec<uint8_t>& secret) override;
45 oneway primaryUserCredential(vec<uint8_t> secret);
2782 mAuthSecretService.primaryUserCredential(secret); in callToAuthSecretIfNeeded()
26 HSPLandroid/hardware/authsecret/V1_0/IAuthSecret$Proxy;->primaryUserCredential(Ljava/util/ArrayList…