Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRatRatcheterTest.java69 assertTrue(Arrays.equals(mServiceState.getCellBandwidths(), bandwidths)); in testUpdateBandwidthsSuccess()
81 assertTrue(Arrays.equals(mServiceState.getCellBandwidths(), originalBandwidths)); in testUpdateBandwidthsFailure()
92 assertTrue(Arrays.equals(mServiceState.getCellBandwidths(), originalBandwidths)); in testUpdateBandwidthsNull()
DServiceStateTest.java194 assertTrue(Arrays.equals(ss.getCellBandwidths(), new int[0])); in testGetCellBandwidths()
198 assertTrue(Arrays.equals(ss.getCellBandwidths(), cellBandwidths)); in testGetCellBandwidths()
DNetworkTypeControllerTest.java111 doReturn(new int[] {0}).when(mServiceState).getCellBandwidths(); in setUp()
217 doReturn(new int[] {20000}).when(mServiceState).getCellBandwidths(); in testUpdateOverrideNetworkTypeLte()
223 doReturn(new int[] {20000, 1400}).when(mServiceState).getCellBandwidths(); in testUpdateOverrideNetworkTypeLte()
830 doReturn(new int[] {30000}).when(mServiceState).getCellBandwidths(); in testEventPhysicalChannelChangeFromLteToLteCaInLegacyState()
860 doReturn(new int[] {30000}).when(mServiceState).getCellBandwidths(); in testEventPhysicalChannelChangeFromLteToLteCaInLteConnectedState()
890 doReturn(new int[] {30000}).when(mServiceState).getCellBandwidths(); in testEventPhysicalChannelChangeFromLteToLteCaInIdleState()
2070 doReturn(new int[] {19999}).when(mServiceState).getCellBandwidths(); in testTransitionToCurrentStateNrConnectedWithLowBandwidth()
DServiceStateTrackerTest.java2412 assertTrue(Arrays.equals(new int[] {5000}, sst.mSS.getCellBandwidths())); in testPhyChanBandwidthUpdatedOnDataRegState()
2424 assertTrue(Arrays.equals(new int[] {10000}, sst.mSS.getCellBandwidths())); in testPhyChanBandwidthNotUpdatedWhenInvalidInCellIdentity()
2436 assertTrue(Arrays.equals(new int[] {10000, 5000}, sst.mSS.getCellBandwidths())); in testPhyChanBandwidthPrefersCarrierAggregationReport()
2447 assertArrayEquals(new int[]{10000}, sst.mSS.getCellBandwidths()); in testPhyChanBandwidthRatchetedOnPhyChanBandwidth()
2449 assertArrayEquals(new int[]{10000, 5000}, sst.mSS.getCellBandwidths()); in testPhyChanBandwidthRatchetedOnPhyChanBandwidth()
2520 assertEquals(0, sst.mSS.getCellBandwidths().length); in testPhyChanBandwidthResetsOnOos()
2531 assertArrayEquals(new int[] {10000, 5000}, sst.mSS.getCellBandwidths()); in testPhyChanBandwidthForNr()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRatRatcheter.java63 int ssAggregateBandwidth = Arrays.stream(serviceState.getCellBandwidths()).sum(); in updateBandwidths()
137 updateBandwidths(oldSS.getCellBandwidths(), newSS); in ratchet()
DNetworkTypeController.java585 && IntStream.of(mServiceState.getCellBandwidths()).sum() in getLteDisplayType()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java631 public int[] getCellBandwidths() { in getCellBandwidths() method in ServiceState
1540 if (getCellBandwidths().length > 1) return true; in isUsingCarrierAggregation()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt14142 HSPLandroid/telephony/ServiceState;->getCellBandwidths()[I
/frameworks/base/config/
Dboot-image-profile.txt14206 HSPLandroid/telephony/ServiceState;->getCellBandwidths()[I
/frameworks/base/core/api/
Dcurrent.txt45418 method public int[] getCellBandwidths();