HomeSort by relevance Sort by last modified time
    Searched defs:OtaUtils (Results 1 - 3 of 3) sorted by null

  /packages/apps/Phone/src/com/android/phone/
InCallScreenShowActivation.java 33 * call via one of the OtaUtils helper methods: startInteractiveOtasp() on
67 if (intent.getAction().equals(OtaUtils.ACTION_PERFORM_CDMA_PROVISIONING)) {
79 if (intent.hasExtra(OtaUtils.EXTRA_OVERRIDE_INTERACTIVE_MODE)
82 intent.getBooleanExtra(OtaUtils.EXTRA_OVERRIDE_INTERACTIVE_MODE, false);
92 // OtaUtils.sendOtaspResult().
95 OtaUtils.EXTRA_OTASP_RESULT_CODE_PENDING_INTENT);
104 OtaUtils.startInteractiveOtasp(this);
111 setResult(OtaUtils.RESULT_INTERACTIVE_OTASP_STARTED);
119 int callStatus = OtaUtils.startNonInteractiveOtasp(this);
124 setResult(OtaUtils.RESULT_NONINTERACTIVE_OTASP_STARTED)
    [all...]
OtaStartupReceiver.java 65 OtaUtils.maybeDoOtaCall(mContext, mHandler, MIN_READY);
101 if (DBG) Log.d(TAG, "call OtaUtils.maybeDoOtaCall");
102 OtaUtils.maybeDoOtaCall(mContext, mHandler, MIN_READY);
OtaUtils.java 20 import com.android.phone.OtaUtils.CdmaOtaInCallScreenUiState.State;
58 public class OtaUtils {
59 private static final String LOG_TAG = "OtaUtils";
152 // In "interactive mode", the OtaUtils object is tied to an
163 * TODO(OTASP): It's really ugly for the OtaUtils object to reach into the
166 * Instead, the model/view separation should be more clear: OtaUtils
195 * OtaUtils constructor.
205 public OtaUtils(Context context, boolean interactive) {
206 if (DBG) log("OtaUtils constructor...");
213 * Updates the OtaUtils object's references to some UI elements belonging t
    [all...]

Completed in 142 milliseconds