Home | History | Annotate | Download | only in phone

Lines Matching refs:OtaScreenState

283         mApplication.cdmaOtaScreenState.otaScreenState =
284 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED;
341 mApplication.cdmaOtaScreenState.otaScreenState =
342 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_ACTIVATION;
371 mApplication.cdmaOtaScreenState.otaScreenState =
372 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_LISTENING;
400 mApplication.cdmaOtaScreenState.otaScreenState =
401 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_PROGRESS;
456 mApplication.cdmaOtaScreenState.otaScreenState =
457 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_SUCCESS_FAILURE_DLG;
474 mApplication.cdmaOtaScreenState.otaScreenState =
475 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_SUCCESS_FAILURE_DLG;
614 + mApplication.cdmaOtaScreenState.otaScreenState);
618 if (mApplication.cdmaOtaScreenState.otaScreenState
619 == CdmaOtaScreenState.OtaScreenState.OTA_STATUS_ACTIVATION) {
621 } else if (mApplication.cdmaOtaScreenState.otaScreenState
622 == CdmaOtaScreenState.OtaScreenState.OTA_STATUS_LISTENING) {
624 } else if (mApplication.cdmaOtaScreenState.otaScreenState
625 == CdmaOtaScreenState.OtaScreenState.OTA_STATUS_PROGRESS) {
774 otaScreenState =
775 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED;
887 mApplication.cdmaOtaScreenState.otaScreenState =
888 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED;
997 public enum OtaScreenState {
1005 public OtaScreenState otaScreenState;
1008 otaScreenState = OtaScreenState.OTA_STATUS_UNDEFINED;