Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/
DJobStatusTest.java1328 assertTrue(job.readinessStatusWithConstraint(CONSTRAINT_FLEXIBLE, true)); in testReadinessStatusWithConstraint_FlexibilityConstraint()
1329 assertFalse(job.readinessStatusWithConstraint(CONSTRAINT_FLEXIBLE, false)); in testReadinessStatusWithConstraint_FlexibilityConstraint()
1332 assertFalse(job.readinessStatusWithConstraint(CONSTRAINT_FLEXIBLE, true)); in testReadinessStatusWithConstraint_FlexibilityConstraint()
1333 assertFalse(job.readinessStatusWithConstraint(CONSTRAINT_FLEXIBLE, false)); in testReadinessStatusWithConstraint_FlexibilityConstraint()
1337 assertTrue(job.readinessStatusWithConstraint(CONSTRAINT_FLEXIBLE, true)); in testReadinessStatusWithConstraint_FlexibilityConstraint()
1338 assertFalse(job.readinessStatusWithConstraint(CONSTRAINT_FLEXIBLE, false)); in testReadinessStatusWithConstraint_FlexibilityConstraint()
1341 assertFalse(job.readinessStatusWithConstraint(CONSTRAINT_FLEXIBLE, true)); in testReadinessStatusWithConstraint_FlexibilityConstraint()
1342 assertFalse(job.readinessStatusWithConstraint(CONSTRAINT_FLEXIBLE, false)); in testReadinessStatusWithConstraint_FlexibilityConstraint()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DJobStatus.java1969 final boolean isReady = readinessStatusWithConstraint(constraint, state); in setConstraintSatisfied()
2242 return readinessStatusWithConstraint(constraint, true); in wouldBeReadyWithConstraint()
2246 boolean readinessStatusWithConstraint(int constraint, boolean value) { in readinessStatusWithConstraint() method in JobStatus
/frameworks/base/services/
Dart-profile1853 HSPLcom/android/server/job/controllers/JobStatus;->readinessStatusWithConstraint(IZ)Z+]Lcom/android…
Dart-wear-profile13330 HPLcom/android/server/job/controllers/JobStatus;->readinessStatusWithConstraint(IZ)Z