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 | 94 private void assertReadingContentUriNotAllowed(Uri uri, String msg) { in assertReadingContentUriNotAllowed() method in AccessPermissionWithDiffSigTest 120 assertReadingContentUriNotAllowed(uri, msg); in assertReadingClipNotAllowed() 125 assertReadingContentUriNotAllowed(uri, msg); in assertReadingClipNotAllowed() 152 assertReadingContentUriNotAllowed(uri, msg); in assertContentUriNotAllowed() 262 assertReadingContentUriNotAllowed(PRIV_URI, "shouldn't read private provider"); in testReadProviderWhenPrivate() 270 assertReadingContentUriNotAllowed(AMBIGUOUS_URI, "shouldn't read ambiguous provider"); in testReadProviderWhenAmbiguous() 671 assertReadingContentUriNotAllowed(uri, "shouldn't read non-granted base URI"); in doTestGrantActivityUriReadPermission() 674 assertReadingContentUriNotAllowed(subSubUri, "shouldn't read non-granted sub URI"); in doTestGrantActivityUriReadPermission() 702 assertReadingContentUriNotAllowed(uri, "shouldn't read non-granted base URI"); in doTestGrantActivityUriReadPermission() 705 assertReadingContentUriNotAllowed(sub2SubUri, "shouldn't read non-granted sub URI"); in doTestGrantActivityUriReadPermission() [all …]
|