Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/util/
DPerformanceUtil.java195 Map<ProfilingPointEntity, Iterable<Entity>> asyncEntities = new HashMap<>(); in updatePerformanceSummary() local
201 asyncEntities.put( in updatePerformanceSummary()
208 for (ProfilingPointEntity pp : asyncEntities.keySet()) { in updatePerformanceSummary()
209 for (Entity ppSummaryEntity : asyncEntities.get(pp)) { in updatePerformanceSummary()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowProfilingOverviewServlet.java138 Map<ProfilingPointEntity, Iterable<Entity>> asyncEntities = new HashMap<>(); in doGetHandler() local
144 asyncEntities.put( in doGetHandler()
159 for (Entity e : asyncEntities.get(pp)) { in doGetHandler()