Searched refs:MyWebViewClient (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCaptivePortalLoginActivity.java83 private MyWebViewClient mWebViewClient;
110 mWebViewClient = new MyWebViewClient();
120 // Actual load of mUrl is initiated by MyWebViewClient.
309 // Actual load of mUrl is initiated by MyWebViewClient.
344 private class MyWebViewClient extends WebViewClient { class in class:CaptivePortalLoginActivity
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java99 private MyWebViewClient mWebViewClient;
177 mWebViewClient = new MyWebViewClient();
181 // Actual load of mUrl is initiated by MyWebViewClient.
385 private class MyWebViewClient extends WebViewClient { class in class:CaptivePortalLoginActivity

Completed in 35 milliseconds