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.java106 clz.addMethod(method); in testStaticMethod()
115 clz.addMethod(method); in testSyncMethod()
123 clz.addMethod(method); in testPackageProtectMethod()
132 clz.addMethod(method); in testPrivateMethod()
141 clz.addMethod(method); in testProtectedMethod()
150 clz.addMethod(method); in testThrowsMethod()
160 clz.addMethod(method); in testNativeMethod()
279 clz.addMethod( in testInnerInterface()
287 clz.addMethod( in testInterface()
310 clz.addMethod(method); in testAddingSync()
[all …]
DAnnotationCheckerTest.java51 clz.addMethod(method(name, Modifier.PUBLIC, "void")); in addPublicVoidMethod()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DCurrentXmlHandler.java132 apiClass.addMethod(apiMethod); in endElement()
DApiClass.java93 public void addMethod(ApiMethod method) { in addMethod() method in ApiClass
/cts/tests/signature/src/android/signature/cts/
DInterfaceChecker.java147 existingDescription.addMethod(method); in queueForDeferredCheck()
DApiDocumentParser.java196 currentClass.addMethod(currentMethod); in next()
DJDiffClassDescription.java124 public void addMethod(JDiffMethod method) { in addMethod() method in JDiffClassDescription