Searched refs:lockScreenSecretChanged (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | LockSettingsServiceTests.java | 256 .lockScreenSecretChanged(CREDENTIAL_TYPE_PASSWORD, "password".getBytes(), in testSetLockCredential_forPrimaryUser_sendsCredentials() 265 .lockScreenSecretChanged(CREDENTIAL_TYPE_PATTERN, "12345".getBytes(), in testSetLockCredential_forProfileWithSeparateChallenge_sendsCredentials() 276 .lockScreenSecretChanged(CREDENTIAL_TYPE_PASSWORD, "newPassword".getBytes(), in testSetLockCredential_forProfileWithSeparateChallenge_updatesCredentials() 286 .lockScreenSecretChanged( in testSetLockCredential_forProfileWithUnifiedChallenge_doesNotSendRandomCredential() 301 .lockScreenSecretChanged(CREDENTIAL_TYPE_PASSWORD, newCredential.getCredential(), in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_updatesBothCredentials() 304 .lockScreenSecretChanged(CREDENTIAL_TYPE_PASSWORD, newCredential.getCredential(), in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_updatesBothCredentials() 317 .lockScreenSecretChanged(CREDENTIAL_TYPE_NONE, null, PRIMARY_USER_ID); in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_removesBothCredentials() 319 .lockScreenSecretChanged(CREDENTIAL_TYPE_NONE, null, MANAGED_PROFILE_USER_ID); in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_removesBothCredentials() 354 .lockScreenSecretChanged(CREDENTIAL_TYPE_PASSWORD, profilePassword.getCredential(), in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials() 375 .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 | 981 public void lockScreenSecretChanged( in lockScreenSecretChanged() method in RecoverableKeyStoreManager
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/ |
D | RecoverableKeyStoreManagerTest.java | 1307 mRecoverableKeyStoreManager.lockScreenSecretChanged( in lockScreenSecretChanged_syncsKeysForUser()
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsService.java | 1790 mRecoverableKeyStoreManager.lockScreenSecretChanged( in sendCredentialsOnChangeIfRequired()
|