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

/packages/apps/Phone/src/com/android/phone/
H A DInCallScreen.java371 if (mApp.otaUtils != null) {
372 mApp.otaUtils.onOtaCloseSpcNotice();
377 if (mApp.otaUtils != null) {
378 mApp.otaUtils.onOtaCloseFailureNotice();
907 if (mApp.otaUtils != null) {
908 mApp.otaUtils.cleanOtaScreen(true);
953 if (mApp.otaUtils != null) {
954 mApp.otaUtils.clearUiWidgets();
2318 if (mApp.otaUtils != null) {
2319 mApp.otaUtils
[all...]
H A DPhoneGlobals.java241 public OtaUtils otaUtils; field in class:PhoneGlobals
889 if (otaUtils == null) {
892 Log.w(LOG_TAG, "handleOtaEvents: got an event but otaUtils is null! "
897 otaUtils.onOtaProvisionStatusChanged((AsyncResult) msg.obj);
907 if (otaUtils == null) {
910 Log.w(LOG_TAG, "handleOtaspDisconnect: otaUtils is null!");
914 otaUtils.onOtaspDisconnect();
1658 && (otaUtils != null)) {
1659 otaUtils.cleanOtaScreen(true);
1668 && (otaUtils !
[all...]
H A DOtaUtils.java438 if (app.otaUtils != null) {
445 app.otaUtils = new OtaUtils(context, false /* non-interactive mode */);
446 if (DBG) log("- created OtaUtils: " + app.otaUtils);
553 if (app.otaUtils != null) {
561 app.otaUtils = new OtaUtils(app.getApplicationContext(), true /* interactive */);
562 if (DBG) log("- created OtaUtils: " + app.otaUtils);
577 app.otaUtils.setCdmaOtaInCallScreenUiState(
589 // app.otaUtils.otaShowListeningScreen();
590 // if (app.otaUtils.mInCallScreen != null) {
591 // app.otaUtils
[all...]

Completed in 77 milliseconds