Lines Matching refs:OtaScreenState
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;
864 mApplication.cdmaOtaScreenState.otaScreenState =
865 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_PROGRESS;
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;
1510 public enum OtaScreenState {
1518 public OtaScreenState otaScreenState;
1521 otaScreenState = OtaScreenState.OTA_STATUS_UNDEFINED;