Home
last modified time | relevance | path

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

/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java96 Long[] valueArray = new Long[] {1l, 2l, 3l, 4l, 5l}; in createProfilingRun() local
101 for (long value : valueArray) { in createProfilingRun()
105 List<Long> values = Arrays.asList(valueArray); in createProfilingRun()
220 Long[] valueArray = new Long[] {1l, 2l, 3l, 4l, 5l}; in testNewSummary() local
225 for (long value : valueArray) { in testNewSummary()
229 List<Long> values = Arrays.asList(valueArray); in testNewSummary()
301 Long[] valueArray = new Long[] {0l}; in testUpdateSummary() local
302 List<Long> values = Arrays.asList(valueArray); in testUpdateSummary()