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

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkMonitor.java179 * Sent by mLaunchCaptivePortalAppBroadcastReceiver when the
230 private CustomIntentReceiver mLaunchCaptivePortalAppBroadcastReceiver = null; field in class:NetworkMonitor
301 if (mLaunchCaptivePortalAppBroadcastReceiver != null) {
302 mContext.unregisterReceiver(mLaunchCaptivePortalAppBroadcastReceiver);
303 mLaunchCaptivePortalAppBroadcastReceiver = null;
589 if (mLaunchCaptivePortalAppBroadcastReceiver == null) {
591 mLaunchCaptivePortalAppBroadcastReceiver = new CustomIntentReceiver(
598 mLaunchCaptivePortalAppBroadcastReceiver.getPendingIntent());

Completed in 116 milliseconds