Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DOtaUtils.java342 Intent activationScreenIntent = new Intent().setClass(context, InCallScreen.class) in startInteractiveOtasp() local
349 activationScreenIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in startInteractiveOtasp()
354 OtaUtils.setupOtaspCall(activationScreenIntent); in startInteractiveOtasp()
358 + activationScreenIntent); in startInteractiveOtasp()
359 context.startActivity(activationScreenIntent); in startInteractiveOtasp()