Lines Matching refs:otaScreenState
661 if (mApplication.cdmaOtaScreenState.otaScreenState !=
662 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED) {
707 mApplication.cdmaOtaScreenState.otaScreenState =
708 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED;
771 mApplication.cdmaOtaScreenState.otaScreenState =
772 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_ACTIVATION;
805 mApplication.cdmaOtaScreenState.otaScreenState =
806 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_LISTENING;
921 mApplication.cdmaOtaScreenState.otaScreenState =
922 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_PROGRESS;
1001 mApplication.cdmaOtaScreenState.otaScreenState =
1002 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_SUCCESS_FAILURE_DLG;
1019 mApplication.cdmaOtaScreenState.otaScreenState =
1020 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_SUCCESS_FAILURE_DLG;
1180 + mApplication.cdmaOtaScreenState.otaScreenState);
1187 if (mApplication.cdmaOtaScreenState.otaScreenState
1188 == CdmaOtaScreenState.OtaScreenState.OTA_STATUS_ACTIVATION) {
1190 } else if (mApplication.cdmaOtaScreenState.otaScreenState
1191 == CdmaOtaScreenState.OtaScreenState.OTA_STATUS_LISTENING) {
1193 } else if (mApplication.cdmaOtaScreenState.otaScreenState
1194 == CdmaOtaScreenState.OtaScreenState.OTA_STATUS_PROGRESS) {
1342 mApplication.cdmaOtaScreenState.otaScreenState =
1343 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED;
1451 mApplication.cdmaOtaScreenState.otaScreenState =
1452 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED;
1561 public enum OtaScreenState {
1569 public OtaScreenState otaScreenState;
1572 otaScreenState = OtaScreenState.OTA_STATUS_UNDEFINED;