Searched refs:allowInteractingWithEntryOfSubscription (Results 1 – 5 of 5) sorted by relevance
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | SmsProvider.java | 306 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()
|
D | ProviderUtil.java | 265 public static boolean allowInteractingWithEntryOfSubscription(Context ctx, in allowInteractingWithEntryOfSubscription() method in ProviderUtil
|
D | MmsProvider.java | 459 if (!ProviderUtil.allowInteractingWithEntryOfSubscription(getContext(), subId, in insert()
|
D | MmsSmsProvider.java | 1479 .allowInteractingWithEntryOfSubscription(getContext(), subId, in insert()
|
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | ProviderUtilTest.java | 151 assertThat(ProviderUtil.allowInteractingWithEntryOfSubscription(mContext, in allowInteractWithEntryOfSubId()
|