Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DSearchIndexableResourceTest.java33 private static final String CLASS_NAME = "testClassName"; field in SearchIndexableResourceTest
38 SearchIndexableResource resource = new SearchIndexableResource(RANK, XML_RES_ID, CLASS_NAME, in testConstructor()
43 assertEquals(CLASS_NAME, resource.className); in testConstructor()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DParentProfileTest.java110 private static final String CLASS_NAME = DevicePolicyManager.class.getSimpleName(); field in ParentProfileTest
121 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";