Home
last modified time | relevance | path

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

/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java258 … Key profilingPointKey = ProfilingPointEntity.createKey(test, profilingPointRunEntity.getName()); in testNewSummary() local
261 Entity profilingPoint = datastore.get(profilingPointKey); in testNewSummary()
274 Query q = new Query(ProfilingPointSummaryEntity.KIND).setAncestor(profilingPointKey); in testNewSummary()
328 … Key profilingPointKey = ProfilingPointEntity.createKey(test, profilingPointRunEntity.getName()); in testUpdateSummary() local
340 profilingPointKey, in testUpdateSummary()
364profilingPointKey, device.getBranch(), device.getBuildFlavor(), series, time); in testUpdateSummary()