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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchFragment.java99 private final String[] mFormats; field in class:StopwatchFragment.LapsListAdapter
116 mFormats = context.getResources().getStringArray(R.array.stopwatch_format_set);
150 lapTime.setText(Stopwatches.formatTimeText(lap.mLapTime, mFormats[mLapIndex]));
151 totalTime.setText(Stopwatches.formatTimeText(lap.mTotalTime, mFormats[mTotalIndex]));

Completed in 9 milliseconds