Searched refs:addMethod (Results 1 – 9 of 9) sorted by relevance
132 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 …]
80 clz.addMethod(method(name, Modifier.PUBLIC, "void")); in addPublicVoidMethod()
321 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 …]
380 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()
134 apiClass.addMethod(apiMethod); in endElement()
113 public void addMethod(ApiMethod method) { in addMethod() method in ApiClass
185 existingDescription.addMethod(method); in queueForDeferredCheck()
134 public void addMethod(JDiffMethod method) { in addMethod() method in JDiffClassDescription
507 currentClass.addMethod(currentMethod); in next()