Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DFlexibilityController.java544 final int irrelevantConstraints = ~getRelevantAppliedConstraintsLocked(js); in hasEnoughSatisfiedConstraintsLocked() local
547 if ((constraints & irrelevantConstraints) != 0) { in hasEnoughSatisfiedConstraintsLocked()