Home
last modified time | relevance | path

Searched defs:oldSS (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Telephony/tests/src/com/android/phone/
H A DServiceStateProviderTest.java423 ServiceState oldSS = new ServiceState(); in testNoNotify() local
440 ServiceState oldSS = new ServiceState(); in testNotifyChanged_noStateUpdated() local
460 ServiceState oldSS = new ServiceState(); in testNotifyChanged_voiceRegStateUpdated() local
484 ServiceState oldSS = new ServiceState(); in testNotifyChanged_dataNetworkTypeUpdated() local
512 ServiceState oldSS = new ServiceState(); in testNotifyChanged_dataRegStateUpdated() local
530 private boolean notifyChangeCalledForSubId(ServiceState oldSS, in notifyChangeCalledForSubId()
541 private boolean notifyChangeCalledForSubIdAndField(ServiceState oldSS, in notifyChangeCalledForSubIdAndField()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DServiceStateProvider.java549 public static void notifyChangeForSubIdAndField(Context context, ServiceState oldSS, 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/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRatRatcheterTest.java132 ServiceState oldSS = new ServiceState(); in testRatchetIsFamily() local
150 ServiceState oldSS = new ServiceState(); in testRatchetIsNotFamily() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRatRatcheter.java125 public void ratchet(@NonNull ServiceState oldSS, @NonNull ServiceState newSS) { in ratchet()