HomeSort by relevance Sort by last modified time
    Searched refs:onReceivedHttpAuthRequest (Results 1 - 15 of 15) sorted by null

  /packages/apps/Browser/tests/src/com/android/browser/
TestWebViewClient.java 105 public void onReceivedHttpAuthRequest(WebView view,
107 mWrappedClient.onReceivedHttpAuthRequest(view, handler, host, realm);
PopularUrlsTest.java 212 public void onReceivedHttpAuthRequest(WebView view, HttpAuthHandler handler,
  /frameworks/base/core/java/android/webkit/
WebViewClient.java 195 public void onReceivedHttpAuthRequest(WebView view,
HttpAuthHandler.java 57 // onReceivedHttpAuthRequest(). We can't use a single Boolean object for
102 * synchronous request will wait for proxy.onReceivedHttpAuthRequest() to
190 // The call to proxy.onReceivedHttpAuthRequest() may be asynchronous. If
267 proxy.onReceivedHttpAuthRequest(this, hostname, realm);
CallbackProxy.java 337 mWebViewClient.onReceivedHttpAuthRequest(mWebView, handler,
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
HttpAuthHandlerTest.java 158 public void onReceivedHttpAuthRequest(WebView view,
WebViewClientTest.java 187 method = "onReceivedHttpAuthRequest",
357 public void onReceivedHttpAuthRequest(WebView view,
359 super.onReceivedHttpAuthRequest(view, handler, host, realm);
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTestActivity.java 215 public void onReceivedHttpAuthRequest(WebView view, HttpAuthHandler handler, String host,
TestShellActivity.java 516 public void onReceivedHttpAuthRequest(WebView view, HttpAuthHandler handler,
  /packages/apps/Browser/src/com/android/browser/
Tab.java     [all...]
  /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 393 milliseconds