Searched refs:mCaptivePortal (Results 1 – 2 of 2) sorted by relevance
125 protected CaptivePortal mCaptivePortal; field in CaptivePortalLoginActivity156 mCaptivePortal = getIntent().getParcelableExtra(ConnectivityManager.EXTRA_CAPTIVE_PORTAL); in onCreate()159 if (mCaptivePortal == null) { in onCreate()316 mCaptivePortal.reportCaptivePortalDismissed(); in done()319 mCaptivePortal.ignoreNetwork(); in done()322 mCaptivePortal.useNetwork(); in done()472 if (callVoidMethodIfExists(mCaptivePortal, "reevaluateNetwork")) return; in reevaluateNetwork()
317 return (MockCaptivePortal) mActivity.mCaptivePortal; in getCaptivePortal()