Searched defs:newSS (Results 1 – 2 of 2) sorted by relevance
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | ServiceStateProvider.java | 141 final ServiceState newSS = ServiceState.CREATOR.createFromParcel(p); in insert() local 146 notifyChangeForSubIdAndField(getContext(), ss, newSS, subId); in insert() local 147 notifyChangeForSubId(getContext(), ss, newSS, subId); in insert() local 291 ServiceState newSS, int subId) { in notifyChangeForSubIdAndField() 314 private static boolean voiceRegStateChanged(ServiceState oldSS, ServiceState newSS) { in voiceRegStateChanged() 318 private static boolean dataRegStateChanged(ServiceState oldSS, ServiceState newSS) { in dataRegStateChanged() 322 private static boolean voiceRoamingTypeChanged(ServiceState oldSS, ServiceState newSS) { in voiceRoamingTypeChanged() 326 private static boolean dataRoamingTypeChanged(ServiceState oldSS, ServiceState newSS) { in dataRoamingTypeChanged() 342 public static void notifyChangeForSubId(Context context, ServiceState oldSS, ServiceState newSS, in notifyChangeForSubId()
|
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | ServiceStateProviderTest.java | 225 ServiceState newSS = new ServiceState(); in testNoNotify() local 255 ServiceState newSS = new ServiceState(); in testNotifyChanged() local
|