Home
last modified time | relevance | path

Searched refs:mApiMethods (Results 1 – 1 of 1) sorted by relevance

/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DApiClass.java37 private final List<ApiMethod> mApiMethods = new ArrayList<ApiMethod>(); field in ApiClass
94 mApiMethods.add(method); in addMethod()
123 return Collections.unmodifiableList(mApiMethods); in getMethods()
133 for (ApiMethod method : mApiMethods) { in getNumCoveredMethods()
142 return mApiConstructors.size() + mApiMethods.size(); in getTotalMethods()
160 for (ApiMethod method : mApiMethods) { in getMethod()