Searched refs:test2 (Results 1 – 3 of 3) sorted by relevance
108 public void test2() { in test2() method in Intrinsic3DLut
1158 final Uri test2 = PERM_URI_PATH_RESTRICTING.buildUpon() in testRestrictingProviderMatchingPathDenied() local1160 assertReadingContentUriNotAllowed(test2, null); in testRestrictingProviderMatchingPathDenied()1161 assertWritingContentUriNotAllowed(test2, null); in testRestrictingProviderMatchingPathDenied()1176 final Uri test2 = PERM_URI_PATH_RESTRICTING.buildUpon() in testRestrictingProviderMultipleMatchingPath() local1178 assertReadingContentUriAllowed(test2); in testRestrictingProviderMultipleMatchingPath()1179 assertWritingContentUriAllowed(test2); in testRestrictingProviderMultipleMatchingPath()
147 final File test2 = new File(target, "test2.obb"); in testMountAndUnmountTwoObbs() local148 doMountAndUnmountTwoObbs(test1, test2); in testMountAndUnmountTwoObbs()