Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRatRatcheterTest.java46 assertTrue(Arrays.equals(mServiceState.getCellBandwidths(), bandwidths)); in testUpdateBandwidthsSuccess()
58 assertTrue(Arrays.equals(mServiceState.getCellBandwidths(), originalBandwidths)); in testUpdateBandwidthsFailure()
69 assertTrue(Arrays.equals(mServiceState.getCellBandwidths(), originalBandwidths)); in testUpdateBandwidthsNull()
DServiceStateTest.java192 assertTrue(Arrays.equals(ss.getCellBandwidths(), new int[0])); in testGetCellBandwidths()
196 assertTrue(Arrays.equals(ss.getCellBandwidths(), cellBandwidths)); in testGetCellBandwidths()
DServiceStateTrackerTest.java1867 assertTrue(Arrays.equals(new int[] {5000}, sst.mSS.getCellBandwidths())); in testPhyChanBandwidthUpdatedOnDataRegState()
1878 assertTrue(Arrays.equals(new int[] {10000}, sst.mSS.getCellBandwidths())); in testPhyChanBandwidthNotUpdatedWhenInvalidInCellIdentity()
1889 assertTrue(Arrays.equals(new int[] {10000, 5000}, sst.mSS.getCellBandwidths())); in testPhyChanBandwidthPrefersCarrierAggregationReport()
1899 assertTrue(Arrays.equals(new int[] {10000}, sst.mSS.getCellBandwidths())); in testPhyChanBandwidthRatchetedOnPhyChanBandwidth()
1901 assertTrue(Arrays.equals(new int[] {10000, 5000}, sst.mSS.getCellBandwidths())); in testPhyChanBandwidthRatchetedOnPhyChanBandwidth()
1928 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()
118 updateBandwidths(oldSS.getCellBandwidths(), newSS); in ratchet()
129 || newSS.getCellBandwidths().length > 1; in ratchet()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java589 public int[] getCellBandwidths() { in getCellBandwidths() method in ServiceState
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...