Searched refs:isJobRestricted (Results 1 – 6 of 6) sorted by relevance
233 assertFalse(mThermalStatusRestriction.isJobRestricted(ej)); in testIsJobRestricted()238 assertFalse(mThermalStatusRestriction.isJobRestricted(ui)); in testIsJobRestricted()254 assertFalse(mThermalStatusRestriction.isJobRestricted(ej)); in testIsJobRestricted()258 assertFalse(mThermalStatusRestriction.isJobRestricted(ui)); in testIsJobRestricted()274 assertFalse(mThermalStatusRestriction.isJobRestricted(ej)); in testIsJobRestricted()275 assertTrue(mThermalStatusRestriction.isJobRestricted(ejRetried)); in testIsJobRestricted()278 assertFalse(mThermalStatusRestriction.isJobRestricted(ui)); in testIsJobRestricted()294 assertTrue(mThermalStatusRestriction.isJobRestricted(ej)); in testIsJobRestricted()298 assertTrue(mThermalStatusRestriction.isJobRestricted(ui)); in testIsJobRestricted()314 assertTrue(mThermalStatusRestriction.isJobRestricted(ej)); in testIsJobRestricted()[all …]
68 public abstract boolean isJobRestricted(JobStatus job); in isJobRestricted() method in JobRestriction
88 public boolean isJobRestricted(JobStatus job) { in isJobRestricted() method in ThermalStatusRestriction
3327 if (restriction.isJobRestricted(job)) {5323 if (restriction.isJobRestricted(job)) {5657 restriction.isJobRestricted(job));
1377 && restriction.isJobRestricted(jobStatus)) { in maybeStopOvertimeJobsLocked()
4711 HSPLcom/android/server/job/restrictions/ThermalStatusRestriction;->isJobRestricted(Lcom/android/ser…