Searched refs:getCellBandwidths (Results 1 – 11 of 11) sorted by relevance
69 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()
194 assertTrue(Arrays.equals(ss.getCellBandwidths(), new int[0])); in testGetCellBandwidths()198 assertTrue(Arrays.equals(ss.getCellBandwidths(), cellBandwidths)); in testGetCellBandwidths()
111 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()
2412 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()
63 int ssAggregateBandwidth = Arrays.stream(serviceState.getCellBandwidths()).sum(); in updateBandwidths()137 updateBandwidths(oldSS.getCellBandwidths(), newSS); in ratchet()
585 && IntStream.of(mServiceState.getCellBandwidths()).sum() in getLteDisplayType()
631 public int[] getCellBandwidths() { in getCellBandwidths() method in ServiceState1540 if (getCellBandwidths().length > 1) return true; in isUsingCarrierAggregation()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
14142 HSPLandroid/telephony/ServiceState;->getCellBandwidths()[I
14206 HSPLandroid/telephony/ServiceState;->getCellBandwidths()[I
45418 method public int[] getCellBandwidths();