Searched refs:addMethod (Results 1 – 9 of 9) sorted by relevance
133 clz.addMethod(method); in testStaticMethod()143 clz.addMethod(method); in testSyncMethod()152 clz.addMethod(method); in testPackageProtectMethod()162 clz.addMethod(method); in testPrivateMethod()172 clz.addMethod(method); in testProtectedMethod()182 clz.addMethod(method); in testThrowsMethod()193 clz.addMethod(method); in testNativeMethod()207 clz.addMethod(method); in testVarargsMethod()225 clz.addMethod(method); in testCloneMethod()235 clz.addMethod(method); in testCloneMethod()[all …]
80 clz.addMethod(method(name, Modifier.PUBLIC, "void")); in addPublicVoidMethod()
317 classBuilder.addMethod(MethodSpec.constructorBuilder() in generateRemoteFrameworkClassWrapper()440 classBuilder.addMethod(methodBuilder.build()); in generateRemoteFrameworkClassWrapper()481 classBuilder.addMethod(MethodSpec.constructorBuilder() in generateDpmParentWrapper()564 classBuilder.addMethod(methodBuilder.build()); in generateDpmParentWrapper()609 classBuilder.addMethod(MethodSpec.constructorBuilder() in generateTargetedRemoteActivityImpl()657 classBuilder.addMethod(methodBuilder.build()); in generateTargetedRemoteActivityImpl()688 classBuilder.addMethod(MethodSpec.constructorBuilder() in generateTargetedRemoteActivityWrapper()780 classBuilder.addMethod(methodBuilder.build()); in generateTargetedRemoteActivityWrapper()799 classBuilder.addMethod( in generateTestAppActivityImpl()842 classBuilder.addMethod(methodBuilder.build()); in generateTestAppActivityImpl()[all …]
425 classBuilder.addMethod(methodBuilder.build()); in generateFrameworkInterface()455 classBuilder.addMethod( in generateDpmParent()558 classBuilder.addMethod(methodBuilder.build()); in generateDpmParent()611 classBuilder.addMethod( in generateFrameworkImpl()717 classBuilder.addMethod(methodBuilder.build()); in generateFrameworkImpl()
134 apiClass.addMethod(apiMethod); in endElement()
115 public void addMethod(ApiMethod method) { in addMethod() method in ApiClass
187 existingDescription.addMethod(method); in queueForDeferredCheck()
134 public void addMethod(JDiffMethod method) { in addMethod() method in JDiffClassDescription
507 currentClass.addMethod(currentMethod); in next()