Searched refs:verifyUserCredential (Results 1 – 2 of 2) sorted by relevance
339 verifyUserCredential(PROFILE_CREDENTIAL, mProfileUserId); in setUpWorkProfileTimeout()1324 verifyUserCredential(RESET_PASSWORD_TEST_DEFAULT_PASSWORD, mProfileUserId); in testResetPasswordWithTokenBeforeUnlock()1338 verifyUserCredential("", mProfileUserId); in testClearPasswordWithTokenBeforeUnlock()1363 verifyUserCredential(RESET_PASSWORD_TEST_DEFAULT_PASSWORD, mProfileUserId); in testResetPasswordTokenUsableAfterClearingLock()1399 verifyUserCredential(password, mPrimaryUserId); in testUnlockWorkProfile_deviceWidePassword()1420 verifyUserCredential(password, mPrimaryUserId); in testRebootDevice_unifiedPassword()1445 verifyUserCredential(profilePassword, managedProfileUserId); in testRebootDevice_separatePasswords()1446 verifyUserCredential(primaryPassword, mPrimaryUserId); in testRebootDevice_separatePasswords()
911 protected void verifyUserCredential(String credential, int userId) in verifyUserCredential() method in BaseDevicePolicyTest