Searched refs:setCellBandwidths (Results 1 – 6 of 6) sorted by relevance
64 mServiceState.setCellBandwidths(new int[] {5000}); in testUpdateBandwidthsSuccess()76 mServiceState.setCellBandwidths(originalBandwidths); in testUpdateBandwidthsFailure()87 mServiceState.setCellBandwidths(originalBandwidths); in testUpdateBandwidthsNull()
193 ss.setCellBandwidths(null); in testGetCellBandwidths()197 ss.setCellBandwidths(cellBandwidths); in testGetCellBandwidths()255 ss.setCellBandwidths(new int[]{1400, 5000, 10000}); in testParcel()300 ss.setCellBandwidths(new int[]{3, 4, 10}); in testBundle()
67 serviceState.setCellBandwidths(bandwidths); in updateBandwidths()
2592 ss.setCellBandwidths(bandwidths); in setPhyCellInfoFromCellIdentity()
1310 public void setCellBandwidths(int[] bandwidths) { in setCellBandwidths() method in ServiceState
3339 method public void setCellBandwidths(int[]);