Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DJobStatus.java1241 final int bucketWithBackupExemption; in getEffectiveStandbyBucket() local
1247 bucketWithBackupExemption = Math.min(WORKING_INDEX, actualBucket); in getEffectiveStandbyBucket()
1249 bucketWithBackupExemption = actualBucket; in getEffectiveStandbyBucket()
1255 if (isBuggy && bucketWithBackupExemption < WORKING_INDEX) { in getEffectiveStandbyBucket()
1265 return bucketWithBackupExemption; in getEffectiveStandbyBucket()