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

  /frameworks/base/core/java/android/webkit/
HttpAuthHandler.java 101 * Helper method used to unblock handleAuthRequest(), which in the case of a
107 * @return True if the request is synchronous and handleAuthRequest() has
189 /* package */ void handleAuthRequest(LoadListener loader) {
Network.java 325 public void handleAuthRequest(LoadListener loader) {
328 mHttpAuthHandler.handleAuthRequest(loader);

Completed in 1287 milliseconds