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