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

  /packages/apps/Phone/src/com/android/phone/
OtaStartupReceiver.java 71 OtaUtils.maybeDoOtaCall(mContext, mHandler, MIN_READY);
87 if (DBG) Log.d(TAG, "call OtaUtils.maybeDoOtaCall after network is available");
90 OtaUtils.maybeDoOtaCall(mContext, mHandler, MIN_READY);
139 if (DBG) Log.d(TAG, "call OtaUtils.maybeDoOtaCall");
140 OtaUtils.maybeDoOtaCall(mContext, mHandler, MIN_READY);
OtaUtils.java 155 // How many times do we retry maybeDoOtaCall() if the LTE state is not known yet,
287 public static boolean maybeDoOtaCall(Context context, Handler handler, int request) {
298 if (DBG) log("maybeDoOtaCall: OTASP not supported on this device");
311 if (DBG) log("maybeDoOtaCall: LTE state still unknown: retrying");
316 Log.w(LOG_TAG, "maybeDoOtaCall: LTE state still unknown: giving up");
339 if (DBG) log("maybeDoOtaCall: voice capable; activation started.");
341 if (DBG) log("maybeDoOtaCall: voice capable; activation NOT started.");
350 if (DBG) log("maybeDoOtaCall: non-interactive; activation intent sent.");
352 if (DBG) log("maybeDoOtaCall: non-interactive, no need for OTASP.");
    [all...]

Completed in 1153 milliseconds