Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DAccessPermissionWithDiffSigTest.java57 static final Uri PRIV_URI = Uri.parse("content://ctsprivateprovider"); field in AccessPermissionWithDiffSigTest
75 Uri.withAppendedPath(PRIV_URI, "bar"),
120 assertReadingContentUriNotAllowed(PRIV_URI, "shouldn't read private provider"); in testReadProviderWhenPrivate()
160 assertWritingContentUriNotAllowed(PRIV_URI, "shouldn't write private provider"); in testWriteProviderWhenPrivate()
258 assertReadingContentUriNotAllowed(PRIV_URI, "shouldn't read when starting test"); in testGetMimeTypePrivate()
259 assertWritingContentUriNotAllowed(PRIV_URI, "shouldn't write when starting test"); in testGetMimeTypePrivate()
262 assertEquals(getContext().getContentResolver().getType(PRIV_URI), EXPECTED_MIME_TYPE); in testGetMimeTypePrivate()