Searched refs:PROXY (Results 1 - 3 of 3) sorted by relevance

/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DAuthenticatorRequestorTypeTest.java38 assertEquals(Authenticator.RequestorType.PROXY,
39 Authenticator.RequestorType.valueOf("PROXY"));
58 Authenticator.RequestorType.PROXY,
H A DAuthenticatorTest.java86 assertEquals(RequestorType.PROXY, Authenticator.RequestorType
87 .valueOf("PROXY"));
119 assertEquals(RequestorType.PROXY, rt[0]);
222 RequestorType.PROXY);
241 RequestorType.PROXY);
/dalvik/libcore/luni/src/main/java/java/net/
H A DAuthenticator.java308 * Returns the type of this request, it can be {@code PROXY} or {@code SERVER}.
324 PROXY, enum constant in enum:Authenticator.RequestorType

Completed in 73 milliseconds