Searched refs:profilePassword (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | LockSettingsServiceTests.java | 195 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 …]
|
D | SyntheticPasswordTests.java | 547 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/ |
D | LockPatternUtils.java | 892 LockscreenCredential profilePassword) { in setSeparateProfileChallengeEnabled() argument 898 profilePassword); in setSeparateProfileChallengeEnabled()
|