Searched refs:mPerfMetrics (Results 1 – 2 of 2) sorted by relevance
113 private Bundle mPerfMetrics = new Bundle(); field in Instrumentation241 if (mPerfMetrics != null) { in finish()245 results.putAll(mPerfMetrics); in finish()267 mPerfMetrics = mPerformanceCollector.endSnapshot(); in endPerformanceSnapshot()
7175 Landroid/app/Instrumentation;->mPerfMetrics:Landroid/os/Bundle;