Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DAccessPermissionWithDiffSigTest.java55 static final Uri PERM_URI_PATH_RESTRICTING = Uri.parse( field in AccessPermissionWithDiffSigTest
178 assertReadingContentUriAllowed(PERM_URI_PATH_RESTRICTING); in testRestrictingProviderNoMatchingPath()
179 assertWritingContentUriAllowed(PERM_URI_PATH_RESTRICTING); in testRestrictingProviderNoMatchingPath()
182 final Uri test = PERM_URI_PATH_RESTRICTING.buildUpon().appendPath("fo").build(); in testRestrictingProviderNoMatchingPath()
194 final Uri test1 = PERM_URI_PATH_RESTRICTING.buildUpon().appendPath("foo").build(); in testRestrictingProviderMatchingPathDenied()
199 final Uri test2 = PERM_URI_PATH_RESTRICTING.buildUpon() in testRestrictingProviderMatchingPathDenied()
233 final Uri test1 = PERM_URI_PATH_RESTRICTING.buildUpon() in testRestrictingProviderMultipleMatchingPath()
239 final Uri test2 = PERM_URI_PATH_RESTRICTING.buildUpon() in testRestrictingProviderMultipleMatchingPath()