Searched refs:ApiMethod (Results 1 – 5 of 5) sorted by relevance
37 private final List<ApiMethod> mApiMethods = new ArrayList<ApiMethod>();93 public void addMethod(ApiMethod method) { in addMethod()116 ApiMethod apiMethod = getMethod(name, parameterTypes, returnType); in markMethodCovered()122 public Collection<ApiMethod> getMethods() { in getMethods()133 for (ApiMethod method : mApiMethods) { in getNumCoveredMethods()159 private ApiMethod getMethod(String name, List<String> parameterTypes, String returnType) { in getMethod()160 for (ApiMethod method : mApiMethods) { in getMethod()
24 class ApiMethod implements Comparable<ApiMethod> { class44 ApiMethod( in ApiMethod() method in ApiMethod64 public int compareTo(ApiMethod another) { in compareTo()
64 List<ApiMethod> methods = new ArrayList<ApiMethod>(apiClass.getMethods()); in printTextReport()66 for (ApiMethod method : methods) { in printTextReport()103 private static void printMethod(ApiMethod method, PrintStream out) { in printMethod()
121 ApiMethod apiMethod = new ApiMethod( in endElement()
102 for (ApiMethod method : apiClass.getMethods()) { in printXmlReport()