Home
last modified time | relevance | path

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

/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java190 private StringBuilder mCycleTimes = new StringBuilder(); field in AppLaunch
460 mCycleTimes.append(String.format("%d,", mCycleTime)); in testMeasureStartUpTime()
471 if (mCycleTimes.length() != 0) { in testMeasureStartUpTime()
472 mResult.putString("Cycle_Times", mCycleTimes.toString()); in testMeasureStartUpTime()