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

/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java117 long restartTime; // time of last restart. field in class:ServiceRecord
278 ProtoUtils.toDuration(proto, ServiceRecordProto.RESTART_TIME, restartTime, now);
383 pw.print(" restartTime=");
384 TimeUtils.formatDuration(restartTime, now, pw);
550 restartTime = 0;

Completed in 9 milliseconds