Loading core/java/android/webkit/CallbackProxy.java +10 −0 Original line number Diff line number Diff line Loading @@ -149,6 +149,16 @@ class CallbackProxy extends Handler { mWebViewClient = client; } /** * Get the WebViewClient. * @return the current WebViewClient instance. * *@hide pending API council approval. */ public WebViewClient getWebViewClient() { return mWebViewClient; } /** * Set the WebChromeClient. * @param client An implementation of WebChromeClient. Loading core/java/android/webkit/WebView.java +10 −0 Original line number Diff line number Diff line Loading @@ -2629,6 +2629,16 @@ public class WebView extends AbsoluteLayout mCallbackProxy.setWebViewClient(client); } /** * Gets the WebViewClient * @return the current WebViewClient instance. * *@hide pending API council approval. */ public WebViewClient getWebViewClient() { return mCallbackProxy.getWebViewClient(); } /** * Register the interface to be used when content can not be handled by * the rendering engine, and should be downloaded instead. This will replace Loading Loading
core/java/android/webkit/CallbackProxy.java +10 −0 Original line number Diff line number Diff line Loading @@ -149,6 +149,16 @@ class CallbackProxy extends Handler { mWebViewClient = client; } /** * Get the WebViewClient. * @return the current WebViewClient instance. * *@hide pending API council approval. */ public WebViewClient getWebViewClient() { return mWebViewClient; } /** * Set the WebChromeClient. * @param client An implementation of WebChromeClient. Loading
core/java/android/webkit/WebView.java +10 −0 Original line number Diff line number Diff line Loading @@ -2629,6 +2629,16 @@ public class WebView extends AbsoluteLayout mCallbackProxy.setWebViewClient(client); } /** * Gets the WebViewClient * @return the current WebViewClient instance. * *@hide pending API council approval. */ public WebViewClient getWebViewClient() { return mCallbackProxy.getWebViewClient(); } /** * Register the interface to be used when content can not be handled by * the rendering engine, and should be downloaded instead. This will replace Loading