Home | History | Annotate | Download | only in phone

Lines Matching full:activationscreenintent

342         Intent activationScreenIntent = new Intent().setClass(context, InCallScreen.class)
349 activationScreenIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
354 OtaUtils.setupOtaspCall(activationScreenIntent);
358 + activationScreenIntent);
359 context.startActivity(activationScreenIntent);