Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
H A DBenchmarkRunner.java127 public @Nullable Throwable getErrorOrNull() { in getErrorOrNull() method in BenchmarkRunner
H A DBenchmarkResultsReporter.java51 error = mRunner.getErrorOrNull(); in apply()