HomeSort by relevance Sort by last modified time
    Searched refs:formatTimeText (Results 1 - 2 of 2) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
Stopwatches.java 150 public static String formatTimeText(long time, final String format) {
StopwatchFragment.java 153 lapTime.setText(Stopwatches.formatTimeText(lap.mLapTime, mFormats[mLapIndex]));
154 totalTime.setText(Stopwatches.formatTimeText(lap.mTotalTime, mFormats[mTotalIndex]));
    [all...]

Completed in 127 milliseconds