Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/authsecret/1.0/vts/functional/
H A DVtsHalAuthSecretV1_0TargetTest.cpp42 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()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DSyntheticPasswordTests.java169 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()
/aosp12/hardware/interfaces/authsecret/1.0/default/
H A DAuthSecret.cpp10 Return<void> AuthSecret::primaryUserCredential(const hidl_vec<uint8_t>& secret) { in primaryUserCredential() function in android::hardware::authsecret::V1_0::implementation::AuthSecret
H A DAuthSecret.h24 Return<void> primaryUserCredential(const hidl_vec<uint8_t>& secret) override;
/aosp12/hardware/interfaces/authsecret/1.0/
H A DIAuthSecret.hal45 oneway primaryUserCredential(vec<uint8_t> secret);
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java2782 mAuthSecretService.primaryUserCredential(secret); in callToAuthSecretIfNeeded()
/aosp12/frameworks/base/services/
H A Dart-profile26 HSPLandroid/hardware/authsecret/V1_0/IAuthSecret$Proxy;->primaryUserCredential(Ljava/util/ArrayList…