Searched refs:mCaptivePortal (Results 1 – 2 of 2) sorted by relevance
141 protected CaptivePortal mCaptivePortal; field in CaptivePortalLoginActivity288 mCaptivePortal = getIntent().getParcelableExtra(ConnectivityManager.EXTRA_CAPTIVE_PORTAL); in onCreate()291 if (mCaptivePortal == null) { in onCreate()477 mCaptivePortal.reportCaptivePortalDismissed(); in done()480 mCaptivePortal.ignoreNetwork(); in done()483 mCaptivePortal.useNetwork(); in done()672 if (callVoidMethodIfExists(mCaptivePortal, "reevaluateNetwork")) return; in reevaluateNetwork()
388 mActivityScenario.onActivity(a -> portalRef.set((MockCaptivePortal) a.mCaptivePortal)); in getCaptivePortal()