Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/test-apps/JobTestApp/src/com/android/servicestests/apps/jobtestapp/
H A DTestJobActivity.java52 .setBackoffCriteria(JOB_INITIAL_BACKOFF, JobInfo.BACKOFF_POLICY_LINEAR) in onCreate()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DJobStoreTest.java140 .setBackoffCriteria(15000L, JobInfo.BACKOFF_POLICY_LINEAR) in runRemovingLastJob()
193 .setBackoffCriteria(15000L, JobInfo.BACKOFF_POLICY_LINEAR) in runClearJobs()
341 .setBackoffCriteria(15000L, JobInfo.BACKOFF_POLICY_LINEAR) in runWritingTwoJobsToDisk()
/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
H A DJobInfo.java161 BACKOFF_POLICY_LINEAR,
173 public static final int BACKOFF_POLICY_LINEAR = 0; field in JobInfo
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/
H A DJobSchedulerServiceTest.java957 .setBackoffCriteria(initialBackoffMs, JobInfo.BACKOFF_POLICY_LINEAR)); in testGetRescheduleJobForFailure_timingCalculations()
/aosp14/frameworks/base/core/proto/android/server/
H A Djobscheduler.proto999 BACKOFF_POLICY_LINEAR = 0; enumerator
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobSchedulerService.java2820 case JobInfo.BACKOFF_POLICY_LINEAR: {
/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/core/api/
H A Dcurrent.txt8773 field public static final int BACKOFF_POLICY_LINEAR = 0; // 0x0