Home
last modified time | relevance | path

Searched defs:newSS (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DServiceStateProvider.java355 final ServiceState newSS = ServiceState.CREATOR.createFromParcel(p); in insert() local
360 notifyChangeForSubIdAndField(getContext(), ss, newSS, subId); in insert() local
361 notifyChangeForSubId(getContext(), ss, newSS, subId); in insert() local
577 ServiceState newSS, int subId) { 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()
/packages/services/Telephony/tests/src/com/android/phone/
DServiceStateProviderTest.java519 ServiceState newSS = new ServiceState(); in testNoNotify() local
556 ServiceState newSS = new ServiceState(); in testNotifyChanged_voiceRegStateUpdated() local
579 ServiceState newSS = new ServiceState(); in testNotifyChanged_dataNetworkTypeUpdated() local
608 ServiceState newSS = new ServiceState(); in testNotifyChanged_dataRegStateUpdated() local
623 ServiceState newSS, int subId) { in notifyChangeCalledForSubId()
634 ServiceState newSS, int subId) { in notifyChangeCalledForSubIdAndField()