Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java180 lapTime.setText(Stopwatches.formatTimeText(lap.mLapTime, mFormats[mLapIndex])); in setTimeText()
181 totalTime.setText(Stopwatches.formatTimeText(lap.mTotalTime, mFormats[mTotalIndex])); in setTimeText()
DStopwatches.java146 public static String formatTimeText(long time, final String format) { in formatTimeText() method in Stopwatches