Home | History | Annotate | Download | only in phone

Lines Matching defs:cdmaOtaScreenState

458         if ((app.cdmaOtaScreenState == null) || (app.cdmaOtaProvisionData == null)) {
610 if (mApplication.cdmaOtaScreenState.otaScreenState !=
611 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED) {
656 mApplication.cdmaOtaScreenState.otaScreenState =
657 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED;
720 mApplication.cdmaOtaScreenState.otaScreenState =
721 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_ACTIVATION;
754 mApplication.cdmaOtaScreenState.otaScreenState =
755 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_LISTENING;
827 // cdmaOtaScreenState.otaspResultCodePendingIntent.
829 if (mApplication.cdmaOtaScreenState == null) {
830 Log.e(LOG_TAG, "updateNonInteractiveOtaSuccessFailure: no cdmaOtaScreenState object!");
833 if (mApplication.cdmaOtaScreenState.otaspResultCodePendingIntent == null) {
841 mApplication.cdmaOtaScreenState.otaspResultCodePendingIntent);
842 mApplication.cdmaOtaScreenState.otaspResultCodePendingIntent.send(
864 mApplication.cdmaOtaScreenState.otaScreenState =
865 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_PROGRESS;
870 // TODO(OTASP): our CdmaOtaScreenState is now correct; we just set
944 mApplication.cdmaOtaScreenState.otaScreenState =
945 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_SUCCESS_FAILURE_DLG;
962 mApplication.cdmaOtaScreenState.otaScreenState =
963 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_SUCCESS_FAILURE_DLG;
1127 // + mApplication.cdmaOtaScreenState.otaScreenState);
1134 // if (mApplication.cdmaOtaScreenState.otaScreenState
1135 // == CdmaOtaScreenState.OtaScreenState.OTA_STATUS_ACTIVATION) {
1137 // } else if (mApplication.cdmaOtaScreenState.otaScreenState
1138 // == CdmaOtaScreenState.OtaScreenState.OTA_STATUS_LISTENING) {
1140 // } else if (mApplication.cdmaOtaScreenState.otaScreenState
1141 // == CdmaOtaScreenState.OtaScreenState.OTA_STATUS_PROGRESS) {
1289 mApplication.cdmaOtaScreenState.otaScreenState =
1290 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED;
1398 mApplication.cdmaOtaScreenState.otaScreenState =
1399 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED;
1509 public static class CdmaOtaScreenState {
1520 public CdmaOtaScreenState() {