Searched refs:initializeStorageWithCredential (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | LockSettingsServiceTests.java | 96 initializeStorageWithCredential(PRIMARY_USER_ID, "password", CREDENTIAL_TYPE_PASSWORD, sid); in testChangePasswordFailPrimaryUser() 110 initializeStorageWithCredential(PRIMARY_USER_ID, PASSWORD, CREDENTIAL_TYPE_PASSWORD, 1234); in testClearPasswordPrimaryUser() 256 initializeStorageWithCredential( in testSetLockCredential_forProfileWithSeparateChallenge_updatesCredentials() 297 initializeStorageWithCredential( in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_updatesBothCredentials() 320 initializeStorageWithCredential( in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_removesBothCredentials() 342 initializeStorageWithCredential( in testSetLockCredential_forUnifiedToSeparateChallengeProfile_sendsNewCredentials() 364 initializeStorageWithCredential( in testSetLockCredential_forSeparateToUnifiedChallengeProfile_doesNotSendRandomCredential() 384 initializeStorageWithCredential(PRIMARY_USER_ID, password, CREDENTIAL_TYPE_PASSWORD, 1234); in testVerifyCredential_forPrimaryUser_sendsCredentials() 418 initializeStorageWithCredential(PRIMARY_USER_ID, pattern, CREDENTIAL_TYPE_PATTERN, 1234); in testVerifyCredential_forPrimaryUserWithUnifiedChallengeProfile_sendsCredentialsForBoth() 463 initializeStorageWithCredential(userId, oldCredential, oldType, sid); in testChangeCredentials() [all …]
|