Home
last modified time | relevance | path

Searched refs:profilePassword (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsServiceTests.java163 final LockscreenCredential profilePassword = newPassword("profile"); in testManagedProfileSeparateChallenge() local
165 setCredential(MANAGED_PROFILE_USER_ID, profilePassword); in testManagedProfileSeparateChallenge()
183 profilePassword, MANAGED_PROFILE_USER_ID, 0 /* flags */) in testManagedProfileSeparateChallenge()
190 profilePassword, MANAGED_PROFILE_USER_ID, 0 /* flags */) in testManagedProfileSeparateChallenge()
302 final LockscreenCredential profilePassword = newPassword("profilePassword"); in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials() local
305 setCredential(MANAGED_PROFILE_USER_ID, profilePassword); in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials()
307 .lockScreenSecretChanged(CREDENTIAL_TYPE_PASSWORD, profilePassword.getCredential(), in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials()
316 final LockscreenCredential profilePassword = newPattern("12345"); in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential() local
318 MANAGED_PROFILE_USER_ID, true, profilePassword); in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential()
320 setAndVerifyCredential(MANAGED_PROFILE_USER_ID, profilePassword); in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential()
[all …]
H A DSyntheticPasswordTests.java539 LockscreenCredential profilePassword = newPassword("profile"); in testGetHashFactorManagedProfileSeparateChallenge() local
541 mService.setLockCredential(profilePassword, nonePassword(), MANAGED_PROFILE_USER_ID); in testGetHashFactorManagedProfileSeparateChallenge()
543 mService.getHashFactor(profilePassword, MANAGED_PROFILE_USER_ID)); in testGetHashFactorManagedProfileSeparateChallenge()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java906 LockscreenCredential profilePassword) { in setSeparateProfileChallengeEnabled() argument
912 profilePassword); in setSeparateProfileChallengeEnabled()