Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DAccessPermissionWithDiffSigTest.java21 import static com.android.cts.usespermissiondiffcertapp.Asserts.assertReadingContentUriAllowed;
140 assertReadingContentUriAllowed(AMBIGUOUS_URI_COMPAT); in testReadProviderWhenAmbiguousCompat()
178 assertReadingContentUriAllowed(PERM_URI_PATH_RESTRICTING); in testRestrictingProviderNoMatchingPath()
183 assertReadingContentUriAllowed(test); in testRestrictingProviderNoMatchingPath()
235 assertReadingContentUriAllowed(test1); in testRestrictingProviderMultipleMatchingPath()
241 assertReadingContentUriAllowed(test2); in testRestrictingProviderMultipleMatchingPath()
DAsserts.java65 assertReadingContentUriAllowed(uri); in assertAccess()
85 static void assertReadingContentUriAllowed(Uri uri) { in assertReadingContentUriAllowed() method in Asserts
129 assertReadingContentUriAllowed(uri); in assertContentUriAllowed()