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.java133 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 …]
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.java317 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 …]
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/main/java/com/android/bedstead/remoteframeworkclasses/processor/
DProcessor.java425 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()
/cts/tools/cts-api-coverage/src/com/android/cts/apicommon/
DApiXmlHandler.java134 apiClass.addMethod(apiMethod); in endElement()
DApiClass.java115 public void addMethod(ApiMethod method) { in addMethod() method in ApiClass
/cts/tests/signature/lib/common/src/android/signature/cts/
DInterfaceChecker.java187 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()