Searched refs:canRunInDoze (Results 1 – 5 of 5) sorted by relevance
190 assertFalse(job.canRunInDoze()); in testCanRunInDoze_regular()192 assertFalse(job.canRunInDoze()); in testCanRunInDoze_regular()203 assertTrue(job.canRunInDoze()); in testCanRunInDoze_expedited()205 assertFalse(job.canRunInDoze()); in testCanRunInDoze_expedited()213 assertTrue(job.canRunInDoze()); in testCanRunInDoze_expedited()215 assertFalse(job.canRunInDoze()); in testCanRunInDoze_expedited()226 assertTrue(job.canRunInDoze()); in testCanRunInDoze_userInitiated()229 assertTrue(job.canRunInDoze()); in testCanRunInDoze_userInitiated()
687 mReadyNotDozing = canRunInDoze(); in JobStatus()1668 public boolean canRunInDoze() { in canRunInDoze() method in JobStatus1746 mReadyNotDozing = state || canRunInDoze(); in setDeviceNotDozingConstraintSatisfied()1838 mReadyNotDozing = isConstraintSatisfied(CONSTRAINT_DEVICE_NOT_DOZING) || canRunInDoze(); in updateExpeditedDependencies()
1345 if (executing != null && !executing.canRunInDoze()) { in stopUnexemptedJobsForDoze()
2372 if (!job.canRunInDoze()) {
4525 HSPLcom/android/server/job/controllers/JobStatus;->canRunInDoze()Z+]Lcom/android/server/job/control…