Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
DCallGraphManager.java50 addMethods(apis.getApiMethods()); in mergeApis()
66 public Map<String, MethodProfile> getApiMethods() { in getApiMethods() method in CallGraphManager.CoveredApiCache
198 for (MethodProfile apiMethod : apiCache.getApiMethods().values()) { in markCoveredApisWithCaller()