Home
last modified time | relevance | path

Searched refs:changeUserCredential (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileTest.java257 changeUserCredential("1234", null, mProfileUserId); in testLockNowWithKeyEviction()
338 changeUserCredential(PROFILE_CREDENTIAL, null, mProfileUserId); in setUpWorkProfileTimeout()
1244 changeUserCredential("1234", null, mProfileUserId); in testTrustAgentInfo()
1249 changeUserCredential(null, "1234", mProfileUserId); in testTrustAgentInfo()
1345 changeUserCredential(devicePassword, null, mParentUserId); in testResetPasswordTokenUsableAfterClearingLock()
1346 changeUserCredential(null, devicePassword, mParentUserId); in testResetPasswordTokenUsableAfterClearingLock()
1347 changeUserCredential(devicePassword, null, mParentUserId); in testResetPasswordTokenUsableAfterClearingLock()
1353 changeUserCredential(null, devicePassword, mParentUserId); in testResetPasswordTokenUsableAfterClearingLock()
1372 changeUserCredential("1234" /* newCredential */, null /* oldCredential */, mProfileUserId); in testIsUsingUnifiedPassword()
1383 changeUserCredential(password, /* oldCredential= */ null, mPrimaryUserId); in testUnlockWorkProfile_deviceWidePassword()
[all …]
DBaseDeviceAdminHostSideTest.java102 changeUserCredential(null, "1234", 0); in testResetPassword_nycRestrictions()
DDeviceAndProfileOwnerTest.java1331 changeUserCredential(testPassword, null /*oldCredential*/, mUserId); in testGetCurrentFailedPasswordAttempts()
1352 changeUserCredential(null /*newCredential*/, testPassword, mUserId); in testGetCurrentFailedPasswordAttempts()
1374 changeUserCredential("1234", null, mUserId); in testGetPasswordExpiration()
1378 changeUserCredential(null, "1234", mUserId); in testGetPasswordExpiration()
DBaseDevicePolicyTest.java952 protected void changeUserCredential(String newCredential, String oldCredential, int userId) in changeUserCredential() method in BaseDevicePolicyTest