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

  /packages/services/Telephony/src/com/android/phone/
InCallScreenShowActivation.java 39 * regular phones, or startNonInteractiveOtasp() on data-only devices.
134 int callStatus = OtaUtils.startNonInteractiveOtasp(this);
137 if (DBG) Log.d(LOG_TAG, " ==> successful result from startNonInteractiveOtasp(): "
141 Log.w(LOG_TAG, "Failure code from startNonInteractiveOtasp(): " + callStatus);
OtaUtils.java 378 public static int startNonInteractiveOtasp(Context context) {
379 if (DBG) log("startNonInteractiveOtasp()...");
384 Log.i(LOG_TAG, "startNonInteractiveOtasp: "
399 Log.i(LOG_TAG, "startNonInteractiveOtasp: placing call to '" + number + "'...");
    [all...]

Completed in 277 milliseconds