Searched refs:PERM_URI_PATH_RESTRICTING (Results 1 – 1 of 1) sorted by relevance
62 private static final Uri PERM_URI_PATH_RESTRICTING = Uri.parse( field in AccessPermissionWithDiffSigTest81 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()