Searched refs:addMethod (Results 1 – 9 of 9) sorted by relevance
134 clz.addMethod(method); in testStaticMethod()144 clz.addMethod(method); in testSyncMethod()153 clz.addMethod(method); in testPackageProtectMethod()163 clz.addMethod(method); in testPrivateMethod()173 clz.addMethod(method); in testProtectedMethod()183 clz.addMethod(method); in testThrowsMethod()194 clz.addMethod(method); in testNativeMethod()323 clz.addMethod( in testInnerInterface()332 clz.addMethod( in testInterface()357 clz.addMethod(method); in testRemovingSync()[all …]
75 clz.addMethod(method(name, Modifier.PUBLIC, "void")); in addPublicVoidMethod()
251 classBuilder.addMethod(MethodSpec.constructorBuilder() in generateRemoteFrameworkClassWrapper()355 classBuilder.addMethod(methodBuilder.build()); in generateRemoteFrameworkClassWrapper()388 classBuilder.addMethod(MethodSpec.constructorBuilder() in generateDpmParentWrapper()463 classBuilder.addMethod(methodBuilder.build()); in generateDpmParentWrapper()512 classBuilder.addMethod(methodBuilder.build()); in generateTargetedRemoteActivityImpl()535 classBuilder.addMethod(MethodSpec.constructorBuilder() in generateTargetedRemoteActivityWrapper()615 classBuilder.addMethod(methodBuilder.build()); in generateTargetedRemoteActivityWrapper()634 classBuilder.addMethod( in generateTestAppActivityImpl()677 classBuilder.addMethod(methodBuilder.build()); in generateTestAppActivityImpl()711 classBuilder.addMethod(methodBuilder.build()); in generateTargetedRemoteActivityInterface()[all …]
801 classBuilder.addMethod(methodBuilder.build()); in generateFrameworkInterface()826 classBuilder.addMethod( in generateDpmParent()885 classBuilder.addMethod(methodBuilder.build()); in generateDpmParent()919 classBuilder.addMethod( in generateFrameworkImpl()976 classBuilder.addMethod(methodBuilder.build()); in generateFrameworkImpl()
134 apiClass.addMethod(apiMethod); in endElement()
110 public void addMethod(ApiMethod method) { in addMethod() method in ApiClass
166 existingDescription.addMethod(method); in queueForDeferredCheck()
134 public void addMethod(JDiffMethod method) { in addMethod() method in JDiffClassDescription
507 currentClass.addMethod(currentMethod); in next()