Lines Matching refs:OtaScreenState
610 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED) { in onOtaProvisionStatusChanged()
656 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED; in otaShowHome()
720 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_ACTIVATION; in otaShowActivateScreen()
754 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_LISTENING; in otaShowListeningScreen()
864 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_PROGRESS; in otaShowInProgressScreen()
944 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_SUCCESS_FAILURE_DLG; in otaShowProgramFailureDialog()
962 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_SUCCESS_FAILURE_DLG; in otaShowProgramSuccessDialog()
1289 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED; in onClickOtaActivateNextButton()
1398 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED; in cleanOtaScreen()
1509 public enum OtaScreenState { enum in OtaUtils.CdmaOtaScreenState
1517 public OtaScreenState otaScreenState;
1520 otaScreenState = OtaScreenState.OTA_STATUS_UNDEFINED; in CdmaOtaScreenState()