Searched defs:updateTimeFormats (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchFragment.java185 public boolean updateTimeFormats(Lap lap) { method in class:StopwatchFragment.LapsListAdapter
239 updateTimeFormats(mLaps.get(i));
795 mLapsAdapter.updateTimeFormats(firstLap);
826 if (mLapsAdapter.updateTimeFormats(curLap)) {

Completed in 11 milliseconds