Home | History | Annotate | Download | only in server

Lines Matching defs:sdf

1187             SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
1190 pw.print("="); pw.print(sdf.format(new Date(nowRTC)));
1194 pw.print("="); pw.println(sdf.format(new Date(mLastTimeChangeClockTime)));
1217 pw.print(" = "); pw.println(sdf.format(new Date(nextNonWakeupRTC)));
1219 pw.print(" = "); pw.println(sdf.format(new Date(nextWakeupRTC)));
1239 pw.print(" = "); pw.print(sdf.format(new Date(time)));
1250 dumpAlarmList(pw, b.alarms, " ", nowELAPSED, nowRTC, sdf);
1259 mPendingIdleUntil.dump(pw, " ", nowRTC, nowELAPSED, sdf);
1264 dumpAlarmList(pw, mPendingWhileIdleAlarms, " ", nowELAPSED, nowRTC, sdf);
1269 mNextWakeFromIdle.dump(pw, " ", nowRTC, nowELAPSED, sdf);
1276 dumpAlarmList(pw, mPendingNonWakeupAlarms, " ", nowELAPSED, nowRTC, sdf);
1408 pw.print(" "); pw.print(sdf.format(new Date(event.when)));
1425 private void logBatchesLocked(SimpleDateFormat sdf) {
1434 dumpAlarmList(pw, bz.alarms, " ", nowELAPSED, nowRTC, sdf);
1452 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
1453 logBatchesLocked(sdf);
1792 String prefix, String label, long nowRTC, long nowELAPSED, SimpleDateFormat sdf) {
1797 a.dump(pw, prefix + " ", nowRTC, nowELAPSED, sdf);
1814 String prefix, long nowELAPSED, long nowRTC, SimpleDateFormat sdf) {
1820 a.dump(pw, prefix + " ", nowRTC, nowELAPSED, sdf);
2004 SimpleDateFormat sdf) {
2011 pw.print(" when="); pw.print(sdf.format(new Date(when)));
2023 pw.println(sdf.format(new Date(alarmClock.getTriggerTime())));