Loading api/test-current.txt +4 −0 Original line number Diff line number Diff line Loading @@ -868,6 +868,10 @@ package android.telephony { public class ServiceState implements android.os.Parcelable { method public void setCdmaSystemAndNetworkId(int, int); method public void setCellBandwidths(int[]); method public void setChannelNumber(int); method public void setRilDataRadioTechnology(int); method public void setRilVoiceRadioTechnology(int); } public class TelephonyManager { Loading telephony/java/android/telephony/ServiceState.java +4 −0 Original line number Diff line number Diff line Loading @@ -977,11 +977,13 @@ public class ServiceState implements Parcelable { } /** @hide */ @TestApi public void setCellBandwidths(int[] bandwidths) { mCellBandwidths = bandwidths; } /** @hide */ @TestApi public void setChannelNumber(int channelNumber) { mChannelNumber = channelNumber; } Loading Loading @@ -1172,6 +1174,7 @@ public class ServiceState implements Parcelable { } /** @hide */ @TestApi public void setRilVoiceRadioTechnology(int rt) { if (rt == RIL_RADIO_TECHNOLOGY_LTE_CA) { rt = RIL_RADIO_TECHNOLOGY_LTE; Loading @@ -1181,6 +1184,7 @@ public class ServiceState implements Parcelable { } /** @hide */ @TestApi public void setRilDataRadioTechnology(int rt) { if (rt == RIL_RADIO_TECHNOLOGY_LTE_CA) { rt = RIL_RADIO_TECHNOLOGY_LTE; Loading Loading
api/test-current.txt +4 −0 Original line number Diff line number Diff line Loading @@ -868,6 +868,10 @@ package android.telephony { public class ServiceState implements android.os.Parcelable { method public void setCdmaSystemAndNetworkId(int, int); method public void setCellBandwidths(int[]); method public void setChannelNumber(int); method public void setRilDataRadioTechnology(int); method public void setRilVoiceRadioTechnology(int); } public class TelephonyManager { Loading
telephony/java/android/telephony/ServiceState.java +4 −0 Original line number Diff line number Diff line Loading @@ -977,11 +977,13 @@ public class ServiceState implements Parcelable { } /** @hide */ @TestApi public void setCellBandwidths(int[] bandwidths) { mCellBandwidths = bandwidths; } /** @hide */ @TestApi public void setChannelNumber(int channelNumber) { mChannelNumber = channelNumber; } Loading Loading @@ -1172,6 +1174,7 @@ public class ServiceState implements Parcelable { } /** @hide */ @TestApi public void setRilVoiceRadioTechnology(int rt) { if (rt == RIL_RADIO_TECHNOLOGY_LTE_CA) { rt = RIL_RADIO_TECHNOLOGY_LTE; Loading @@ -1181,6 +1184,7 @@ public class ServiceState implements Parcelable { } /** @hide */ @TestApi public void setRilDataRadioTechnology(int rt) { if (rt == RIL_RADIO_TECHNOLOGY_LTE_CA) { rt = RIL_RADIO_TECHNOLOGY_LTE; Loading