Merge "Add RIL_RADIO_TECHNOLOGY_NR to IntDef"

This commit is contained in:
Pengquan Meng
2019-01-24 10:35:40 +00:00
committed by Gerrit Code Review

View File

@@ -169,7 +169,8 @@ public class ServiceState implements Parcelable {
RIL_RADIO_TECHNOLOGY_GSM, RIL_RADIO_TECHNOLOGY_GSM,
RIL_RADIO_TECHNOLOGY_TD_SCDMA, RIL_RADIO_TECHNOLOGY_TD_SCDMA,
RIL_RADIO_TECHNOLOGY_IWLAN, RIL_RADIO_TECHNOLOGY_IWLAN,
RIL_RADIO_TECHNOLOGY_LTE_CA}) RIL_RADIO_TECHNOLOGY_LTE_CA,
RIL_RADIO_TECHNOLOGY_NR})
public @interface RilRadioTechnology {} public @interface RilRadioTechnology {}
/** /**
* Available radio technologies for GSM, UMTS and CDMA. * Available radio technologies for GSM, UMTS and CDMA.