Searched refs:apiCache (Results 1 – 1 of 1) sorted by relevance
181 CoveredApiCache apiCache = mCoveredApiCaches.get(methodSignature); in markCoveredApisWithCaller() local182 if (apiCache == null) { in markCoveredApisWithCaller()185 for (MethodProfile apiConstructor : apiCache.getApiConstructors().values()) { in markCoveredApisWithCaller()198 for (MethodProfile apiMethod : apiCache.getApiMethods().values()) { in markCoveredApisWithCaller()