Searched defs:newSS (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | ServiceStateProvider.java | 343 final ServiceState newSS = ServiceState.CREATOR.createFromParcel(p); in insert() local 348 notifyChangeForSubIdAndField(getContext(), ss, newSS, subId); in insert() local 349 notifyChangeForSubId(getContext(), ss, newSS, subId); in insert() local 550 ServiceState newSS, int subId) { in notifyChangeForSubIdAndField() 577 private static boolean voiceRegStateChanged(ServiceState oldSS, ServiceState newSS) { in voiceRegStateChanged() 581 private static boolean dataRegStateChanged(ServiceState oldSS, ServiceState newSS) { in dataRegStateChanged() 585 private static boolean voiceRoamingTypeChanged(ServiceState oldSS, ServiceState newSS) { in voiceRoamingTypeChanged() 589 private static boolean dataRoamingTypeChanged(ServiceState oldSS, ServiceState newSS) { in dataRoamingTypeChanged() 593 private static boolean dataNetworkTypeChanged(ServiceState oldSS, ServiceState newSS) { in dataNetworkTypeChanged() 609 public static void notifyChangeForSubId(Context context, ServiceState oldSS, ServiceState newSS, in notifyChangeForSubId()
|
/aosp12/packages/services/Telephony/tests/src/com/android/phone/ |
H A D | ServiceStateProviderTest.java | 427 ServiceState newSS = new ServiceState(); in testNoNotify() local 464 ServiceState newSS = new ServiceState(); in testNotifyChanged_voiceRegStateUpdated() local 487 ServiceState newSS = new ServiceState(); in testNotifyChanged_dataNetworkTypeUpdated() local 516 ServiceState newSS = new ServiceState(); in testNotifyChanged_dataRegStateUpdated() local 531 ServiceState newSS, int subId) { in notifyChangeCalledForSubId() 542 ServiceState newSS, int subId) { in notifyChangeCalledForSubIdAndField()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | RatRatcheterTest.java | 133 ServiceState newSS = new ServiceState(); in testRatchetIsFamily() local 151 ServiceState newSS = new ServiceState(); in testRatchetIsNotFamily() local
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | RatRatcheter.java | 125 public void ratchet(@NonNull ServiceState oldSS, @NonNull ServiceState newSS) { in ratchet() 148 updateBandwidths(oldSS.getCellBandwidths(), newSS); in ratchet() local
|