Searched refs:oldCredential (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | LockSettingsServiceTests.java | 254 final String oldCredential = "12345"; in testSetLockCredential_forProfileWithSeparateChallenge_updatesCredentials() local 258 oldCredential, in testSetLockCredential_forProfileWithSeparateChallenge_updatesCredentials() 265 oldCredential.getBytes(), in testSetLockCredential_forProfileWithSeparateChallenge_updatesCredentials() 295 final String oldCredential = "oldPassword"; in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_updatesBothCredentials() local 298 PRIMARY_USER_ID, oldCredential, CREDENTIAL_TYPE_PASSWORD, 1234); in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_updatesBothCredentials() 304 oldCredential.getBytes(), in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_updatesBothCredentials() 319 final String oldCredential = "oldPassword"; in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_removesBothCredentials() local 321 PRIMARY_USER_ID, oldCredential, CREDENTIAL_TYPE_PASSWORD, 1234); in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_removesBothCredentials() 327 oldCredential.getBytes(), in testSetLockCredential_forPrimaryUserWithUnifiedChallengeProfile_removesBothCredentials() 461 String oldCredential, int oldType, int quality) throws RemoteException { in testChangeCredentials() argument [all …]
|