Searched refs:test2 (Results 1 – 3 of 3) sorted by relevance
1178 final Uri test2 = PERM_URI_PATH_RESTRICTING.buildUpon() in testRestrictingProviderMatchingPathDenied() local1180 assertReadingContentUriNotAllowed(test2, null); in testRestrictingProviderMatchingPathDenied()1181 assertWritingContentUriNotAllowed(test2, null); in testRestrictingProviderMatchingPathDenied()1216 final Uri test2 = PERM_URI_PATH_RESTRICTING.buildUpon() in testRestrictingProviderMultipleMatchingPath() local1218 assertReadingContentUriAllowed(test2); in testRestrictingProviderMultipleMatchingPath()1219 assertWritingContentUriAllowed(test2); in testRestrictingProviderMultipleMatchingPath()
108 public void test2() { in test2() method in Intrinsic3DLut
155 final File test2 = new File(target, "test2.obb"); in testMountAndUnmountTwoObbs() local156 doMountAndUnmountTwoObbs(test1, test2); in testMountAndUnmountTwoObbs()