Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DDashboardMainServlet.java204 TestStatusEntity statusEntity = TestStatusEntity.fromEntity(status); in doGetHandler() local
205 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()