HomeSort by relevance Sort by last modified time
    Searched defs:startInteractiveOtasp (Results 1 - 2 of 2) sorted by null

  /packages/services/Telephony/src/com/android/phone/
InCallScreenShowActivation.java 38 * call via one of the OtaUtils helper methods: startInteractiveOtasp() on
119 OtaUtils.startInteractiveOtasp(this);
OtaUtils.java 280 OtaUtils.startInteractiveOtasp(context);
313 public static void startInteractiveOtasp(Context context) {
314 if (DBG) log("startInteractiveOtasp()...");
333 // - That sequence does NOT involve this method (OtaUtils.startInteractiveOtasp()).
362 Log.i(LOG_TAG, "startInteractiveOtasp: launching InCallScreen in 'activate' state: "
    [all...]

Completed in 87 milliseconds