Searched refs:addMethod (Results 1 - 6 of 6) sorted by relevance

/cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/
H A DJDiffClassDescriptionTest.java140 clz.addMethod(method);
147 clz.addMethod(method);
154 clz.addMethod(method);
161 clz.addMethod(method);
168 clz.addMethod(method);
176 clz.addMethod(method);
184 clz.addMethod(method);
261 clz.addMethod(new JDiffClassDescription.JDiffMethod("doSomething", Modifier.PUBLIC, "void"));
269 clz.addMethod(new JDiffClassDescription.JDiffMethod("doSomething", Modifier.PUBLIC, "void"));
286 clz.addMethod(metho
[all...]
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
H A DApiClass.java78 public void addMethod(ApiMethod method) { method in class:ApiClass
H A DCurrentXmlHandler.java117 apiClass.addMethod(apiMethod);
/cts/tests/SignatureTest/src/android/tests/sigtest/
H A DSignatureTest.java148 currentClass.addMethod(currentMethod);
H A DSimpleSignatureTest.java189 currentClass.addMethod(currentMethod);
H A DJDiffClassDescription.java131 public void addMethod(JDiffMethod method) { method in class:JDiffClassDescription

Completed in 329 milliseconds