Home
last modified time | relevance | path

Searched defs:newSS (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRatRatcheterTest.java133 ServiceState newSS = new ServiceState(); in testRatchetIsFamily() local
151 ServiceState newSS = new ServiceState(); in testRatchetIsNotFamily() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRatRatcheter.java125 public void ratchet(@NonNull ServiceState oldSS, @NonNull ServiceState newSS) { in ratchet()
148 updateBandwidths(oldSS.getCellBandwidths(), newSS); in ratchet() local