Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DServiceStateProvider.java310 public static void notifyChangeForSubIdAndField(Context context, ServiceState oldSS, in notifyChangeForSubIdAndField()
334 private static boolean voiceRegStateChanged(ServiceState oldSS, ServiceState newSS) { in voiceRegStateChanged()
338 private static boolean dataRegStateChanged(ServiceState oldSS, ServiceState newSS) { in dataRegStateChanged()
342 private static boolean voiceRoamingTypeChanged(ServiceState oldSS, ServiceState newSS) { in voiceRoamingTypeChanged()
346 private static boolean dataRoamingTypeChanged(ServiceState oldSS, ServiceState newSS) { in dataRoamingTypeChanged()
362 public static void notifyChangeForSubId(Context context, ServiceState oldSS, ServiceState newSS, in notifyChangeForSubId()
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DServiceStateProviderTest.java244 ServiceState oldSS = new ServiceState(); in testNoNotify() local
270 ServiceState oldSS = new ServiceState(); in testNotifyChanged() local