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

  /packages/services/Telephony/src/com/android/phone/
OtaStartupReceiver.java 78 OtaUtils.maybeDoOtaCall(mContext, mHandler, MIN_READY);
94 if (DBG) Log.d(TAG, "call OtaUtils.maybeDoOtaCall after network is available");
97 OtaUtils.maybeDoOtaCall(mContext, mHandler, MIN_READY);
152 if (DBG) Log.d(TAG, "call OtaUtils.maybeDoOtaCall");
153 OtaUtils.maybeDoOtaCall(mContext, mHandler, MIN_READY);
OtaUtils.java 152 // How many times do we retry maybeDoOtaCall() if the LTE state is not known yet,
229 public static boolean maybeDoOtaCall(Context context, Handler handler, int request) {
240 if (DBG) log("maybeDoOtaCall: OTASP not supported on this device");
253 if (DBG) log("maybeDoOtaCall: LTE state still unknown: retrying");
258 Log.w(LOG_TAG, "maybeDoOtaCall: LTE state still unknown: giving up");
281 if (DBG) log("maybeDoOtaCall: voice capable; activation started.");
283 if (DBG) log("maybeDoOtaCall: voice capable; activation NOT started.");
297 if (DBG) log("maybeDoOtaCall: non-interactive; activation intent sent.");
299 if (DBG) log("maybeDoOtaCall: non-interactive, no need for OTASP.");
    [all...]

Completed in 163 milliseconds