Searched refs:setCellBandwidths (Results 1 – 8 of 8) sorted by relevance
55 mServiceState.setCellBandwidths(new int[] {5000}); in testUpdateBandwidthsSuccess()67 mServiceState.setCellBandwidths(originalBandwidths); in testUpdateBandwidthsFailure()78 mServiceState.setCellBandwidths(originalBandwidths); in testUpdateBandwidthsNull()
186 ss.setCellBandwidths(null); in testGetCellBandwidths()190 ss.setCellBandwidths(cellBandwidths); in testGetCellBandwidths()248 ss.setCellBandwidths(new int[]{1400, 5000, 10000}); in testParcel()293 ss.setCellBandwidths(new int[]{3, 4, 10}); in testBundle()
73 serviceState.setCellBandwidths(bandwidths); in updateBandwidths()
2442 ss.setCellBandwidths(bandwidths); in setPhyCellInfoFromCellIdentity()
1185 public void setCellBandwidths(int[] bandwidths) { in setCellBandwidths() method in ServiceState
1488 MissingNullability: android.telephony.ServiceState#setCellBandwidths(int[]) parameter #0:
3251 method public void setCellBandwidths(int[]);
14196 HSPLandroid/telephony/ServiceState;->setCellBandwidths([I)V