Searched refs:verifyUserCredential (Results 1 – 3 of 3) sorted by relevance
50 verifyUserCredential(RESET_PASSWORD_TEST_DEFAULT_PASSWORD, mProfileUserId); in testResetPasswordWithTokenBeforeUnlock()64 verifyUserCredential("", mProfileUserId); in testClearPasswordWithTokenBeforeUnlock()90 verifyUserCredential(RESET_PASSWORD_TEST_DEFAULT_PASSWORD, mProfileUserId); in testResetPasswordTokenUsableAfterClearingLock()129 verifyUserCredential(TEST_PASSWORD, mPrimaryUserId); in testUnlockWorkProfile_deviceWidePassword()152 verifyUserCredential(TEST_PASSWORD, mPrimaryUserId); in testRebootDevice_unifiedPassword()180 verifyUserCredential(profilePassword, managedProfileUserId); in testRebootDevice_separatePasswords()181 verifyUserCredential(primaryPassword, mPrimaryUserId); in testRebootDevice_separatePasswords()
94 verifyUserCredential(TEST_PASSWORD, mProfileUserId); in setUpWorkProfileTimeout()
1145 protected void verifyUserCredential(String credential, int userId) in verifyUserCredential() method in BaseDevicePolicyTest