Home
last modified time | relevance | path

Searched refs:oldSS (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRatRatcheterTest.java132 ServiceState oldSS = new ServiceState(); in testRatchetIsFamily() local
139 setNetworkRegistrationInfo(oldSS, TelephonyManager.NETWORK_TYPE_LTE_CA); in testRatchetIsFamily()
143 ratRatcheter.ratchet(oldSS, newSS); in testRatchetIsFamily()
150 ServiceState oldSS = new ServiceState(); in testRatchetIsNotFamily() local
156 setNetworkRegistrationInfo(oldSS, TelephonyManager.NETWORK_TYPE_LTE_CA); in testRatchetIsNotFamily()
160 ratRatcheter.ratchet(oldSS, newSS); in testRatchetIsNotFamily()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRatRatcheter.java125 public void ratchet(@NonNull ServiceState oldSS, @NonNull ServiceState newSS) { in ratchet() argument
127 if (!isSameRatFamily(oldSS, newSS)) { in ratchet()
135 NetworkRegistrationInfo oldNri = oldSS.getNetworkRegistrationInfo( in ratchet()
148 updateBandwidths(oldSS.getCellBandwidths(), newSS); in ratchet()