Searched refs:lockScreenSecretChanged (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | LockSettingsServiceTests.java | 244 .lockScreenSecretChanged(CREDENTIAL_TYPE_PASSWORD, password, PRIMARY_USER_ID); in testSetLockCredential_forPrimaryUser_sendsCredentials() 261 .lockScreenSecretChanged(CREDENTIAL_TYPE_PATTERN, pattern, MANAGED_PROFILE_USER_ID); in testSetLockCredential_forProfileWithSeparateChallenge_sendsCredentials() 284 .lockScreenSecretChanged( in testSetLockCredential_forProfileWithSeparateChallenge_updatesCredentials() 302 .lockScreenSecretChanged( in testSetLockCredential_forProfileWithUnifiedChallenge_doesNotSendRandomCredential() 325 .lockScreenSecretChanged(CREDENTIAL_TYPE_PASSWORD, newCredential, PRIMARY_USER_ID); in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_updatesBothCredentials() 327 .lockScreenSecretChanged( in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_updatesBothCredentials() 349 .lockScreenSecretChanged(CREDENTIAL_TYPE_NONE, null, PRIMARY_USER_ID); in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_removesBothCredentials() 351 .lockScreenSecretChanged(CREDENTIAL_TYPE_NONE, null, MANAGED_PROFILE_USER_ID); in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_removesBothCredentials() 372 .lockScreenSecretChanged( in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials() 397 .lockScreenSecretChanged(anyInt(), any(), eq(MANAGED_PROFILE_USER_ID)); in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential()
|
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
D | RecoverableKeyStoreManager.java | 943 public void lockScreenSecretChanged( in lockScreenSecretChanged() method in RecoverableKeyStoreManager
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/ |
D | RecoverableKeyStoreManagerTest.java | 1261 mRecoverableKeyStoreManager.lockScreenSecretChanged( in lockScreenSecretChanged_syncsKeysForUser()
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsService.java | 1440 mRecoverableKeyStoreManager.lockScreenSecretChanged( in sendCredentialsOnChangeIfRequired()
|