Home
last modified time | relevance | path

Searched refs:lockScreenSecretChanged (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsServiceTests.java218 .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 DRecoverableKeyStoreManager.java972 public void lockScreenSecretChanged( in lockScreenSecretChanged() method in RecoverableKeyStoreManager
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManagerTest.java1307 mRecoverableKeyStoreManager.lockScreenSecretChanged( in lockScreenSecretChanged_syncsKeysForUser()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java1597 mRecoverableKeyStoreManager.lockScreenSecretChanged( in sendCredentialsOnChangeIfRequired()