Lines Matching refs:OtaScreenState
600 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED) { in onOtaProvisionStatusChanged()
647 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED; in otaShowHome()
711 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_ACTIVATION; in otaShowActivateScreen()
745 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_LISTENING; in otaShowListeningScreen()
855 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_PROGRESS; in otaShowInProgressScreen()
935 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_SUCCESS_FAILURE_DLG; in otaShowProgramFailureDialog()
953 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_SUCCESS_FAILURE_DLG; in otaShowProgramSuccessDialog()
1280 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED; in onClickOtaActivateNextButton()
1389 CdmaOtaScreenState.OtaScreenState.OTA_STATUS_UNDEFINED; in cleanOtaScreen()
1500 public enum OtaScreenState { enum in OtaUtils.CdmaOtaScreenState
1508 public OtaScreenState otaScreenState;
1511 otaScreenState = OtaScreenState.OTA_STATUS_UNDEFINED; in CdmaOtaScreenState()