Searched refs:primaryPassword (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | LockSettingsServiceTests.java | 150 final String primaryPassword = "testManagedProfileSeparateChallenge-primary"; in testManagedProfileSeparateChallenge() local 152 mService.setLockCredential(primaryPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testManagedProfileSeparateChallenge() 173 primaryPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, 0, PRIMARY_USER_ID) in testManagedProfileSeparateChallenge() 187 primaryPassword, PASSWORD_QUALITY_ALPHABETIC, PRIMARY_USER_ID); in testManagedProfileSeparateChallenge()
|
D | SyntheticPasswordTests.java | 287 final String primaryPassword = "testManagedProfileSeparateChallengeMigration-primary"; in testManagedProfileSeparateChallengeMigration() local 290 mService.setLockCredential(primaryPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testManagedProfileSeparateChallengeMigration() 305 primaryPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, 0, PRIMARY_USER_ID) in testManagedProfileSeparateChallengeMigration() 313 primaryPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, 0, PRIMARY_USER_ID) in testManagedProfileSeparateChallengeMigration() 475 final String primaryPassword = "primary"; in testgetHashFactorManagedProfileSeparateChallenge() local 477 mService.setLockCredential(primaryPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testgetHashFactorManagedProfileSeparateChallenge()
|