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

  /packages/services/Telephony/src/com/android/phone/
OtaStartupReceiver.java 72 OtaUtils.maybeDoOtaCall(mContext, mHandler, MIN_READY);
88 if (DBG) Log.d(TAG, "call OtaUtils.maybeDoOtaCall after network is available");
91 OtaUtils.maybeDoOtaCall(mContext, mHandler, MIN_READY);
146 if (DBG) Log.d(TAG, "call OtaUtils.maybeDoOtaCall");
147 OtaUtils.maybeDoOtaCall(mContext, mHandler, MIN_READY);
OtaUtils.java 153 // How many times do we retry maybeDoOtaCall() if the LTE state is not known yet,
230 public static boolean maybeDoOtaCall(Context context, Handler handler, int request) {
241 if (DBG) log("maybeDoOtaCall: OTASP not supported on this device");
254 if (DBG) log("maybeDoOtaCall: LTE state still unknown: retrying");
259 Log.w(LOG_TAG, "maybeDoOtaCall: LTE state still unknown: giving up");
282 if (DBG) log("maybeDoOtaCall: voice capable; activation started.");
284 if (DBG) log("maybeDoOtaCall: voice capable; activation NOT started.");
298 if (DBG) log("maybeDoOtaCall: non-interactive; activation intent sent.");
300 if (DBG) log("maybeDoOtaCall: non-interactive, no need for OTASP.");
    [all...]

Completed in 452 milliseconds