Searched refs:ProceedHttpAuthClient (Results 1 – 1 of 1) sorted by relevance
| /cts/tests/tests/webkit/src/android/webkit/cts/ |
| D | HttpAuthHandlerTest.java | 65 private class ProceedHttpAuthClient extends WaitForLoadedClient { class in HttpAuthHandlerTest 74 ProceedHttpAuthClient(int maxAuthAttempts, String user, String password) { in ProceedHttpAuthClient() method in HttpAuthHandlerTest.ProceedHttpAuthClient 112 ProceedHttpAuthClient client = new ProceedHttpAuthClient(1, WRONG_USERNAME, WRONG_PASSWORD); in incorrectCredentialsAccessDenied() 124 ProceedHttpAuthClient client = new ProceedHttpAuthClient(1, null, null); in missingCredentialsAccessDenied() 136 … ProceedHttpAuthClient client = new ProceedHttpAuthClient(1, CORRECT_USERNAME, CORRECT_PASSWORD); in correctCredentialsAccessGranted() 184 ProceedHttpAuthClient client = new ProceedHttpAuthClient(1, WRONG_USERNAME, WRONG_PASSWORD); in testUseHttpAuthUsernamePassword() 195 client = new ProceedHttpAuthClient(2, WRONG_USERNAME, WRONG_PASSWORD); in testUseHttpAuthUsernamePassword()
|