Home
last modified time | relevance | path

Searched refs:notifyChangeForSubId (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DServiceStateProvider.java362 notifyChangeForSubId(getContext(), ss, newSS, subId); in insert()
641 public static void notifyChangeForSubId(Context context, ServiceState oldSS, ServiceState newSS, in notifyChangeForSubId() method in ServiceStateProvider
/packages/services/Telephony/tests/src/com/android/phone/
DServiceStateProviderTest.java630 ServiceStateProvider.notifyChangeForSubId(mContext, oldSS, newSS, subId); in notifyChangeCalledForSubId()