Home
last modified time | relevance | path

Searched defs:constructor (Results 1 – 14 of 14) sorted by relevance

/cts/common/device-side/bedstead/testapp/src/processor/main/java/com/android/bedstead/testapp/processor/annotations/
DFrameworkClass.java21 String constructor(); in constructor() method
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSessionService.java55 final Constructor<?> constructor = Class.forName(className) in onNewSession() local
/cts/tests/sensor/jni/
DnativeTestHelper.cpp38 jmethodID constructor = env->GetMethodID(exClass, "<init>", in fail() local
/cts/common/device-side/bedstead/nene/common/src/main/java/com/android/bedstead/nene/logging/
DCommonLogger.java34 void constructor(Runnable method); in constructor() method
35 void constructor(Object... args); in constructor() method
36 void constructor(Object arg1, Runnable method); in constructor() method
37 void constructor(Object arg1, Object arg2, Runnable method); in constructor() method
38 void constructor(Object arg1, Object arg2, Object arg3, Runnable method); in constructor() method
39 void constructor(Object arg1, Object arg2, Object arg3, Object arg4, Runnable method); in constructor() method
40 …void constructor(Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Runnable method); in constructor() method
41 …void constructor(Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Object arg6, Run… in constructor() method
42 …void constructor(Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Object arg6, Obj… in constructor() method
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DTextReport.java87 private static void printConstructor(ApiConstructor constructor, PrintStream out) { in printConstructor()
DApiClass.java102 public void addConstructor(ApiConstructor constructor) { in addConstructor()
/cts/tests/signature/tests/src/android/signature/cts/tests/
DApiComplianceCheckerTest.java84 JDiffClassDescription.JDiffConstructor constructor = ctor("NormalClass", Modifier.PUBLIC); in testSimpleConstructor() local
93 JDiffClassDescription.JDiffConstructor constructor = ctor("NormalClass", Modifier.PRIVATE); in testOneArgConstructor() local
103 … JDiffClassDescription.JDiffConstructor constructor = ctor("NormalClass", Modifier.PROTECTED); in testConstructorThrowsException() local
117 JDiffClassDescription.JDiffConstructor constructor = ctor("NormalClass", 0); in testPackageProtectedConstructor() local
DApiPresenceCheckerTest.java69 JDiffClassDescription.JDiffConstructor constructor = in addConstructor() local
/cts/tests/signature/lib/android/src/android/signature/cts/
DXmlApiParser.java499 JDiffConstructor constructor = in next() local
/cts/tests/signature/lib/common/src/android/signature/cts/
DReflectionHelper.java596 public static boolean isAnnotatedOrInAnnotatedClass(Constructor<?> constructor, in isAnnotatedOrInAnnotatedClass()
/cts/tests/surfacecontrol/jni/
Dandroid_view_cts_ASurfaceControlTest.cpp615 jmethodID constructor; member
620 jmethodID constructor; member
/cts/tests/vr/jni/
DVrExtensionsJni.cpp110 jmethodID constructor = in fail() local
/cts/tests/tests/renderscript/libcoremathtestcpp/
DCoreMathTestJni.cpp74 jmethodID constructor = env->GetMethodID(mClass, "<init>", "()V"); in JavaStruct() local
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java224 Constructor<?> constructor = clazz.getConstructor(ctorSignature); in testConstructor2() local