Searched refs:newSS (Results 1 – 1 of 1) sorted by relevance
103 public void ratchet(ServiceState oldSS, ServiceState newSS, boolean locationChange) { in ratchet() argument104 if (!locationChange && isSameRatFamily(oldSS, newSS)) { in ratchet()105 updateBandwidths(oldSS.getCellBandwidths(), newSS); in ratchet() local115 newSS.getRilVoiceRadioTechnology()); in ratchet()116 newSS.setRilVoiceRadioTechnology(newVoiceRat); in ratchet()117 } else if (oldSS.getRilVoiceRadioTechnology() != newSS.getRilVoiceRadioTechnology()) { in ratchet()124 newSS.getRilDataRadioTechnology()); in ratchet()125 newSS.setRilDataRadioTechnology(newDataRat); in ratchet()126 } else if (oldSS.getRilDataRadioTechnology() != newSS.getRilDataRadioTechnology()) { in ratchet()132 || newSS.isUsingCarrierAggregation() in ratchet()[all …]