OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:formattimetext
(Results
1 - 2
of
2
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
Stopwatches.java
125
public static String
formatTimeText
(long time, final String format) {
StopwatchFragment.java
124
lapTime.setText(Stopwatches.
formatTimeText
(mLaps.get(position).mLapTime,
126
toalTime.setText(Stopwatches.
formatTimeText
(mLaps.get(position).mTotalTime,
[
all
...]
Completed in 197 milliseconds