Home
last modified time | relevance | path

Searched refs:otaUtils (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java174 public OtaUtils otaUtils; field in PhoneGlobals
452 if (otaUtils == null) { in handleOtaspEvent()
460 otaUtils.onOtaProvisionStatusChanged((AsyncResult) msg.obj); in handleOtaspEvent()
470 if (otaUtils == null) { in handleOtaspDisconnect()
477 otaUtils.onOtaspDisconnect(); in handleOtaspDisconnect()
771 if (otaUtils != null) { in clearOtaState()
772 otaUtils.cleanOtaScreen(true); in clearOtaState()
780 if (otaUtils != null) { in dismissOtaDialogs()
781 otaUtils.dismissAllOtaDialogs(); in dismissOtaDialogs()
DOtaUtils.java377 if (app.otaUtils != null) { in startNonInteractiveOtasp()
384 app.otaUtils = new OtaUtils(context, false /* non-interactive mode */); in startNonInteractiveOtasp()
385 if (DBG) log("- created OtaUtils: " + app.otaUtils); in startNonInteractiveOtasp()
491 if (app.otaUtils != null) { in setupOtaspCall()
499 app.otaUtils = new OtaUtils(app.getApplicationContext(), true /* interactive */); in setupOtaspCall()
500 if (DBG) log("- created OtaUtils: " + app.otaUtils); in setupOtaspCall()
515 app.otaUtils.setCdmaOtaInCallScreenUiState( in setupOtaspCall()