Searched refs:mAuthSecretService (Results 1 – 5 of 5) sorted by relevance
182 verify(mAuthSecretService, atLeastOnce()).primaryUserCredential(secret.capture()); in testSyntheticPasswordChangeCredentialKeepsAuthSecret()194 reset(mAuthSecretService); in testSyntheticPasswordVerifyPassesPrimaryUserAuthSecret()198 verify(mAuthSecretService).primaryUserCredential(any(ArrayList.class)); in testSyntheticPasswordVerifyPassesPrimaryUserAuthSecret()209 verify(mAuthSecretService, never()).primaryUserCredential(any(ArrayList.class)); in testSecondaryUserDoesNotPassAuthSecret()217 reset(mAuthSecretService); in testNoSyntheticPasswordOrCredentialDoesNotPassAuthSecret()220 verify(mAuthSecretService, never()).primaryUserCredential(any(ArrayList.class)); in testNoSyntheticPasswordOrCredentialDoesNotPassAuthSecret()228 reset(mAuthSecretService); in testSyntheticPasswordAndCredentialDoesNotPassAuthSecret()231 verify(mAuthSecretService, never()).primaryUserCredential(any(ArrayList.class)); in testSyntheticPasswordAndCredentialDoesNotPassAuthSecret()241 reset(mAuthSecretService); in testSyntheticPasswordButNoCredentialPassesAuthSecret()244 verify(mAuthSecretService).primaryUserCredential(any(ArrayList.class)); in testSyntheticPasswordButNoCredentialPassesAuthSecret()[all …]
47 private IAuthSecret mAuthSecretService; field in LockSettingsServiceTestable.MockInjector142 mAuthSecretService = authSecretService; in LockSettingsServiceTestable()
96 IAuthSecret mAuthSecretService; field in BaseLockSettingsServiceTests149 mAuthSecretService = mock(IAuthSecret.class); in setUp_baseServices()152 mSpManager, mAuthSecretService, mGsiService, mRecoverableKeyStoreManager); in setUp_baseServices()
124 verify(mAuthSecretService, atLeastOnce()).primaryUserCredential(secret.capture()); in testUntrustedCredentialChangeMaintainsAuthSecret()
215 protected IAuthSecret mAuthSecretService; field in LockSettingsService708 mAuthSecretService = IAuthSecret.getService(); in systemReady()2411 if (mAuthSecretService != null && mUserManager.getUserInfo(userId).isPrimary()) { in onAuthTokenKnownForUser()2418 mAuthSecretService.primaryUserCredential(secret); in onAuthTokenKnownForUser()