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.java198 public OtaUtils otaUtils; field in PhoneGlobals
535 if (otaUtils == null) { in handleOtaspEvent()
543 otaUtils.onOtaProvisionStatusChanged((AsyncResult) msg.obj); in handleOtaspEvent()
553 if (otaUtils == null) { in handleOtaspDisconnect()
560 otaUtils.onOtaspDisconnect(); in handleOtaspDisconnect()
923 if (otaUtils != null) { in clearOtaState()
924 otaUtils.cleanOtaScreen(true); in clearOtaState()
932 if (otaUtils != null) { in dismissOtaDialogs()
933 otaUtils.dismissAllOtaDialogs(); in dismissOtaDialogs()
DOtaUtils.java381 if (app.otaUtils != null) { in startNonInteractiveOtasp()
388 app.otaUtils = new OtaUtils(context, false /* non-interactive mode */, in startNonInteractiveOtasp()
390 if (DBG) log("- created OtaUtils: " + app.otaUtils); in startNonInteractiveOtasp()
496 if (app.otaUtils != null) { in setupOtaspCall()
504 app.otaUtils = new OtaUtils(app.getApplicationContext(), true /* interactive */, in setupOtaspCall()
506 if (DBG) log("- created OtaUtils: " + app.otaUtils); in setupOtaspCall()
521 app.otaUtils.setCdmaOtaInCallScreenUiState( in setupOtaspCall()