Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
DSourceLatency.java118 Log.d(TAG, src + "[DONE]: " + length + " queries in " + formatTime(time.getAverage()) in checkSourceConcurrent()
119 + " (average), " + formatTime(time.getTotal()) + " (total)"); in checkSourceConcurrent()
129 Log.d(TAG, src + "[DONE]: " + count + " queries in " + formatTime(time.getAverage()) in checkSource()
130 + " (average), " + formatTime(time.getTotal()) + " (total)"); in checkSource()
146 Log.d(TAG, src + ": null cursor in " + formatTime(elapsed) in checkSourceInternal()
149 Log.d(TAG, src + ": " + cursor.getCount() + " rows in " + formatTime(elapsed) in checkSourceInternal()
210 private static String formatTime(long ns) { in formatTime() method in SourceLatency
241 Log.d(TAG, mSrc + ": null cursor in " + formatTime(elapsed) in run()
244 Log.d(TAG, mSrc + ": " + cursor.getCount() + " rows in " + formatTime(elapsed) in run()
297 + " rows in " + formatTime(elapsed)); in onChanged()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DLapsAdapter.java173 final String stopwatchTime = formatTime(totalTime, totalTime, ":"); in getShareText()
194 builder.append(formatTime(lap.getLapTime(), lap.getLapTime(), " ")); in getShareText()
223 String formatTime(long maxTime, long time, String separator) { in formatTime() method in LapsAdapter
261 final String formattedTime = formatTime(longestLapTime, lapTime, " "); in formatLapTime()
282 final String formattedTime = formatTime(longestAccumulatedTime, accumulatedTime, " "); in formatAccumulatedTime()
/packages/apps/Calendar/src/com/android/calendar/
DOtherPreferences.java125 mQuietHoursStart.setSummary(formatTime(startHour, startMinute)); in onCreate()
136 mQuietHoursEnd.setSummary(formatTime(endHour, endMinute)); in onCreate()
192 String summary = formatTime(hourOfDay, minute); in onTimeSet()
217 private String formatTime(int hourOfDay, int minute) { in formatTime() method in OtherPreferences