Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A 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()
H A DNetworkTypeControllerTest.java149 doReturn(new int[] {0}).when(mServiceState).getCellBandwidths(); in setUp()
251 doReturn(new int[] {20000}).when(mServiceState).getCellBandwidths(); in testUpdateOverrideNetworkTypeLte()
257 doReturn(new int[] {20000, 1400}).when(mServiceState).getCellBandwidths(); in testUpdateOverrideNetworkTypeLte()
748 doReturn(new int[] {30000}).when(mServiceState).getCellBandwidths(); in testEventPhysicalChannelChangeFromLteToLteCaInLegacyState()
777 doReturn(new int[] {30000}).when(mServiceState).getCellBandwidths(); in testEventPhysicalChannelChangeFromLteToLteCaInLteConnectedState()
806 doReturn(new int[] {30000}).when(mServiceState).getCellBandwidths(); in testEventPhysicalChannelChangeFromLteToLteCaInIdleState()
1330 doReturn(new int[] {19999}).when(mServiceState).getCellBandwidths(); in testTransitionToCurrentStateNrConnectedWithLowBandwidth()
1345 doReturn(new int[] {20001}).when(mServiceState).getCellBandwidths(); in testTransitionToCurrentStateNrConnectedWithHighBandwidth()
H A DServiceStateTest.java187 assertTrue(Arrays.equals(ss.getCellBandwidths(), new int[0])); in testGetCellBandwidths()
191 assertTrue(Arrays.equals(ss.getCellBandwidths(), cellBandwidths)); in testGetCellBandwidths()
H A DServiceStateTrackerTest.java2323 assertTrue(Arrays.equals(new int[] {5000}, sst.mSS.getCellBandwidths())); in testPhyChanBandwidthUpdatedOnDataRegState()
2335 assertTrue(Arrays.equals(new int[] {10000}, sst.mSS.getCellBandwidths())); in testPhyChanBandwidthNotUpdatedWhenInvalidInCellIdentity()
2347 assertTrue(Arrays.equals(new int[] {10000, 5000}, sst.mSS.getCellBandwidths())); in testPhyChanBandwidthPrefersCarrierAggregationReport()
2358 assertTrue(Arrays.equals(new int[] {10000}, sst.mSS.getCellBandwidths())); in testPhyChanBandwidthRatchetedOnPhyChanBandwidth()
2360 assertTrue(Arrays.equals(new int[] {10000, 5000}, sst.mSS.getCellBandwidths())); in testPhyChanBandwidthRatchetedOnPhyChanBandwidth()
2387 assertTrue(Arrays.equals(new int[0], sst.mSS.getCellBandwidths())); in testPhyChanBandwidthResetsOnOos()
2398 assertTrue(Arrays.equals(new int[] {10000, 5000}, sst.mSS.getCellBandwidths())); in testPhyChanBandwidthForNr()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRatRatcheter.java69 int ssAggregateBandwidth = Arrays.stream(serviceState.getCellBandwidths()).sum(); in updateBandwidths()
148 updateBandwidths(oldSS.getCellBandwidths(), newSS); in ratchet()
H A DNetworkTypeController.java485 && (IntStream.of(mPhone.getServiceState().getCellBandwidths()).sum() in getLteDisplayType()
1238 if (IntStream.of(mPhone.getServiceState().getCellBandwidths()).sum() in isNrAdvanced()
H A DServiceStateTracker.java3654 boolean hasBandwidthChanged = mSS.getCellBandwidths() != mNewSS.getCellBandwidths(); in pollStateDone()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java626 public int[] getCellBandwidths() { in getCellBandwidths() method in ServiceState
1469 if (getCellBandwidths().length > 1) return true; in isUsingCarrierAggregation()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt14750 HSPLandroid/telephony/ServiceState;->getCellBandwidths()[I
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt42158 method public int[] getCellBandwidths();
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt14799 HSPLandroid/telephony/ServiceState;->getCellBandwidths()[I