Searched refs:lockScreenSecretChanged (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
H A D | LockSettingsServiceTests.java | 218 .lockScreenSecretChanged(CREDENTIAL_TYPE_PASSWORD, "password".getBytes(), in testSetLockCredential_forPrimaryUser_sendsCredentials() 227 .lockScreenSecretChanged(CREDENTIAL_TYPE_PATTERN, "12345".getBytes(), in testSetLockCredential_forProfileWithSeparateChallenge_sendsCredentials() 238 .lockScreenSecretChanged(CREDENTIAL_TYPE_PASSWORD, "newPassword".getBytes(), in testSetLockCredential_forProfileWithSeparateChallenge_updatesCredentials() 248 .lockScreenSecretChanged( in testSetLockCredential_forProfileWithUnifiedChallenge_doesNotSendRandomCredential() 263 .lockScreenSecretChanged(CREDENTIAL_TYPE_PASSWORD, newCredential.getCredential(), in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_updatesBothCredentials() 266 .lockScreenSecretChanged(CREDENTIAL_TYPE_PASSWORD, newCredential.getCredential(), in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_updatesBothCredentials() 279 .lockScreenSecretChanged(CREDENTIAL_TYPE_NONE, null, PRIMARY_USER_ID); in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_removesBothCredentials() 281 .lockScreenSecretChanged(CREDENTIAL_TYPE_NONE, null, MANAGED_PROFILE_USER_ID); in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_removesBothCredentials() 307 .lockScreenSecretChanged(CREDENTIAL_TYPE_PASSWORD, profilePassword.getCredential(), in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials() 328 .lockScreenSecretChanged(anyInt(), any(), eq(MANAGED_PROFILE_USER_ID)); in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential()
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
H A D | RecoverableKeyStoreManager.java | 972 public void lockScreenSecretChanged( in lockScreenSecretChanged() method in RecoverableKeyStoreManager
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/ |
H A D | RecoverableKeyStoreManagerTest.java | 1307 mRecoverableKeyStoreManager.lockScreenSecretChanged( in lockScreenSecretChanged_syncsKeysForUser()
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | LockSettingsService.java | 1597 mRecoverableKeyStoreManager.lockScreenSecretChanged( in sendCredentialsOnChangeIfRequired()
|