Searched refs:mPagesLoaded (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java261 private int mPagesLoaded; field in class:CaptivePortalLoginActivity.MyWebViewClient
265 return mPagesLoaded > 1;
278 if (mPagesLoaded == 0) return;
290 mPagesLoaded++;
291 if (mPagesLoaded == 1) {
298 } else if (mPagesLoaded == 2) {

Completed in 1034 milliseconds