Searched refs:formatTime (Results 1 - 2 of 2) sorted by relevance

/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
H A DSourceLatency.java118 Log.d(TAG, src + "[DONE]: " + length + " queries in " + formatTime(time.getAverage())
119 + " (average), " + formatTime(time.getTotal()) + " (total)");
129 Log.d(TAG, src + "[DONE]: " + count + " queries in " + formatTime(time.getAverage())
130 + " (average), " + formatTime(time.getTotal()) + " (total)");
146 Log.d(TAG, src + ": null cursor in " + formatTime(elapsed)
149 Log.d(TAG, src + ": " + cursor.getCount() + " rows in " + formatTime(elapsed)
210 private static String formatTime(long ns) { method in class:SourceLatency
241 Log.d(TAG, mSrc + ": null cursor in " + formatTime(elapsed)
244 Log.d(TAG, mSrc + ": " + cursor.getCount() + " rows in " + formatTime(elapsed)
297 + " rows in " + formatTime(elapse
[all...]
/packages/apps/Calendar/src/com/android/calendar/
H A DOtherPreferences.java125 mQuietHoursStart.setSummary(formatTime(startHour, startMinute));
136 mQuietHoursEnd.setSummary(formatTime(endHour, endMinute));
192 String summary = formatTime(hourOfDay, minute);
217 private String formatTime(int hourOfDay, int minute) { method in class:OtherPreferences

Completed in 78 milliseconds