Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
DCallGraphManager.java181 CoveredApiCache apiCache = mCoveredApiCaches.get(methodSignature); in markCoveredApisWithCaller() local
182 if (apiCache == null) { in markCoveredApisWithCaller()
185 for (MethodProfile apiConstructor : apiCache.getApiConstructors().values()) { in markCoveredApisWithCaller()
198 for (MethodProfile apiMethod : apiCache.getApiMethods().values()) { in markCoveredApisWithCaller()