Home
last modified time | relevance | path

Searched refs:restartTime (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java122 long restartTime; // time of last restart. field in ServiceRecord
301 ProtoUtils.toDuration(proto, ServiceRecordProto.RESTART_TIME, restartTime, now); in dumpDebug()
421 TimeUtils.formatDuration(restartTime, now, pw); in dump()
782 restartTime = 0; in resetRestartCounter()
DAppErrors.java710 if (now > sr.restartTime + ProcessList.MIN_CRASH_INTERVAL) {
DActiveServices.java2730 if (now > (r.restartTime+resetTime)) { in scheduleServiceRestartLocked()
3011 r.restartTime = r.lastActivity = SystemClock.uptimeMillis(); in realStartServiceLocked()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java1216 String restartTime = TrustArchive.formatDuration(
1219 fout.println(" restartScheduledAt=" + restartTime);