HomeSort by relevance Sort by last modified time
    Searched defs:getPasswordAuthentication (Results 1 - 7 of 7) sorted by null

  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
AuthenticatorTest.java 352 method = "getPasswordAuthentication",
357 assertNull(ma.getPasswordAuthentication());
376 public PasswordAuthentication getPasswordAuthentication() {
377 return super.getPasswordAuthentication();
418 public PasswordAuthentication getPasswordAuthentication() {
  /dalvik/libcore/luni/src/main/java/java/net/
Authenticator.java 25 * getPasswordAuthentication()} which dictates how the authentication info is
29 * @see #getPasswordAuthentication
68 protected PasswordAuthentication getPasswordAuthentication() {
162 return thisAuthenticator.getPasswordAuthentication();
230 return thisAuthenticator.getPasswordAuthentication();
294 return thisAuthenticator.getPasswordAuthentication();
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 12 milliseconds