Home
last modified time | relevance | path

Searched defs:isProxy (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/http/
DRequestHandle.java202 public void setupBasicAuthResponse(boolean isProxy, String username, String password) { in setupBasicAuthResponse()
214 public void setupDigestAuthResponse(boolean isProxy, in setupDigestAuthResponse()
313 public static String authorizationHeader(boolean isProxy) { in authorizationHeader()
DHttpAuthHeader.java125 public boolean isProxy() { in isProxy() method in HttpAuthHeader