Searched refs:putToBundle (Results 1 – 2 of 2) sorted by relevance
271 mLatencyInference.putToBundle(results, testName + "_inference"); in toBundle()279 mLatencyCompileWithoutCache.putToBundle(results, testName + "_compile_without_cache"); in toBundle()282 mLatencySaveToCache.putToBundle(results, testName + "_save_to_cache"); in toBundle()285 mLatencyPrepareFromCache.putToBundle(results, testName + "_prepare_from_cache"); in toBundle()
112 public void putToBundle(Bundle results, String prefix) { in putToBundle() method in LatencyResult