Home
last modified time | relevance | path

Searched refs:formatTime (Results 1 – 2 of 2) 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/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