Searched refs:mLaunchCaptivePortalAppBroadcastReceiver (Results 1 – 1 of 1) sorted by relevance
551 private CustomIntentReceiver mLaunchCaptivePortalAppBroadcastReceiver = null; field in NetworkMonitor1447 if (mLaunchCaptivePortalAppBroadcastReceiver != null) { in exit()1448 mContext.unregisterReceiver(mLaunchCaptivePortalAppBroadcastReceiver); in exit()1449 mLaunchCaptivePortalAppBroadcastReceiver = null; in exit()1620 if (mLaunchCaptivePortalAppBroadcastReceiver == null) { in enter()1622 mLaunchCaptivePortalAppBroadcastReceiver = new CustomIntentReceiver( in enter()1627 showProvisioningNotification(mLaunchCaptivePortalAppBroadcastReceiver.mAction); in enter()