Searched refs:updateBandwidths (Results 1 – 4 of 4) sorted by relevance
57 boolean updated = RatRatcheter.updateBandwidths(bandwidths, mServiceState); in testUpdateBandwidthsSuccess()69 boolean updated = RatRatcheter.updateBandwidths(newBandwidths, mServiceState); in testUpdateBandwidthsFailure()80 boolean updated = RatRatcheter.updateBandwidths(null, mServiceState); in testUpdateBandwidthsNull()
64 public static boolean updateBandwidths(int[] bandwidths, ServiceState serviceState) { in updateBandwidths() method in RatRatcheter148 updateBandwidths(oldSS.getCellBandwidths(), newSS); in ratchet()
1642 .updateBandwidths(getBandwidthsFromConfigs(list), mSS); in handleMessage()
22737 HSPLcom/android/internal/telephony/RatRatcheter;->updateBandwidths([ILandroid/telephony/ServiceStat…