Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java3857 getNotifyContentUri(SubscriptionManager.WFC_ENABLED_CONTENT_URI, in update()
3862 getNotifyContentUri(SubscriptionManager in update()
3868 getNotifyContentUri(SubscriptionManager.VT_ENABLED_CONTENT_URI, in update()
3873 getNotifyContentUri(SubscriptionManager.WFC_MODE_CONTENT_URI, in update()
3877 getContext().getContentResolver().notifyChange(getNotifyContentUri( in update()
3882 getContext().getContentResolver().notifyChange(getNotifyContentUri( in update()
3887 getContext().getContentResolver().notifyChange(getNotifyContentUri( in update()
3902 private static Uri getNotifyContentUri(Uri uri, boolean usingSubId, int subId) { in getNotifyContentUri() method in TelephonyProvider