Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DAccessPermissionWithDiffSigTest.java19 import static com.android.cts.usespermissiondiffcertapp.Asserts.assertContentUriAllowed;
210 assertContentUriAllowed( in testRestrictingProviderMatchingShadyPaths()
212 assertContentUriAllowed( in testRestrictingProviderMatchingShadyPaths()
214 assertContentUriAllowed( in testRestrictingProviderMatchingShadyPaths()
DAsserts.java128 static void assertContentUriAllowed(Uri uri) { in assertContentUriAllowed() method in Asserts