Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsServiceTests.java151 final String profilePassword = "testManagedProfileSeparateChallenge-profile"; in testManagedProfileSeparateChallenge() local
159 mService.setLockCredential(profilePassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testManagedProfileSeparateChallenge()
179 profilePassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, 0, in testManagedProfileSeparateChallenge()
190 profilePassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, 0, in testManagedProfileSeparateChallenge()
DSyntheticPasswordTests.java288 final String profilePassword = "testManagedProfileSeparateChallengeMigration-profile"; in testManagedProfileSeparateChallengeMigration() local
292 mService.setLockCredential(profilePassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testManagedProfileSeparateChallengeMigration()
308 profilePassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, in testManagedProfileSeparateChallengeMigration()
316 profilePassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, in testManagedProfileSeparateChallengeMigration()
476 final String profilePassword = "profile"; in testgetHashFactorManagedProfileSeparateChallenge() local
479 mService.setLockCredential(profilePassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testgetHashFactorManagedProfileSeparateChallenge()
481 assertNotNull(mService.getHashFactor(profilePassword, MANAGED_PROFILE_USER_ID)); in testgetHashFactorManagedProfileSeparateChallenge()