Searched refs:getCellBandwidths (Results 1 – 12 of 12) sorted by relevance
60 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()
149 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()
187 assertTrue(Arrays.equals(ss.getCellBandwidths(), new int[0])); in testGetCellBandwidths()191 assertTrue(Arrays.equals(ss.getCellBandwidths(), cellBandwidths)); in testGetCellBandwidths()
2323 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()
69 int ssAggregateBandwidth = Arrays.stream(serviceState.getCellBandwidths()).sum(); in updateBandwidths()148 updateBandwidths(oldSS.getCellBandwidths(), newSS); in ratchet()
485 && (IntStream.of(mPhone.getServiceState().getCellBandwidths()).sum() in getLteDisplayType()1238 if (IntStream.of(mPhone.getServiceState().getCellBandwidths()).sum() in isNrAdvanced()
3654 boolean hasBandwidthChanged = mSS.getCellBandwidths() != mNewSS.getCellBandwidths(); in pollStateDone()
626 public int[] getCellBandwidths() { in getCellBandwidths() method in ServiceState1469 if (getCellBandwidths().length > 1) return true; in isUsingCarrierAggregation()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
14750 HSPLandroid/telephony/ServiceState;->getCellBandwidths()[I
42158 method public int[] getCellBandwidths();
14799 HSPLandroid/telephony/ServiceState;->getCellBandwidths()[I