Searched refs:mAuthSecretService (Results 1 – 5 of 5) sorted by relevance
193 verify(mAuthSecretService, atLeastOnce()).primaryUserCredential(secret.capture()); in testSyntheticPasswordChangeCredentialKeepsAuthSecret()202 reset(mAuthSecretService); in testSyntheticPasswordVerifyPassesPrimaryUserAuthSecret()206 verify(mAuthSecretService).primaryUserCredential(any(ArrayList.class)); in testSyntheticPasswordVerifyPassesPrimaryUserAuthSecret()217 verify(mAuthSecretService, never()).primaryUserCredential(any(ArrayList.class)); in testSecondaryUserDoesNotPassAuthSecret()224 reset(mAuthSecretService); in testNoSyntheticPasswordOrCredentialDoesNotPassAuthSecret()227 verify(mAuthSecretService, never()).primaryUserCredential(any(ArrayList.class)); in testNoSyntheticPasswordOrCredentialDoesNotPassAuthSecret()234 reset(mAuthSecretService); in testSyntheticPasswordAndCredentialDoesNotPassAuthSecret()237 verify(mAuthSecretService, never()).primaryUserCredential(any(ArrayList.class)); in testSyntheticPasswordAndCredentialDoesNotPassAuthSecret()246 reset(mAuthSecretService); in testSyntheticPasswordButNoCredentialPassesAuthSecret()249 verify(mAuthSecretService).primaryUserCredential(any(ArrayList.class)); in testSyntheticPasswordButNoCredentialPassesAuthSecret()
46 private IAuthSecret mAuthSecretService; field in LockSettingsServiceTestable.MockInjector119 mAuthSecretService = authSecretService; in LockSettingsServiceTestable()
87 IAuthSecret mAuthSecretService; field in BaseLockSettingsServiceTests125 mAuthSecretService = mock(IAuthSecret.class); in setUp()128 mSpManager, mAuthSecretService); in setUp()
112 verify(mAuthSecretService, atLeastOnce()).primaryUserCredential(secret.capture()); in testUntrustedCredentialChangeMaintainsAuthSecret()
192 protected IAuthSecret mAuthSecretService; field in LockSettingsService664 mAuthSecretService = IAuthSecret.getService(); in systemReady()2191 if (mAuthSecretService != null && mUserManager.getUserInfo(userId).isPrimary()) { in onAuthTokenKnownForUser()2198 mAuthSecretService.primaryUserCredential(secret); in onAuthTokenKnownForUser()