Home
last modified time | relevance | path

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

/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java84 long canonicalTime = VtsProfilingStatsJobServlet.getCanonicalTime(time); in createProfilingRun()
144 VtsProfilingStatsJobServlet.addTasks(testKeys); in testTasksScheduled()
147 QueueStateInfo qsi = taskQueue.getQueueStateInfo().get(VtsProfilingStatsJobServlet.QUEUE); in testTasksScheduled()
154 VtsProfilingStatsJobServlet.PROFILING_STATS_JOB_URL, taskStateInfo.getUrl()); in testTasksScheduled()
159 assertEquals(VtsProfilingStatsJobServlet.PROFILING_POINT_KEY, parts[0]); in testTasksScheduled()
183 long canonicalTime = VtsProfilingStatsJobServlet.getCanonicalTime(time); in testCanonicalTimeMidday()
204 long canonicalTime = VtsProfilingStatsJobServlet.getCanonicalTime(time); in testCanonicalTimeMidnight()
251 VtsProfilingStatsJobServlet.updateSummaries( in testNewSummary()
354 VtsProfilingStatsJobServlet.updateSummaries( in testUpdateSummary()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsProfilingStatsJobServlet.java59 public class VtsProfilingStatsJobServlet extends BaseJobServlet { class
61 Logger.getLogger(VtsProfilingStatsJobServlet.class.getName());
/test/vti/dashboard/src/main/java/com/android/vts/util/
DDatastoreHelper.java32 import com.android.vts.job.VtsProfilingStatsJobServlet;