Searched refs:mApiMethods (Results 1 – 2 of 2) sorted by relevance
42 private final List<ApiMethod> mApiMethods = Collections.synchronizedList(new ArrayList<>()); field in ApiClass114 mApiMethods.add(method); in addMethod()177 return Collections.unmodifiableList(mApiMethods); in getMethods()187 for (ApiMethod method : mApiMethods) { in getNumCoveredMethods()196 return mApiConstructors.size() + mApiMethods.size(); in getTotalMethods()214 for (ApiMethod method : mApiMethods) { in getMethod()
47 private final Map<String, MethodProfile> mApiMethods = new HashMap<>(); field in CallGraphManager.CoveredApiCache55 mApiMethods.putAll(methods); in addMethods()67 return mApiMethods; in getApiMethods()