Home
last modified time | relevance | path

Searched defs:profilingPointRunEntity (Results 1 – 3 of 3) sorted by relevance

/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java106 ProfilingPointRunEntity profilingPointRunEntity = in createProfilingRun() local
230 ProfilingPointRunEntity profilingPointRunEntity = in testNewSummary() local
305 ProfilingPointRunEntity profilingPointRunEntity = in testUpdateSummary() local
/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java227 ProfilingPointRunEntity profilingPointRunEntity = in insertTestReport() local
326 ProfilingPointRunEntity profilingPointRunEntity = in insertTestReport() local
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsProfilingStatsJobServlet.java233 Entity profilingPointRunEntity = datastore.get(profilingPointRunKey); in doPost() local