Home
last modified time | relevance | path

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

/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java136 List<Key> testKeys = new ArrayList(); in testTasksScheduled() local
141 testKeys.add(key); in testTasksScheduled()
144 VtsProfilingStatsJobServlet.addTasks(testKeys); in testTasksScheduled()
168 assertTrue(testKeys.contains(profilingPointRunKey)); in testTasksScheduled()