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

/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCaptivePortalLoginActivity.java353 private int mPagesLoaded; field in class:CaptivePortalLoginActivity.MyWebViewClient
357 return mPagesLoaded > 1;
370 if (mPagesLoaded == 0) return;
384 mPagesLoaded++;
385 if (mPagesLoaded == 1) {
392 } else if (mPagesLoaded == 2) {
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java395 private int mPagesLoaded; field in class:CaptivePortalLoginActivity.MyWebViewClient
401 return mPagesLoaded > 1;
414 if (mPagesLoaded == 0) {
432 mPagesLoaded++;
435 if (mPagesLoaded == 1) {
442 } else if (mPagesLoaded == 2) {
/frameworks/support/content/src/androidTest/java/androidx/contentpager/content/
H A DContentPagerTest.java409 private int mPagesLoaded; field in class:ContentPagerTest.TestContentCallback
414 mPagesLoaded++;
424 assertEquals(expected, mPagesLoaded);

Completed in 27 milliseconds