Searched refs:oldSS (Results 1 – 2 of 2) sorted by relevance
132 ServiceState oldSS = new ServiceState(); in testRatchetIsFamily() local139 setNetworkRegistrationInfo(oldSS, TelephonyManager.NETWORK_TYPE_LTE_CA); in testRatchetIsFamily()143 ratRatcheter.ratchet(oldSS, newSS); in testRatchetIsFamily()150 ServiceState oldSS = new ServiceState(); in testRatchetIsNotFamily() local156 setNetworkRegistrationInfo(oldSS, TelephonyManager.NETWORK_TYPE_LTE_CA); in testRatchetIsNotFamily()160 ratRatcheter.ratchet(oldSS, newSS); in testRatchetIsNotFamily()
125 public void ratchet(@NonNull ServiceState oldSS, @NonNull ServiceState newSS) { in ratchet() argument127 if (!isSameRatFamily(oldSS, newSS)) { in ratchet()135 NetworkRegistrationInfo oldNri = oldSS.getNetworkRegistrationInfo( in ratchet()148 updateBandwidths(oldSS.getCellBandwidths(), newSS); in ratchet()