Searched refs:setCellBandwidths (Results 1 – 7 of 7) sorted by relevance
41 mServiceState.setCellBandwidths(new int[] {5000}); in testUpdateBandwidthsSuccess()53 mServiceState.setCellBandwidths(originalBandwidths); in testUpdateBandwidthsFailure()64 mServiceState.setCellBandwidths(originalBandwidths); in testUpdateBandwidthsNull()
191 ss.setCellBandwidths(null); in testGetCellBandwidths()195 ss.setCellBandwidths(cellBandwidths); in testGetCellBandwidths()258 ss.setCellBandwidths(new int[]{1400, 5000, 10000}); in testParcel()302 ss.setCellBandwidths(new int[]{3, 4, 10}); in testBundle()
73 serviceState.setCellBandwidths(bandwidths); in updateBandwidths()
2329 ss.setCellBandwidths(bandwidths); in setPhyCellInfoFromCellIdentity()
1129 public void setCellBandwidths(int[] bandwidths) { in setCellBandwidths() method in ServiceState
2851 method public void setCellBandwidths(int[]);
14197 HSPLandroid/telephony/ServiceState;->setCellBandwidths([I)V