Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DInCallScreen.java371 if (mApp.otaUtils != null) {
372 mApp.otaUtils.onOtaCloseSpcNotice();
377 if (mApp.otaUtils != null) {
378 mApp.otaUtils.onOtaCloseFailureNotice();
907 if (mApp.otaUtils != null) { in onStop()
908 mApp.otaUtils.cleanOtaScreen(true); in onStop()
953 if (mApp.otaUtils != null) { in onDestroy()
954 mApp.otaUtils.clearUiWidgets(); in onDestroy()
2309 if (mApp.otaUtils != null) { in updateScreen()
2310 mApp.otaUtils.otaShowProperScreen(); in updateScreen()
[all …]
DPhoneGlobals.java240 public OtaUtils otaUtils; field in PhoneGlobals
886 if (otaUtils == null) { in handleOtaspEvent()
894 otaUtils.onOtaProvisionStatusChanged((AsyncResult) msg.obj); in handleOtaspEvent()
904 if (otaUtils == null) { in handleOtaspDisconnect()
911 otaUtils.onOtaspDisconnect(); in handleOtaspDisconnect()
1655 && (otaUtils != null)) { in clearOtaState()
1656 otaUtils.cleanOtaScreen(true); in clearOtaState()
1665 && (otaUtils != null)) { in dismissOtaDialogs()
1666 otaUtils.dismissAllOtaDialogs(); in dismissOtaDialogs()
DOtaUtils.java438 if (app.otaUtils != null) { in startNonInteractiveOtasp()
445 app.otaUtils = new OtaUtils(context, false /* non-interactive mode */); in startNonInteractiveOtasp()
446 if (DBG) log("- created OtaUtils: " + app.otaUtils); in startNonInteractiveOtasp()
553 if (app.otaUtils != null) { in setupOtaspCall()
561 app.otaUtils = new OtaUtils(app.getApplicationContext(), true /* interactive */); in setupOtaspCall()
562 if (DBG) log("- created OtaUtils: " + app.otaUtils); in setupOtaspCall()
577 app.otaUtils.setCdmaOtaInCallScreenUiState( in setupOtaspCall()