Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DJobStatus.java497 private long mLastFailedRunTime; field in JobStatus
721 mLastFailedRunTime = lastFailedRunTime; in JobStatus()
2227 return mLastFailedRunTime; in getLastFailedRunTime()
2997 if (mLastFailedRunTime != 0) { in dump()
2999 pw.println(formatTime(mLastFailedRunTime)); in dump()
3192 proto.write(JobStatusDumpProto.LAST_FAILED_RUN_TIME, mLastFailedRunTime); in dump()