Lines Matching refs:otaScreenState
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;
854 mApplication.cdmaOtaScreenState.otaScreenState =
855 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_PROGRESS;
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;
1500 public enum OtaScreenState {
1508 public OtaScreenState otaScreenState;
1511 otaScreenState = OtaScreenState.OTA_STATUS_UNDEFINED;