OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startNonInteractiveOtasp
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/
InCallScreenShowActivation.java
41
* regular phones, or
startNonInteractiveOtasp
() on data-only devices.
159
int callStatus = OtaUtils.
startNonInteractiveOtasp
(this);
163
" ==> successful result from
startNonInteractiveOtasp
(): " +
167
Log.w(LOG_TAG, "Failure code from
startNonInteractiveOtasp
(): " +
OtaUtils.java
373
public static int
startNonInteractiveOtasp
(Context context) {
374
if (DBG) log("
startNonInteractiveOtasp
()...");
379
Log.i(LOG_TAG, "
startNonInteractiveOtasp
: "
393
Log.i(LOG_TAG, "
startNonInteractiveOtasp
: placing call to '" + number + "'...");
[
all
...]
Completed in 73 milliseconds