Searched refs:test1 (Results 1 – 13 of 13) sorted by relevance
194 final Uri test1 = PERM_URI_PATH_RESTRICTING.buildUpon().appendPath("foo").build(); in testRestrictingProviderMatchingPathDenied() local195 assertReadingContentUriNotAllowed(test1, null); in testRestrictingProviderMatchingPathDenied()196 assertWritingContentUriNotAllowed(test1, null); in testRestrictingProviderMatchingPathDenied()233 final Uri test1 = PERM_URI_PATH_RESTRICTING.buildUpon() in testRestrictingProviderMultipleMatchingPath() local235 assertReadingContentUriAllowed(test1); in testRestrictingProviderMultipleMatchingPath()236 assertWritingContentUriAllowed(test1); in testRestrictingProviderMultipleMatchingPath()
25 public static int test1(int i1){ in test1() method in TestClass
17 package android.app.usage.cts.test1;
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
95 public void test1() { in test1() method in Intrinsic3DLut
200 final File test1 = new File(target, "test1.obb"); in testMountAndUnmountTwoObbs() local202 doMountAndUnmountTwoObbs(test1, test2); in testMountAndUnmountTwoObbs()