Home
last modified time | relevance | path

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

/cts/tests/signature/tests/src/android/signature/cts/tests/
DApiComplianceCheckerTest.java121 clz.addMethod(method); in testStaticMethod()
131 clz.addMethod(method); in testSyncMethod()
140 clz.addMethod(method); in testPackageProtectMethod()
150 clz.addMethod(method); in testPrivateMethod()
160 clz.addMethod(method); in testProtectedMethod()
170 clz.addMethod(method); in testThrowsMethod()
181 clz.addMethod(method); in testNativeMethod()
310 clz.addMethod( in testInnerInterface()
319 clz.addMethod( in testInterface()
344 clz.addMethod(method); in testRemovingSync()
[all …]
DAnnotationCheckerTest.java56 clz.addMethod(method(name, Modifier.PUBLIC, "void")); in addPublicVoidMethod()
/cts/tests/signature/lib/common/src/android/signature/cts/
DInterfaceChecker.java149 existingDescription.addMethod(method); in queueForDeferredCheck()
DJDiffClassDescription.java124 public void addMethod(JDiffMethod method) { in addMethod() method in JDiffClassDescription
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DCurrentXmlHandler.java134 apiClass.addMethod(apiMethod); in endElement()
DApiClass.java110 public void addMethod(ApiMethod method) { in addMethod() method in ApiClass
/cts/tests/signature/lib/android/src/android/signature/cts/
DXmlApiParser.java507 currentClass.addMethod(currentMethod); in next()