Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
H A DBenchmarkRunner.java103 public Bundle getStatsToLog() { in getStatsToLog() method in BenchmarkRunner
104 return mResults.getStatsToLog(); in getStatsToLog()
H A DBenchmarkResults.java40 public Bundle getStatsToLog() { in getStatsToLog() method in BenchmarkResults
H A DBenchmarkResultsReporter.java63 final String summary = getSummaryString(methodName, mRunner.getStatsToLog()); in apply()