Searched refs:mApiMethods (Results 1 – 1 of 1) sorted by relevance
41 private final List<ApiMethod> mApiMethods = Collections.synchronizedList(new ArrayList<>()); field in ApiClass111 mApiMethods.add(method); in addMethod()143 return Collections.unmodifiableList(mApiMethods); in getMethods()153 for (ApiMethod method : mApiMethods) { in getNumCoveredMethods()162 return mApiConstructors.size() + mApiMethods.size(); in getTotalMethods()180 for (ApiMethod method : mApiMethods) { in getMethod()