Searched refs:mAuthSecretService (Results 1 – 5 of 5) sorted by relevance
201 verify(mAuthSecretService, atLeastOnce()).primaryUserCredential(secret.capture()); in testSyntheticPasswordChangeCredentialKeepsAuthSecret()212 reset(mAuthSecretService); in testSyntheticPasswordVerifyPassesPrimaryUserAuthSecret()216 verify(mAuthSecretService).primaryUserCredential(any(ArrayList.class)); in testSyntheticPasswordVerifyPassesPrimaryUserAuthSecret()226 verify(mAuthSecretService, never()).primaryUserCredential(any(ArrayList.class)); in testSecondaryUserDoesNotPassAuthSecret()233 reset(mAuthSecretService); in testNoSyntheticPasswordOrCredentialDoesNotPassAuthSecret()236 verify(mAuthSecretService, never()).primaryUserCredential(any(ArrayList.class)); in testNoSyntheticPasswordOrCredentialDoesNotPassAuthSecret()243 reset(mAuthSecretService); in testSyntheticPasswordAndCredentialDoesNotPassAuthSecret()246 verify(mAuthSecretService, never()).primaryUserCredential(any(ArrayList.class)); in testSyntheticPasswordAndCredentialDoesNotPassAuthSecret()255 reset(mAuthSecretService); in testSyntheticPasswordButNoCredentialPassesAuthSecret()258 verify(mAuthSecretService).primaryUserCredential(any(ArrayList.class)); in testSyntheticPasswordButNoCredentialPassesAuthSecret()[all …]
47 private IAuthSecret mAuthSecretService; field in LockSettingsServiceTestable.MockInjector142 mAuthSecretService = authSecretService; in LockSettingsServiceTestable()
89 IAuthSecret mAuthSecretService; field in BaseLockSettingsServiceTests144 mAuthSecretService = mock(IAuthSecret.class); in setUp()147 mSpManager, mAuthSecretService, mGsiService, mRecoverableKeyStoreManager); in setUp()
116 verify(mAuthSecretService, atLeastOnce()).primaryUserCredential(secret.capture()); in testUntrustedCredentialChangeMaintainsAuthSecret()
201 protected IAuthSecret mAuthSecretService; field in LockSettingsService684 mAuthSecretService = IAuthSecret.getService(); in systemReady()2343 if (mAuthSecretService != null && mUserManager.getUserInfo(userId).isPrimary()) { in onAuthTokenKnownForUser()2350 mAuthSecretService.primaryUserCredential(secret); in onAuthTokenKnownForUser()