Lines Matching defs:cdmaOtaScreenState
452 if ((app.cdmaOtaScreenState == null) || (app.cdmaOtaProvisionData == null)) {
599 if (mApplication.cdmaOtaScreenState.otaScreenState !=
600 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED) {
646 mApplication.cdmaOtaScreenState.otaScreenState =
647 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED;
710 mApplication.cdmaOtaScreenState.otaScreenState =
711 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_ACTIVATION;
744 mApplication.cdmaOtaScreenState.otaScreenState =
745 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_LISTENING;
817 // cdmaOtaScreenState.otaspResultCodePendingIntent.
819 if (mApplication.cdmaOtaScreenState == null) {
820 Log.e(LOG_TAG, "updateNonInteractiveOtaSuccessFailure: no cdmaOtaScreenState object!");
823 if (mApplication.cdmaOtaScreenState.otaspResultCodePendingIntent == null) {
831 mApplication.cdmaOtaScreenState.otaspResultCodePendingIntent);
832 mApplication.cdmaOtaScreenState.otaspResultCodePendingIntent.send(
854 mApplication.cdmaOtaScreenState.otaScreenState =
855 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_PROGRESS;
860 // TODO(OTASP): our CdmaOtaScreenState is now correct; we just set
934 mApplication.cdmaOtaScreenState.otaScreenState =
935 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_SUCCESS_FAILURE_DLG;
952 mApplication.cdmaOtaScreenState.otaScreenState =
953 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_SUCCESS_FAILURE_DLG;
1117 // + mApplication.cdmaOtaScreenState.otaScreenState);
1124 // if (mApplication.cdmaOtaScreenState.otaScreenState
1125 // == CdmaOtaScreenState.OtaScreenState.OTA_STATUS_ACTIVATION) {
1127 // } else if (mApplication.cdmaOtaScreenState.otaScreenState
1128 // == CdmaOtaScreenState.OtaScreenState.OTA_STATUS_LISTENING) {
1130 // } else if (mApplication.cdmaOtaScreenState.otaScreenState
1131 // == CdmaOtaScreenState.OtaScreenState.OTA_STATUS_PROGRESS) {
1279 mApplication.cdmaOtaScreenState.otaScreenState =
1280 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED;
1388 mApplication.cdmaOtaScreenState.otaScreenState =
1389 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED;
1499 public static class CdmaOtaScreenState {
1510 public CdmaOtaScreenState() {