Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DAccessPermissionWithDiffSigTest.java20 import static com.android.cts.usespermissiondiffcertapp.Asserts.assertContentUriNotAllowed;
216 assertContentUriNotAllowed( in testRestrictingProviderMatchingShadyPaths()
218 assertContentUriNotAllowed( in testRestrictingProviderMatchingShadyPaths()
220 assertContentUriNotAllowed( in testRestrictingProviderMatchingShadyPaths()
222 assertContentUriNotAllowed( in testRestrictingProviderMatchingShadyPaths()
DAsserts.java133 static void assertContentUriNotAllowed(Uri uri, String msg) { in assertContentUriNotAllowed() method in Asserts