Searched refs:mCycleTimes (Results 1 – 1 of 1) sorted by relevance
190 private StringBuilder mCycleTimes = new StringBuilder(); field in AppLaunch462 mCycleTimes.append(String.format("%d,", mCycleTime)); in testMeasureStartUpTime()473 if (mCycleTimes.length() != 0) { in testMeasureStartUpTime()474 mResult.putString("Cycle_Times", mCycleTimes.toString()); in testMeasureStartUpTime()