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.java62 private static final Uri PERM_URI_PATH_RESTRICTING = Uri.parse( field in AccessPermissionWithDiffSigTest
81 Uri.withAppendedPath(PERM_URI_PATH_RESTRICTING, "foo"),
1158 assertReadingContentUriAllowed(PERM_URI_PATH_RESTRICTING); in testRestrictingProviderNoMatchingPath()
1159 assertWritingContentUriAllowed(PERM_URI_PATH_RESTRICTING); in testRestrictingProviderNoMatchingPath()
1162 final Uri test = PERM_URI_PATH_RESTRICTING.buildUpon().appendPath("fo").build(); in testRestrictingProviderNoMatchingPath()
1173 final Uri test1 = PERM_URI_PATH_RESTRICTING.buildUpon().appendPath("foo").build(); in testRestrictingProviderMatchingPathDenied()
1178 final Uri test2 = PERM_URI_PATH_RESTRICTING.buildUpon() in testRestrictingProviderMatchingPathDenied()
1210 final Uri test1 = PERM_URI_PATH_RESTRICTING.buildUpon() in testRestrictingProviderMultipleMatchingPath()
1216 final Uri test2 = PERM_URI_PATH_RESTRICTING.buildUpon() in testRestrictingProviderMultipleMatchingPath()