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