Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DJobStatus.java475 private long mLastFailedRunTime; field in JobStatus
697 mLastFailedRunTime = lastFailedRunTime; in JobStatus()
2138 return mLastFailedRunTime; in getLastFailedRunTime()
2916 if (mLastFailedRunTime != 0) { in dump()
2918 pw.println(formatTime(mLastFailedRunTime)); in dump()
3111 proto.write(JobStatusDumpProto.LAST_FAILED_RUN_TIME, mLastFailedRunTime); in dump()