Home
last modified time | relevance | path

Searched refs:getCellBandwidths (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRatRatcheterTest.java60 assertTrue(Arrays.equals(mServiceState.getCellBandwidths(), bandwidths)); in testUpdateBandwidthsSuccess()
72 assertTrue(Arrays.equals(mServiceState.getCellBandwidths(), originalBandwidths)); in testUpdateBandwidthsFailure()
83 assertTrue(Arrays.equals(mServiceState.getCellBandwidths(), originalBandwidths)); in testUpdateBandwidthsNull()
DServiceStateTest.java187 assertTrue(Arrays.equals(ss.getCellBandwidths(), new int[0])); in testGetCellBandwidths()
191 assertTrue(Arrays.equals(ss.getCellBandwidths(), cellBandwidths)); in testGetCellBandwidths()
DServiceStateTrackerTest.java2078 assertTrue(Arrays.equals(new int[] {5000}, sst.mSS.getCellBandwidths())); in testPhyChanBandwidthUpdatedOnDataRegState()
2090 assertTrue(Arrays.equals(new int[] {10000}, sst.mSS.getCellBandwidths())); in testPhyChanBandwidthNotUpdatedWhenInvalidInCellIdentity()
2102 assertTrue(Arrays.equals(new int[] {10000, 5000}, sst.mSS.getCellBandwidths())); in testPhyChanBandwidthPrefersCarrierAggregationReport()
2113 assertTrue(Arrays.equals(new int[] {10000}, sst.mSS.getCellBandwidths())); in testPhyChanBandwidthRatchetedOnPhyChanBandwidth()
2115 assertTrue(Arrays.equals(new int[] {10000, 5000}, sst.mSS.getCellBandwidths())); in testPhyChanBandwidthRatchetedOnPhyChanBandwidth()
2142 assertTrue(Arrays.equals(new int[0], sst.mSS.getCellBandwidths())); in testPhyChanBandwidthResetsOnOos()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRatRatcheter.java69 int ssAggregateBandwidth = Arrays.stream(serviceState.getCellBandwidths()).sum(); in updateBandwidths()
148 updateBandwidths(oldSS.getCellBandwidths(), newSS); in ratchet()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java623 public int[] getCellBandwidths() { in getCellBandwidths() method in ServiceState
1415 if (getCellBandwidths().length > 1) return true; in isUsingCarrierAggregation()
/frameworks/base/config/
Dboot-image-profile.txt14151 HSPLandroid/telephony/ServiceState;->getCellBandwidths()[I
/frameworks/base/non-updatable-api/
Dcurrent.txt45497 method public int[] getCellBandwidths();
/frameworks/base/api/
Dcurrent.txt45641 method public int[] getCellBandwidths();