HomeSort by relevance Sort by last modified time
    Searched full:activationscreenintent (Results 1 - 1 of 1) sorted by null

  /packages/services/Telephony/src/com/android/phone/
OtaUtils.java 346 Intent activationScreenIntent = new Intent().setClass(context, InCallScreen.class)
353 activationScreenIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
358 OtaUtils.setupOtaspCall(activationScreenIntent);
362 + activationScreenIntent);
363 context.startActivity(activationScreenIntent);
    [all...]

Completed in 1078 milliseconds