Searched refs:test1 (Results 1 – 8 of 8) sorted by relevance
25 public static int test1(int i1){ in test1() method in TestClass
16 package android.app.usage.cts.test1;
36 invoke-static {v1}, Ldot/junit/opcodes/invoke_static/TestClass;->test1(F)I
36 invoke-static/range {v1 .. v1}, Ldot/junit/opcodes/invoke_static_range/TestClass;->test1(F)I
1173 final Uri test1 = PERM_URI_PATH_RESTRICTING.buildUpon().appendPath("foo").build(); in testRestrictingProviderMatchingPathDenied() local1174 assertReadingContentUriNotAllowed(test1, null); in testRestrictingProviderMatchingPathDenied()1175 assertWritingContentUriNotAllowed(test1, null); in testRestrictingProviderMatchingPathDenied()1210 final Uri test1 = PERM_URI_PATH_RESTRICTING.buildUpon() in testRestrictingProviderMultipleMatchingPath() local1212 assertReadingContentUriAllowed(test1); in testRestrictingProviderMultipleMatchingPath()1213 assertWritingContentUriAllowed(test1); in testRestrictingProviderMultipleMatchingPath()
95 public void test1() { in test1() method in Intrinsic3DLut
154 final File test1 = new File(target, "test1.obb"); in testMountAndUnmountTwoObbs() local156 doMountAndUnmountTwoObbs(test1, test2); in testMountAndUnmountTwoObbs()