OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OtaUtils
(Results
1 - 3
of
3
) sorted by null
/packages/services/Telephony/src/com/android/phone/
InCallScreenShowActivation.java
38
* call via one of the
OtaUtils
helper methods: startInteractiveOtasp() on
72
if (intent.getAction().equals(
OtaUtils
.ACTION_PERFORM_CDMA_PROVISIONING)) {
94
if (intent.hasExtra(
OtaUtils
.EXTRA_OVERRIDE_INTERACTIVE_MODE)
97
intent.getBooleanExtra(
OtaUtils
.EXTRA_OVERRIDE_INTERACTIVE_MODE, false);
107
//
OtaUtils
.sendOtaspResult().
110
OtaUtils
.EXTRA_OTASP_RESULT_CODE_PENDING_INTENT);
119
OtaUtils
.startInteractiveOtasp(this);
126
setResult(
OtaUtils
.RESULT_INTERACTIVE_OTASP_STARTED);
134
int callStatus =
OtaUtils
.startNonInteractiveOtasp(this);
139
setResult(
OtaUtils
.RESULT_NONINTERACTIVE_OTASP_STARTED)
[
all
...]
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
23
import com.android.phone.
OtaUtils
.CdmaOtaInCallScreenUiState.State;
65
public class
OtaUtils
{
66
private static final String LOG_TAG = "
OtaUtils
";
159
// In "interactive mode", the
OtaUtils
object is tied to an
172
* TODO(OTASP): It's really ugly for the
OtaUtils
object to reach into the
175
* Instead, the model/view separation should be more clear:
OtaUtils
203
*
OtaUtils
constructor.
213
public
OtaUtils
(Context context, boolean interactive, BluetoothManager bluetoothManager) {
214
if (DBG) log("
OtaUtils
constructor...");
280
OtaUtils
.startInteractiveOtasp(context)
[
all
...]
Completed in 338 milliseconds