Home | History | Annotate | Download | only in phone

Lines Matching refs:OtaUtils

168      * The singleton OtaUtils instance used for OTASP calls.
170 * The OtaUtils instance is created lazily the first time we need to
174 public OtaUtils otaUtils;
182 public OtaUtils.CdmaOtaProvisionData cdmaOtaProvisionData;
183 public OtaUtils.CdmaOtaConfigData cdmaOtaConfigData;
184 public OtaUtils.CdmaOtaScreenState cdmaOtaScreenState;
185 public OtaUtils.CdmaOtaInCallScreenUiState cdmaOtaInCallScreenUiState;
374 cdmaOtaProvisionData = new OtaUtils.CdmaOtaProvisionData();
375 cdmaOtaConfigData = new OtaUtils.CdmaOtaConfigData();
376 cdmaOtaScreenState = new OtaUtils.CdmaOtaScreenState();
377 cdmaOtaInCallScreenUiState = new OtaUtils.CdmaOtaInCallScreenUiState();
452 if (otaUtils == null) {
455 Log.w(LOG_TAG, "handleOtaEvents: got an event but otaUtils is null! "
460 otaUtils.onOtaProvisionStatusChanged((AsyncResult) msg.obj);
465 * by forwarding it to the OtaUtils instance.
470 if (otaUtils == null) {
473 Log.w(LOG_TAG, "handleOtaspDisconnect: otaUtils is null!");
477 otaUtils.onOtaspDisconnect();
771 if (otaUtils != null) {
772 otaUtils.cleanOtaScreen(true);
780 if (otaUtils != null) {
781 otaUtils.dismissAllOtaDialogs();