Home | History | Annotate | Download | only in captiveportallogin

Lines Matching defs:mUrl

81     private URL mUrl;
103 mUrl = getUrl();
104 if (mUrl == null) {
111 Log.d(TAG, String.format("onCreate for %s", mUrl.toString()));
158 // Actual load of mUrl is initiated by MyWebViewClient.
192 Log.d(TAG, String.format("Result %s for %s", result.name(), mUrl.toString()));
243 Log.d(TAG, String.format("onOptionsItemSelect %s for %s", action, mUrl.toString()));
253 // mNetworkCallback is not null if mUrl is not null.
266 final String url = mUrl.toString();
315 urlConnection = (HttpURLConnection) mNetwork.openConnection(mUrl);
329 Log.d(TAG, "probe at " + mUrl +
399 view.loadUrl(mUrl.toString());