diff options
author | Kai Shi <kaishi@google.com> | 2021-03-18 22:46:08 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2021-03-18 22:46:08 +0000 |
commit | 1224d2650b19ff3ac76fde6c90412b67a9704161 (patch) | |
tree | 1f51ceb8d5d8edd67e934e5ef59ebcef75d92e95 /telephony/java/com | |
parent | f36b5ff8988993a2a0791037a6a6c42aa93b6e38 (diff) | |
parent | 855075a2c2459427ff670af9c7b3406d3026f3f2 (diff) |
Merge "Add the LCE system API" am: 26ba4d0d09 am: 855075a2c2
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1643471
Change-Id: I19a67dc2479548452f96c82e91c2a236ffbbf8ad
Diffstat (limited to 'telephony/java/com')
-rw-r--r-- | telephony/java/com/android/internal/telephony/ITelephony.aidl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index 99f5039393a1..97f8f127171d 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -31,7 +31,6 @@ import android.service.carrier.CarrierIdentifier; import android.telecom.PhoneAccount; import android.telecom.PhoneAccountHandle; import android.telephony.CallForwardingInfo; -import android.telephony.CarrierBandwidth; import android.telephony.CarrierRestrictionRules; import android.telephony.CellIdentity; import android.telephony.CellInfo; @@ -2225,12 +2224,6 @@ interface ITelephony { boolean isNrDualConnectivityEnabled(int subId); /** - * Get carrier bandwidth per primary and secondary carrier - * @return CarrierBandwidth with bandwidth of both primary and secondary carrier. - */ - CarrierBandwidth getCarrierBandwidth(int subId); - - /** * Checks whether the device supports the given capability on the radio interface. * * @param capability the name of the capability |