Searched refs:assertReadingContentUriNotAllowed (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
D | AccessPermissionWithDiffSigTest.java | 92 private void assertReadingContentUriNotAllowed(Uri uri, String msg) { in assertReadingContentUriNotAllowed() method in AccessPermissionWithDiffSigTest 118 assertReadingContentUriNotAllowed(uri, msg); in assertReadingClipNotAllowed() 123 assertReadingContentUriNotAllowed(uri, msg); in assertReadingClipNotAllowed() 250 assertReadingContentUriNotAllowed(PRIV_URI, "shouldn't read private provider"); in testReadProviderWhenPrivate() 258 assertReadingContentUriNotAllowed(AMBIGUOUS_URI, "shouldn't read ambiguous provider"); in testReadProviderWhenAmbiguous() 651 assertReadingContentUriNotAllowed(uri, "shouldn't read non-granted base URI"); in doTestGrantActivityUriReadPermission() 654 assertReadingContentUriNotAllowed(subSubUri, "shouldn't read non-granted sub URI"); in doTestGrantActivityUriReadPermission() 682 assertReadingContentUriNotAllowed(uri, "shouldn't read non-granted base URI"); in doTestGrantActivityUriReadPermission() 685 assertReadingContentUriNotAllowed(sub2SubUri, "shouldn't read non-granted sub URI"); in doTestGrantActivityUriReadPermission() 887 assertReadingContentUriNotAllowed(uri, "shouldn't read non-granted base URI"); in doTestGrantServiceUriReadPermission() [all …]
|