Home
last modified time | relevance | path

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

/cts/hostsidetests/sustainedperf/src/android/SustainedPerformance/cts/
DSustainedPerformanceHostTest.java55 private static ArrayList<Double> appResultsWithMode = new ArrayList<Double>(); field in SustainedPerformanceHostTest
134 appResultsWithMode.add(testSet[5]); in analyzeResults()
151 appResultsWithMode.add(0, min); in analyzeResults()
152 appResultsWithMode.add(1, max); in analyzeResults()
153 appResultsWithMode.add(2, diff); in analyzeResults()
195 appResultsWithMode.clear(); in testShader()
225 double resApp = appResultsWithMode.get(2); in testShader()