Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DSmsProvider.java306 if (!ProviderUtil.allowInteractingWithEntryOfSubscription(getContext(), in query()
334 if (!ProviderUtil.allowInteractingWithEntryOfSubscription(getContext(), in query()
715 if (!ProviderUtil.allowInteractingWithEntryOfSubscription(getContext(), subId, in insertInner()
1106 if (!ProviderUtil.allowInteractingWithEntryOfSubscription(getContext(), in delete()
1142 if (!ProviderUtil.allowInteractingWithEntryOfSubscription(getContext(), in delete()
DProviderUtil.java265 public static boolean allowInteractingWithEntryOfSubscription(Context ctx, in allowInteractingWithEntryOfSubscription() method in ProviderUtil
DMmsProvider.java459 if (!ProviderUtil.allowInteractingWithEntryOfSubscription(getContext(), subId, in insert()
DMmsSmsProvider.java1479 .allowInteractingWithEntryOfSubscription(getContext(), subId, in insert()
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DProviderUtilTest.java151 assertThat(ProviderUtil.allowInteractingWithEntryOfSubscription(mContext, in allowInteractWithEntryOfSubId()