Searched refs:getPasswordAuthentication (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/net/
H A DAuthenticator.java25 * getPasswordAuthentication()} which dictates how the authentication info is
29 * @see #getPasswordAuthentication
68 protected PasswordAuthentication getPasswordAuthentication() { method in class:Authenticator
162 return thisAuthenticator.getPasswordAuthentication();
230 return thisAuthenticator.getPasswordAuthentication();
294 return thisAuthenticator.getPasswordAuthentication();
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DAuthenticatorTest.java352 method = "getPasswordAuthentication",
357 assertNull(ma.getPasswordAuthentication());
376 public PasswordAuthentication getPasswordAuthentication() { method in class:AuthenticatorTest.MockAuthenticator
377 return super.getPasswordAuthentication();
418 public PasswordAuthentication getPasswordAuthentication() { method in class:AuthenticatorTest.StubAuthenticator
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
H A DHttpURLConnectionTest.java313 protected PasswordAuthentication getPasswordAuthentication() {
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java595 protected PasswordAuthentication getPasswordAuthentication() {
726 protected PasswordAuthentication getPasswordAuthentication() {

Completed in 142 milliseconds