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.java120 clz.addMethod(method); in testStaticMethod()
130 clz.addMethod(method); in testSyncMethod()
139 clz.addMethod(method); in testPackageProtectMethod()
149 clz.addMethod(method); in testPrivateMethod()
159 clz.addMethod(method); in testProtectedMethod()
169 clz.addMethod(method); in testThrowsMethod()
180 clz.addMethod(method); in testNativeMethod()
309 clz.addMethod( in testInnerInterface()
318 clz.addMethod( in testInterface()
344 clz.addMethod(method); in testAddingSync()
[all …]
DAnnotationCheckerTest.java55 clz.addMethod(method(name, Modifier.PUBLIC, "void")); in addPublicVoidMethod()
/cts/tests/signature/lib/common/src/android/signature/cts/
DInterfaceChecker.java147 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/
DApiDocumentParser.java196 currentClass.addMethod(currentMethod); in next()