Searched refs:primaryPassword (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | SyntheticPasswordTests.java | 296 final byte[] primaryPassword = in testManagedProfileSeparateChallengeMigration() 301 mService.setLockCredential(primaryPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testManagedProfileSeparateChallengeMigration() 316 primaryPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, 0, PRIMARY_USER_ID) in testManagedProfileSeparateChallengeMigration() 324 primaryPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, 0, PRIMARY_USER_ID) in testManagedProfileSeparateChallengeMigration() 521 final byte[] primaryPassword = "primary".getBytes(); in testgetHashFactorManagedProfileSeparateChallenge() 523 mService.setLockCredential(primaryPassword, LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, null, in testgetHashFactorManagedProfileSeparateChallenge()
|
D | LockSettingsServiceTests.java | 174 final String primaryPassword = "testManagedProfileSeparateChallenge-primary"; in testManagedProfileSeparateChallenge() local 176 mService.setLockCredential(primaryPassword.getBytes(), in testManagedProfileSeparateChallenge() 199 primaryPassword.getBytes(), LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, 0, in testManagedProfileSeparateChallenge() 213 primaryPassword.getBytes(), PASSWORD_QUALITY_ALPHABETIC, PRIMARY_USER_ID, false); in testManagedProfileSeparateChallenge()
|