Searched refs:formatTime (Results 1 - 6 of 6) 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/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
H A DAlarmReceiver.java119 Log.v("Received alarm set for id=" + alarm.id + " " + Log.formatTime(alarm.time));
171 String alarmTime = Alarms.formatTime(context, cal);
H A DAlarmAlertFullScreen.java212 String snoozeTimeStr = Alarms.formatTime(this, c);
H A DSetAlarm.java272 mTimePref.setSummary(Alarms.formatTime(this, mHour, mMinute,

Completed in 301 milliseconds