Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DOtaUtils.java395 Intent activationScreenIntent = new Intent().setClass(context, InCallScreen.class) in startInteractiveOtasp() local
402 activationScreenIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in startInteractiveOtasp()
407 OtaUtils.setupOtaspCall(activationScreenIntent); in startInteractiveOtasp()
411 + activationScreenIntent); in startInteractiveOtasp()
412 context.startActivity(activationScreenIntent); in startInteractiveOtasp()