Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsServiceTests.java195 final LockscreenCredential profilePassword = newPassword("profile"); in testManagedProfileSeparateChallenge() local
197 setCredential(MANAGED_PROFILE_USER_ID, profilePassword); in testManagedProfileSeparateChallenge()
215 profilePassword, MANAGED_PROFILE_USER_ID, 0 /* flags */) in testManagedProfileSeparateChallenge()
222 profilePassword, MANAGED_PROFILE_USER_ID, 0 /* flags */) in testManagedProfileSeparateChallenge()
349 final LockscreenCredential profilePassword = newPassword("profilePassword"); in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials() local
352 setCredential(MANAGED_PROFILE_USER_ID, profilePassword); in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials()
354 .lockScreenSecretChanged(CREDENTIAL_TYPE_PASSWORD, profilePassword.getCredential(), in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials()
363 final LockscreenCredential profilePassword = newPattern("12345"); in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential() local
365 MANAGED_PROFILE_USER_ID, true, profilePassword); in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential()
367 setAndVerifyCredential(MANAGED_PROFILE_USER_ID, profilePassword); in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential()
[all …]
DSyntheticPasswordTests.java547 LockscreenCredential profilePassword = newPassword("profile"); in testGetHashFactorManagedProfileSeparateChallenge() local
549 mService.setLockCredential(profilePassword, nonePassword(), MANAGED_PROFILE_USER_ID); in testGetHashFactorManagedProfileSeparateChallenge()
551 mService.getHashFactor(profilePassword, MANAGED_PROFILE_USER_ID)); in testGetHashFactorManagedProfileSeparateChallenge()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java892 LockscreenCredential profilePassword) { in setSeparateProfileChallengeEnabled() argument
898 profilePassword); in setSeparateProfileChallengeEnabled()