Home
last modified time | relevance | path

Searched refs:test1 (Results 1 – 10 of 10) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DAccessPermissionWithDiffSigTest.java194 final Uri test1 = PERM_URI_PATH_RESTRICTING.buildUpon().appendPath("foo").build(); in testRestrictingProviderMatchingPathDenied() local
195 assertReadingContentUriNotAllowed(test1, null); in testRestrictingProviderMatchingPathDenied()
196 assertWritingContentUriNotAllowed(test1, null); in testRestrictingProviderMatchingPathDenied()
233 final Uri test1 = PERM_URI_PATH_RESTRICTING.buildUpon() in testRestrictingProviderMultipleMatchingPath() local
235 assertReadingContentUriAllowed(test1); in testRestrictingProviderMultipleMatchingPath()
236 assertWritingContentUriAllowed(test1); in testRestrictingProviderMultipleMatchingPath()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/
DTestClass.java25 public static int test1(int i1){ in test1() method in TestClass
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/
DTestClass.java25 public static int test1(int i1){ in test1() method in TestClass
/cts/tests/tests/app.usage/TestApp1/src/android/app/usage/cts/test1/
DSomeActivity.java16 package android.app.usage.cts.test1;
DSomeActivityWithLocus.java16 package android.app.usage.cts.test1;
DTestService.java17 package android.app.usage.cts.test1;
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static/d/
DT_invoke_static_13.smali36 invoke-static {v1}, Ldot/junit/opcodes/invoke_static/TestClass;->test1(F)I
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/
DT_invoke_static_range_13.smali36 invoke-static/range {v1 .. v1}, Ldot/junit/opcodes/invoke_static_range/TestClass;->test1(F)I
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsic3DLut.java95 public void test1() { in test1() method in Intrinsic3DLut
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java167 final File test1 = new File(target, "test1.obb"); in testMountAndUnmountTwoObbs() local
169 doMountAndUnmountTwoObbs(test1, test2); in testMountAndUnmountTwoObbs()