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 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);
    [all...]

Completed in 1949 milliseconds