Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
H A DJobSchedulerServiceTest.java372 mService.maybeProcessBuggyJob(jobUij, JobParameters.INTERNAL_STOP_REASON_UNKNOWN); in testGetMinJobExecutionGuaranteeMs_timeoutSafeguards_disabled()
400 mService.maybeProcessBuggyJob(jobEj, JobParameters.INTERNAL_STOP_REASON_UNKNOWN); in testGetMinJobExecutionGuaranteeMs_timeoutSafeguards_disabled()
428 mService.maybeProcessBuggyJob(jobReg, JobParameters.INTERNAL_STOP_REASON_UNKNOWN); in testGetMinJobExecutionGuaranteeMs_timeoutSafeguards_disabled()
491 mService.maybeProcessBuggyJob(jobUij, JobParameters.INTERNAL_STOP_REASON_UNKNOWN); in testGetMinJobExecutionGuaranteeMs_timeoutSafeguards_enabled()
534 mService.maybeProcessBuggyJob(jobEj, JobParameters.INTERNAL_STOP_REASON_UNKNOWN); in testGetMinJobExecutionGuaranteeMs_timeoutSafeguards_enabled()
688 mService.maybeProcessBuggyJob(jobEj, JobParameters.INTERNAL_STOP_REASON_UNKNOWN); in testGetMaxJobExecutionTimeMs_timeoutSafeguards_disabled()
830 mService.maybeProcessBuggyJob(jobEj, JobParameters.INTERNAL_STOP_REASON_UNKNOWN); in testGetMaxJobExecutionTimeMs_timeoutSafeguards_enabled()
917 JobParameters.INTERNAL_STOP_REASON_UNKNOWN); in testGetRescheduleJobForFailure_cumulativeExecution()
925 JobParameters.INTERNAL_STOP_REASON_UNKNOWN); in testGetRescheduleJobForFailure_cumulativeExecution()
933 JobParameters.INTERNAL_STOP_REASON_UNKNOWN); in testGetRescheduleJobForFailure_cumulativeExecution()
[all …]
/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
H A DJobParameters.java48 public static final int INTERNAL_STOP_REASON_UNKNOWN = -1; field in JobParameters
126 INTERNAL_STOP_REASON_UNKNOWN,
307 private int mInternalStopReason = INTERNAL_STOP_REASON_UNKNOWN;
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobSchedulerShellCommand.java555 int internalStopReason = JobParameters.INTERNAL_STOP_REASON_UNKNOWN; in stop()
H A DJobServiceContext.java473 JobProtoEnums.INTERNAL_STOP_REASON_UNKNOWN, in executeRunnableJob()
H A DJobSchedulerService.java1765 JobProtoEnums.INTERNAL_STOP_REASON_UNKNOWN, jobStatus.getStandbyBucket(),
3495 internalStopReason = JobParameters.INTERNAL_STOP_REASON_UNKNOWN;