Searched refs:profilingPointRunKey (Results 1 – 2 of 2) sorted by relevance
222 Key profilingPointRunKey; in doPost() local224 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()
161 Key profilingPointRunKey; in testTasksScheduled() local163 profilingPointRunKey = KeyFactory.stringToKey(keyString); in testTasksScheduled()168 assertTrue(testKeys.contains(profilingPointRunKey)); in testTasksScheduled()