Home
last modified time | relevance | path

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

/benchmark/benchmark-common/src/main/java/androidx/benchmark/
DInstrumentationResults.kt133 reportBundle(scope.bundle) in instrumentationReport()
396 internal fun reportBundle(bundle: Bundle) { in reportBundle() method
DBenchmarkStateLegacy.kt28 import androidx.benchmark.InstrumentationResults.reportBundle in <lambda>()
621 reportBundle(bundle) in <lambda>()
DMicrobenchmark.kt344 InstrumentationResults.reportBundle(createBundle()) in output()