Searched refs:profilePassword (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | LockSettingsServiceTests.java | 147 final String profilePassword = "testManagedProfileSeparateChallenge-profile"; in testManagedProfileSeparateChallenge() local 155 mService.setLockCredential(profilePassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testManagedProfileSeparateChallenge() 175 profilePassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, 0, in testManagedProfileSeparateChallenge() 186 profilePassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, 0, in testManagedProfileSeparateChallenge()
|
D | SyntheticPasswordTests.java | 209 final String profilePassword = "testManagedProfileSeparateChallengeMigration-profile"; in testManagedProfileSeparateChallengeMigration() local 211 …mService.setLockCredential(profilePassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, MANAG… in testManagedProfileSeparateChallengeMigration() 226 …mService.verifyCredential(profilePassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, 0, MANAGED_P… in testManagedProfileSeparateChallengeMigration() 232 …mService.verifyCredential(profilePassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, 0, MANAGED_P… in testManagedProfileSeparateChallengeMigration()
|