Searched refs:getCellBandwidths (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RatRatcheterTest.java | 46 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()
|
D | ServiceStateTest.java | 192 assertTrue(Arrays.equals(ss.getCellBandwidths(), new int[0])); in testGetCellBandwidths() 196 assertTrue(Arrays.equals(ss.getCellBandwidths(), cellBandwidths)); in testGetCellBandwidths()
|
D | ServiceStateTrackerTest.java | 1867 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/ |
D | RatRatcheter.java | 69 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/ |
D | ServiceState.java | 589 public int[] getCellBandwidths() { in getCellBandwidths() method in ServiceState
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |