Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java123 TextView toalTime = (TextView)lapInfo.findViewById(R.id.lap_total); in getView() local
126 toalTime.setText(Stopwatches.formatTimeText(mLaps.get(position).mTotalTime, in getView()