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

/packages/services/Telephony/src/com/android/phone/
H A DOtaStartupReceiver.java78 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);
H A DOtaUtils.java152 // 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) { method in class:OtaUtils
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.");

Completed in 68 milliseconds