Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
H A DJobInfo.java699 public long getMaxExecutionDelayMillis() { in getMaxExecutionDelayMillis() method in JobInfo
1253 mMaxExecutionDelayMillis = job.getMaxExecutionDelayMillis(); in Builder()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DJobStatus.java821 elapsedNow + job.getMaxExecutionDelayMillis() : NO_LATEST_RUNTIME; in createFromJobInfo()
2723 if (job.getMaxExecutionDelayMillis() != 0) { in dump()
2725 TimeUtils.formatDuration(job.getMaxExecutionDelayMillis(), pw); in dump()
2997 … proto.write(JobStatusDumpProto.JobInfo.MAX_EXECUTION_DELAY_MS, job.getMaxExecutionDelayMillis()); in dump()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobServiceContext.java491 job.getJob().getMaxExecutionDelayMillis(), in executeRunnableJob()
1552 completedJob.getJob().getMaxExecutionDelayMillis(), in closeAndCleanupJobLocked()
H A DJobSchedulerService.java1782 jobStatus.getJob().getMaxExecutionDelayMillis(),
2211 cancelled.getJob().getMaxExecutionDelayMillis(),
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt3225 HSPLandroid/app/job/JobInfo;->getMaxExecutionDelayMillis()J
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt3225 HSPLandroid/app/job/JobInfo;->getMaxExecutionDelayMillis()J
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt8748 method public long getMaxExecutionDelayMillis();