Searched defs:oldSS (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telephony/tests/src/com/android/phone/ |
D | ServiceStateProviderTest.java | 515 ServiceState oldSS = new ServiceState(); in testNoNotify() local 532 ServiceState oldSS = new ServiceState(); in testNotifyChanged_noStateUpdated() local 552 ServiceState oldSS = new ServiceState(); in testNotifyChanged_voiceRegStateUpdated() local 576 ServiceState oldSS = new ServiceState(); in testNotifyChanged_dataNetworkTypeUpdated() local 604 ServiceState oldSS = new ServiceState(); in testNotifyChanged_dataRegStateUpdated() local 622 private boolean notifyChangeCalledForSubId(ServiceState oldSS, in notifyChangeCalledForSubId() 633 private boolean notifyChangeCalledForSubIdAndField(ServiceState oldSS, in notifyChangeCalledForSubIdAndField()
|
/packages/services/Telephony/src/com/android/phone/ |
D | ServiceStateProvider.java | 576 public static void notifyChangeForSubIdAndField(Context context, ServiceState oldSS, in notifyChangeForSubIdAndField() 604 private static boolean voiceRegStateChanged(ServiceState oldSS, ServiceState newSS) { in voiceRegStateChanged() 608 private static boolean dataRegStateChanged(ServiceState oldSS, ServiceState newSS) { in dataRegStateChanged() 612 private static boolean voiceRoamingTypeChanged(ServiceState oldSS, ServiceState newSS) { in voiceRoamingTypeChanged() 616 private static boolean dataRoamingTypeChanged(ServiceState oldSS, ServiceState newSS) { in dataRoamingTypeChanged() 620 private static boolean dataNetworkTypeChanged(ServiceState oldSS, ServiceState newSS) { in dataNetworkTypeChanged() 636 public static void notifyChangeForSubId(Context context, ServiceState oldSS, ServiceState newSS, in notifyChangeForSubId()
|