Searched refs:statusEntity (Results 1 – 1 of 1) sorted by relevance
204 TestStatusEntity statusEntity = TestStatusEntity.fromEntity(status); in doGetHandler() local205 if (statusEntity == null) continue; in doGetHandler()206 Key testKey = KeyFactory.createKey(TestEntity.KIND, statusEntity.getTestName()); in doGetHandler()213 statusEntity.getPassCount(), in doGetHandler()214 statusEntity.getFailCount(), in doGetHandler()