Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DJobStatus.java365 private long mLastFailedRunTime; field in JobStatus
530 mLastFailedRunTime = lastFailedRunTime; in JobStatus()
1418 return mLastFailedRunTime; in getLastFailedRunTime()
2108 if (mLastFailedRunTime != 0) { in dump()
2110 pw.println(formatTime(mLastFailedRunTime)); in dump()
2303 proto.write(JobStatusDumpProto.LAST_FAILED_RUN_TIME, mLastFailedRunTime); in dump()