Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsProfilingStatsJobServlet.java222 Key profilingPointRunKey; in doPost() local
224 profilingPointRunKey = KeyFactory.stringToKey(profilingPointKeyString); in doPost()
229 Key testKey = profilingPointRunKey.getParent().getParent(); in doPost()
233 Entity profilingPointRunEntity = datastore.get(profilingPointRunKey); in doPost()
243 new Query(DeviceInfoEntity.KIND).setAncestor(profilingPointRunKey.getParent()); in doPost()
252 long canonicalTime = getCanonicalTime(profilingPointRunKey.getParent().getId()); in doPost()
258 Level.WARNING, "Retrying profiling stats update: " + profilingPointRunKey); in doPost()
264 logger.log(Level.SEVERE, "Could not update profiling stats: " + profilingPointRunKey); in doPost()
/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java161 Key profilingPointRunKey; in testTasksScheduled() local
163 profilingPointRunKey = KeyFactory.stringToKey(keyString); in testTasksScheduled()
168 assertTrue(testKeys.contains(profilingPointRunKey)); in testTasksScheduled()