Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/util/
DPerformanceUtil.java151 Query profilingPointQuery = in updatePerformanceSummary() local
162 .prepare(profilingPointQuery) in updatePerformanceSummary()
DTestResults.java173 Query profilingPointQuery = in processProfilingPoints() local
178 Iterable<Entity> profilingPoints = datastore.prepare(profilingPointQuery).asIterable(); in processProfilingPoints()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowProfilingOverviewServlet.java120 Query profilingPointQuery = in doGetHandler() local
131 .prepare(profilingPointQuery) in doGetHandler()
DShowTreeServlet.java245 Query profilingPointQuery = in doGetHandler() local
250 for (Entity e : datastore.prepare(profilingPointQuery).asIterable()) { in doGetHandler()