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.java255 changeUserCredential("1234", null, mProfileUserId); in testLockNowWithKeyEviction()
336 changeUserCredential(PROFILE_CREDENTIAL, null, mProfileUserId); in setUpWorkProfileTimeout()
1256 changeUserCredential("1234", null, mProfileUserId); in testTrustAgentInfo()
1261 changeUserCredential(null, "1234", mProfileUserId); in testTrustAgentInfo()
1357 changeUserCredential(devicePassword, null, mParentUserId); in testResetPasswordTokenUsableAfterClearingLock()
1358 changeUserCredential(null, devicePassword, mParentUserId); in testResetPasswordTokenUsableAfterClearingLock()
1359 changeUserCredential(devicePassword, null, mParentUserId); in testResetPasswordTokenUsableAfterClearingLock()
1365 changeUserCredential(null, devicePassword, mParentUserId); in testResetPasswordTokenUsableAfterClearingLock()
1384 changeUserCredential("1234" /* newCredential */, null /* oldCredential */, mProfileUserId); in testIsUsingUnifiedPassword()
1395 changeUserCredential(password, /* oldCredential= */ null, mPrimaryUserId); in testUnlockWorkProfile_deviceWidePassword()
[all …]
DBaseDeviceAdminHostSideTest.java102 changeUserCredential(null, "1234", 0); in testResetPassword_nycRestrictions()
DDeviceAndProfileOwnerTest.java1209 changeUserCredential(testPassword, null /*oldCredential*/, mUserId); in testGetCurrentFailedPasswordAttempts()
1230 changeUserCredential(null /*newCredential*/, testPassword, mUserId); in testGetCurrentFailedPasswordAttempts()
1252 changeUserCredential("1234", null, mUserId); in testGetPasswordExpiration()
1256 changeUserCredential(null, "1234", mUserId); in testGetPasswordExpiration()
DBaseDevicePolicyTest.java885 protected void changeUserCredential(String newCredential, String oldCredential, int userId) in changeUserCredential() method in BaseDevicePolicyTest