HomeSort by relevance Sort by last modified time
    Searched refs:bandwidths (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
RatRatcheterTest.java 40 int[] bandwidths = new int[] {1400, 5000}; local
43 boolean updated = RatRatcheter.updateBandwidths(bandwidths, mServiceState);
46 assertTrue(Arrays.equals(mServiceState.getCellBandwidths(), bandwidths)); local
ServiceStateTrackerTest.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RatRatcheter.java 55 * Updates the ServiceState with a new set of cell bandwidths IFF the new bandwidth list has a
58 * @return Whether the bandwidths were updated.
60 public static boolean updateBandwidths(int[] bandwidths, ServiceState serviceState) {
61 if (bandwidths == null) {
66 int newAggregateBandwidth = Arrays.stream(bandwidths).sum();
69 serviceState.setCellBandwidths(bandwidths);
102 /** Ratchets RATs and cell bandwidths if oldSS and newSS have the same RAT family. */
ServiceStateTracker.java 2055 int[] bandwidths = null; local
    [all...]
  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 493 * Get an array of cell bandwidths (kHz) for the current serving cells
495 * @return Current serving cell bandwidths
    [all...]

Completed in 120 milliseconds