Searched refs:profilePassword (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | LockSettingsServiceTests.java | 165 final LockscreenCredential profilePassword = newPassword("profile"); in testManagedProfileSeparateChallenge() local 174 assertTrue(mService.setLockCredential(profilePassword, in testManagedProfileSeparateChallenge() 195 profilePassword, MANAGED_PROFILE_USER_ID, 0 /* flags */) in testManagedProfileSeparateChallenge() 206 profilePassword, MANAGED_PROFILE_USER_ID, 0 /* flags */) in testManagedProfileSeparateChallenge() 353 final LockscreenCredential profilePassword = newPassword("profilePassword"); in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials() local 358 profilePassword, in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials() 363 .lockScreenSecretChanged(CREDENTIAL_TYPE_PASSWORD, profilePassword.getCredential(), in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials() 372 final LockscreenCredential profilePassword = newPattern("12345"); in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential() local 375 testCreateCredential(MANAGED_PROFILE_USER_ID, profilePassword); in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential() 378 MANAGED_PROFILE_USER_ID, false, profilePassword); in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential()
|
D | SyntheticPasswordTests.java | 454 LockscreenCredential profilePassword = newPassword("profile"); in testGetHashFactorManagedProfileSeparateChallenge() local 456 mService.setLockCredential(profilePassword, nonePassword(), MANAGED_PROFILE_USER_ID); in testGetHashFactorManagedProfileSeparateChallenge() 458 mService.getHashFactor(profilePassword, MANAGED_PROFILE_USER_ID)); in testGetHashFactorManagedProfileSeparateChallenge()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternUtils.java | 822 LockscreenCredential profilePassword) { in setSeparateProfileChallengeEnabled() argument 828 profilePassword); in setSeparateProfileChallengeEnabled()
|