Lines Matching refs:CdmaOtaScreenState
514 if ((app.cdmaOtaScreenState == null) || (app.cdmaOtaProvisionData == null)) {
665 if (mApplication.cdmaOtaScreenState.otaScreenState !=
666 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED) {
711 mApplication.cdmaOtaScreenState.otaScreenState =
712 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED;
775 mApplication.cdmaOtaScreenState.otaScreenState =
776 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_ACTIVATION;
809 mApplication.cdmaOtaScreenState.otaScreenState =
810 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_LISTENING;
882 // cdmaOtaScreenState.otaspResultCodePendingIntent.
884 if (mApplication.cdmaOtaScreenState == null) {
885 Log.e(LOG_TAG, "updateNonInteractiveOtaSuccessFailure: no cdmaOtaScreenState object!");
888 if (mApplication.cdmaOtaScreenState.otaspResultCodePendingIntent == null) {
896 mApplication.cdmaOtaScreenState.otaspResultCodePendingIntent);
897 mApplication.cdmaOtaScreenState.otaspResultCodePendingIntent.send(
919 mApplication.cdmaOtaScreenState.otaScreenState =
920 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_PROGRESS;
925 // TODO(OTASP): our CdmaOtaScreenState is now correct; we just set
999 mApplication.cdmaOtaScreenState.otaScreenState =
1000 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_SUCCESS_FAILURE_DLG;
1017 mApplication.cdmaOtaScreenState.otaScreenState =
1018 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_SUCCESS_FAILURE_DLG;
1181 + mApplication.cdmaOtaScreenState.otaScreenState);
1188 if (mApplication.cdmaOtaScreenState.otaScreenState
1189 == CdmaOtaScreenState.OtaScreenState.OTA_STATUS_ACTIVATION) {
1191 } else if (mApplication.cdmaOtaScreenState.otaScreenState
1192 == CdmaOtaScreenState.OtaScreenState.OTA_STATUS_LISTENING) {
1194 } else if (mApplication.cdmaOtaScreenState.otaScreenState
1195 == CdmaOtaScreenState.OtaScreenState.OTA_STATUS_PROGRESS) {
1343 mApplication.cdmaOtaScreenState.otaScreenState =
1344 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED;
1452 mApplication.cdmaOtaScreenState.otaScreenState =
1453 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED;
1563 public static class CdmaOtaScreenState {
1574 public CdmaOtaScreenState() {