Home
last modified time | relevance | path

Searched refs:addMethod (Results 1 – 9 of 9) sorted by relevance

/cts/tests/signature/tests/src/android/signature/cts/tests/
DApiComplianceCheckerTest.java132 clz.addMethod(method); in testStaticMethod()
142 clz.addMethod(method); in testSyncMethod()
151 clz.addMethod(method); in testPackageProtectMethod()
161 clz.addMethod(method); in testPrivateMethod()
171 clz.addMethod(method); in testProtectedMethod()
181 clz.addMethod(method); in testThrowsMethod()
192 clz.addMethod(method); in testNativeMethod()
206 clz.addMethod(method); in testVarargsMethod()
224 clz.addMethod(method); in testCloneMethod()
234 clz.addMethod(method); in testCloneMethod()
[all …]
DApiPresenceCheckerTest.java80 clz.addMethod(method(name, Modifier.PUBLIC, "void")); in addPublicVoidMethod()
/cts/common/device-side/bedstead/testapp/src/processor/main/java/com/android/bedstead/testapp/processor/
DProcessor.java321 classBuilder.addMethod(MethodSpec.constructorBuilder() in generateRemoteFrameworkClassWrapper()
444 classBuilder.addMethod(methodBuilder.build()); in generateRemoteFrameworkClassWrapper()
485 classBuilder.addMethod(MethodSpec.constructorBuilder() in generateDpmParentWrapper()
568 classBuilder.addMethod(methodBuilder.build()); in generateDpmParentWrapper()
613 classBuilder.addMethod(MethodSpec.constructorBuilder() in generateTargetedRemoteActivityImpl()
661 classBuilder.addMethod(methodBuilder.build()); in generateTargetedRemoteActivityImpl()
692 classBuilder.addMethod(MethodSpec.constructorBuilder() in generateTargetedRemoteActivityWrapper()
784 classBuilder.addMethod(methodBuilder.build()); in generateTargetedRemoteActivityWrapper()
803 classBuilder.addMethod( in generateTestAppActivityImpl()
846 classBuilder.addMethod(methodBuilder.build()); in generateTestAppActivityImpl()
[all …]
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/main/java/com/android/bedstead/remoteframeworkclasses/processor/
DProcessor.java380 classBuilder.addMethod(methodBuilder.build()); in generateFrameworkInterface()
410 classBuilder.addMethod( in generateDpmParent()
504 classBuilder.addMethod(methodBuilder.build()); in generateDpmParent()
548 classBuilder.addMethod( in generateFrameworkImpl()
653 classBuilder.addMethod(methodBuilder.build()); in generateFrameworkImpl()
/cts/tools/cts-api-coverage/src/com/android/cts/apicommon/
DApiXmlHandler.java134 apiClass.addMethod(apiMethod); in endElement()
DApiClass.java113 public void addMethod(ApiMethod method) { in addMethod() method in ApiClass
/cts/tests/signature/lib/common/src/android/signature/cts/
DInterfaceChecker.java185 existingDescription.addMethod(method); in queueForDeferredCheck()
DJDiffClassDescription.java134 public void addMethod(JDiffMethod method) { in addMethod() method in JDiffClassDescription
/cts/tests/signature/lib/android/src/android/signature/cts/
DXmlApiParser.java507 currentClass.addMethod(currentMethod); in next()