Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java132 long restartTime; // time of last restart. field in ServiceRecord
352 ProtoUtils.toDuration(proto, ServiceRecordProto.RESTART_TIME, restartTime, now); in dumpDebug()
480 TimeUtils.formatDuration(restartTime, now, pw); in dump()
902 restartTime = 0; in resetRestartCounter()
H A DProcessServiceRecord.java384 if (now > sr.restartTime + ActivityManagerConstants.MIN_CRASH_INTERVAL) { in incServiceCrashCountLocked()
H A DActiveServices.java3546 if (now > (r.restartTime+resetTime)) { in scheduleServiceRestartLocked()
3915 r.restartTime = r.lastActivity = SystemClock.uptimeMillis(); in realStartServiceLocked()
/aosp12/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java1231 String restartTime = TrustArchive.formatDuration(
1234 fout.println(" restartScheduledAt=" + restartTime);