Searched refs:startInteractiveOtasp (Results 1 - 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DInCallScreenShowActivation.java40 * call via one of the OtaUtils helper methods: startInteractiveOtasp() on
144 OtaUtils.startInteractiveOtasp(this);
H A DOtaUtils.java275 OtaUtils.startInteractiveOtasp(context);
308 public static void startInteractiveOtasp(Context context) { method in class:OtaUtils
309 if (DBG) log("startInteractiveOtasp()...");
328 // - That sequence does NOT involve this method (OtaUtils.startInteractiveOtasp()).
357 Log.i(LOG_TAG, "startInteractiveOtasp: launching InCallScreen in 'activate' state: "

Completed in 69 milliseconds