Searched refs:profilePassword (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | LockSettingsServiceTests.java | 175 final String profilePassword = "testManagedProfileSeparateChallenge-profile"; in testManagedProfileSeparateChallenge() local 184 mService.setLockCredential(profilePassword.getBytes(), in testManagedProfileSeparateChallenge() 205 profilePassword.getBytes(), LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, 0, in testManagedProfileSeparateChallenge() 216 profilePassword.getBytes(), LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, 0, in testManagedProfileSeparateChallenge() 341 final byte[] profilePassword = "profilePassword".getBytes(); in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials() 347 profilePassword, in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials() 356 CREDENTIAL_TYPE_PASSWORD, profilePassword, MANAGED_PROFILE_USER_ID); in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials() 363 final String profilePassword = "12345"; in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential() local 369 profilePassword, in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential() 374 MANAGED_PROFILE_USER_ID, false, profilePassword.getBytes()); in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential()
|
D | SyntheticPasswordTests.java | 298 final byte[] profilePassword = in testManagedProfileSeparateChallengeMigration() 303 mService.setLockCredential(profilePassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testManagedProfileSeparateChallengeMigration() 319 profilePassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, in testManagedProfileSeparateChallengeMigration() 327 profilePassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, in testManagedProfileSeparateChallengeMigration() 522 final byte[] profilePassword = "profile".getBytes(); in testgetHashFactorManagedProfileSeparateChallenge() 525 mService.setLockCredential(profilePassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testgetHashFactorManagedProfileSeparateChallenge() 527 assertNotNull(mService.getHashFactor(profilePassword, MANAGED_PROFILE_USER_ID)); in testgetHashFactorManagedProfileSeparateChallenge()
|