Searched defs:formatTime (Results 1 - 3 of 3) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
H A DLog.java57 public static String formatTime(long millis) { method in class:Log
H A DAlarms.java361 Log.v("Disabling expired alarm set for " + Log.formatTime(a.time));
391 Log.formatTime(alarm.time));
431 Log.v("Alarm set for id=" + alarm.id + " " + Log.formatTime(atTimeInMillis));
625 static String formatTime(final Context context, int hour, int minute, method in class:Alarms
628 return formatTime(context, c);
632 static String formatTime(final Context context, Calendar c) { method in class:Alarms
/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...]

Completed in 130 milliseconds