Searched defs:newSS (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telephony/src/com/android/phone/ |
D | ServiceStateProvider.java | 312 final ServiceState newSS = ServiceState.CREATOR.createFromParcel(p); in insert() local 317 notifyChangeForSubIdAndField(getContext(), ss, newSS, subId); in insert() local 318 notifyChangeForSubId(getContext(), ss, newSS, subId); in insert() local 462 ServiceState newSS, int subId) { in notifyChangeForSubIdAndField() 485 private static boolean voiceRegStateChanged(ServiceState oldSS, ServiceState newSS) { in voiceRegStateChanged() 489 private static boolean dataRegStateChanged(ServiceState oldSS, ServiceState newSS) { in dataRegStateChanged() 493 private static boolean voiceRoamingTypeChanged(ServiceState oldSS, ServiceState newSS) { in voiceRoamingTypeChanged() 497 private static boolean dataRoamingTypeChanged(ServiceState oldSS, ServiceState newSS) { in dataRoamingTypeChanged() 513 public static void notifyChangeForSubId(Context context, ServiceState oldSS, ServiceState newSS, in notifyChangeForSubId()
|
/packages/services/Telephony/tests/src/com/android/phone/ |
D | ServiceStateProviderTest.java | 224 ServiceState newSS = new ServiceState(); in testNoNotify() local 254 ServiceState newSS = new ServiceState(); in testNotifyChanged() local
|