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

/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DAuthenticatorTest.java223 assertNull(mock.getRequestingURL());
253 * @tests java.net.Authenticator#getRequestingURL()
258 method = "getRequestingURL",
263 assertNull(mock.getRequestingURL());
345 assertNull(ma.getRequestingURL());
368 public URL getRequestingURL() { method in class:AuthenticatorTest.MockAuthenticator
369 return super.getRequestingURL();
410 public URL getRequestingURL() { method in class:AuthenticatorTest.StubAuthenticator
/dalvik/libcore/luni/src/main/java/java/net/
H A DAuthenticator.java303 protected URL getRequestingURL() { method in class:Authenticator

Completed in 132 milliseconds