am 81e3e472: Merge "Add TD_SCDMA RAT type (already exists in RIL) and classify as CDMA." into lmp-dev
* commit '81e3e4724d2c506bf9e920fd253c54a0bbd38706': Add TD_SCDMA RAT type (already exists in RIL) and classify as CDMA.
This commit is contained in:
@@ -146,6 +146,8 @@ public class ServiceState implements Parcelable {
|
||||
* @hide
|
||||
*/
|
||||
public static final int RIL_RADIO_TECHNOLOGY_GSM = 16;
|
||||
/** @hide */
|
||||
public static final int RIL_RADIO_TECHNOLOGY_TD_SCDMA = 17;
|
||||
|
||||
/**
|
||||
* Available registration states for GSM, UMTS and CDMA.
|
||||
@@ -859,6 +861,7 @@ public class ServiceState implements Parcelable {
|
||||
|| radioTechnology == RIL_RADIO_TECHNOLOGY_EVDO_0
|
||||
|| radioTechnology == RIL_RADIO_TECHNOLOGY_EVDO_A
|
||||
|| radioTechnology == RIL_RADIO_TECHNOLOGY_EVDO_B
|
||||
|| radioTechnology == RIL_RADIO_TECHNOLOGY_EHRPD;
|
||||
|| radioTechnology == RIL_RADIO_TECHNOLOGY_EHRPD
|
||||
|| radioTechnology == RIL_RADIO_TECHNOLOGY_TD_SCDMA;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user