Home
last modified time | relevance | path

Searched refs:portalIntent (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCarrierActionUtils.java169 Intent portalIntent = new Intent(context, CaptivePortalLoginActivity.class); in onShowCaptivePortalNotification() local
170 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()