Searched refs:getRequestorType (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DAuthenticatorTest.java138 assertEquals(mock.getRequestorType(), RequestorType.SERVER);
179 assertEquals(mock.getRequestorType(), RequestorType.SERVER);
224 assertNull(mock.getRequestorType());
268 * @tests java.net.Authenticator#getRequestorType()
273 method = "getRequestorType",
278 assertNull(mock.getRequestorType());
346 assertNull(ma.getRequestorType());
372 public Authenticator.RequestorType getRequestorType() { method in class:AuthenticatorTest.MockAuthenticator
373 return super.getRequestorType();
414 public Authenticator.RequestorType getRequestorType() { method in class:AuthenticatorTest.StubAuthenticator
[all...]
/dalvik/libcore/luni/src/main/java/java/net/
H A DAuthenticator.java312 protected Authenticator.RequestorType getRequestorType() { method in class:Authenticator

Completed in 46 milliseconds