Home
last modified time | relevance | path

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

/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DBenchmarkRunner.java104 public ArrayList<Long> getAllDurations() { in getAllDurations() method in BenchmarkRunner
105 return mResults.getAllDurations(); in getAllDurations()
DBenchmarkResults.java45 public ArrayList<Long> getAllDurations() { in getAllDurations() method in BenchmarkResults
DBenchmarkResultsReporter.java48 mRunner.getAllDurations()); in apply()