Searched refs:canRunInDoze (Results 1 – 6 of 6) sorted by relevance
223 assertFalse(job.canRunInDoze()); in testCanRunInDoze_regular()225 assertFalse(job.canRunInDoze()); in testCanRunInDoze_regular()236 assertTrue(job.canRunInDoze()); in testCanRunInDoze_expedited()238 assertFalse(job.canRunInDoze()); in testCanRunInDoze_expedited()246 assertTrue(job.canRunInDoze()); in testCanRunInDoze_expedited()248 assertFalse(job.canRunInDoze()); in testCanRunInDoze_expedited()259 assertTrue(job.canRunInDoze()); in testCanRunInDoze_userInitiated()262 assertTrue(job.canRunInDoze()); in testCanRunInDoze_userInitiated()
711 mReadyNotDozing = canRunInDoze(); in JobStatus()1784 public boolean canRunInDoze() { in canRunInDoze() method in JobStatus1862 mReadyNotDozing = state || canRunInDoze(); in setDeviceNotDozingConstraintSatisfied()1922 mReadyNotDozing = isConstraintSatisfied(CONSTRAINT_DEVICE_NOT_DOZING) || canRunInDoze(); in updateExpeditedDependencies()
1347 if (executing != null && !executing.canRunInDoze()) { in stopUnexemptedJobsForDoze()
2546 if (!job.canRunInDoze()) {
1812 HSPLcom/android/server/job/controllers/JobStatus;->canRunInDoze()Z+]Lcom/android/server/job/control…
13252 HPLcom/android/server/job/controllers/JobStatus;->canRunInDoze()Z