Searched refs:portalIntent (Results 1 – 1 of 1) sorted by relevance
169 Intent portalIntent = new Intent(context, CaptivePortalLoginActivity.class); in onShowCaptivePortalNotification() local170 portalIntent.putExtras(intent); in onShowCaptivePortalNotification()171 portalIntent.setFlags(Intent.FLAG_ACTIVITY_BROUGHT_TO_FRONT in onShowCaptivePortalNotification()173 PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, portalIntent, in onShowCaptivePortalNotification()