Searched refs:formatTimeText (Results 1 – 2 of 2) sorted by relevance
180 lapTime.setText(Stopwatches.formatTimeText(lap.mLapTime, mFormats[mLapIndex])); in setTimeText()181 totalTime.setText(Stopwatches.formatTimeText(lap.mTotalTime, mFormats[mTotalIndex])); in setTimeText()
146 public static String formatTimeText(long time, final String format) { in formatTimeText() method in Stopwatches