OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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,
225
public static boolean
maybeDoOtaCall
(Context context, Handler handler, int request) {
236
if (DBG) log("
maybeDoOtaCall
: OTASP not supported on this device");
249
if (DBG) log("
maybeDoOtaCall
: LTE state still unknown: retrying");
254
Log.w(LOG_TAG, "
maybeDoOtaCall
: LTE state still unknown: giving up");
277
if (DBG) log("
maybeDoOtaCall
: voice capable; activation started.");
279
if (DBG) log("
maybeDoOtaCall
: voice capable; activation NOT started.");
293
if (DBG) log("
maybeDoOtaCall
: non-interactive; activation intent sent.");
295
if (DBG) log("
maybeDoOtaCall
: non-interactive, no need for OTASP.");
[
all
...]
Completed in 586 milliseconds