Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DAccessPermissionWithDiffSigTest.java63 static final Uri AMBIGUOUS_URI = Uri.parse("content://ctsambiguousprovider"); field in AccessPermissionWithDiffSigTest
77 Uri.withAppendedPath(AMBIGUOUS_URI, "bar"),
129 assertReadingContentUriNotAllowed(AMBIGUOUS_URI, "shouldn't read ambiguous provider"); in testReadProviderWhenAmbiguous()
169 assertWritingContentUriNotAllowed(AMBIGUOUS_URI, "shouldn't write ambiguous provider"); in testWriteProviderWhenAmbiguous()
268 assertReadingContentUriNotAllowed(AMBIGUOUS_URI, "shouldn't read when starting test"); in testGetMimeTypeAmbiguous()
269 assertWritingContentUriNotAllowed(AMBIGUOUS_URI, "shouldn't write when starting test"); in testGetMimeTypeAmbiguous()
272 assertEquals(getContext().getContentResolver().getType(AMBIGUOUS_URI), EXPECTED_MIME_TYPE); in testGetMimeTypeAmbiguous()