Home
last modified time | relevance | path

Searched refs:CLASS_NAME (Results 1 – 3 of 3) sorted by relevance

/cts/tools/dex-tools/test/dex/reader/
DLargeDexTests.java35 String CLASS_NAME = "L0"; in testManyFields() local
38 b.append("public class ").append(CLASS_NAME).append("{\n"); in testManyFields()
44 JavaSource source = new JavaSource(CLASS_NAME, b.toString()); in testManyFields()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DParentProfileTest.java85 private static final String CLASS_NAME = DevicePolicyManager.class.getSimpleName(); field in ParentProfileTest
96 List<Method> methods = CurrentApiHelper.getPublicApis(PACKAGE_NAME, CLASS_NAME); in testParentProfileApiDisabled()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dfloat16_gen.c34 #define CLASS_NAME "Float16TestData" macro
266 "public class "CLASS_NAME" {\n";