Searched refs:notifyChangeForSubId (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telephony/tests/src/com/android/phone/ |
D | ServiceStateProviderTest.java | 273 ServiceStateProvider.notifyChangeForSubId(mContext, oldSS, copyOfOldSS, subId); in testNotifyChanged() 298 ServiceStateProvider.notifyChangeForSubId(mContext, oldSS, newSS, subId); in testNotifyChanged()
|
/packages/services/Telephony/src/com/android/phone/ |
D | ServiceStateProvider.java | 318 notifyChangeForSubId(getContext(), ss, newSS, subId); in insert() 513 public static void notifyChangeForSubId(Context context, ServiceState oldSS, ServiceState newSS, in notifyChangeForSubId() method in ServiceStateProvider
|