Searched refs:DEFAULT_UNSEEN_CONSTRAINT_GRACE_PERIOD_MS (Results 1 – 2 of 2) sorted by relevance
37 …id.server.job.controllers.FlexibilityController.FcConfig.DEFAULT_UNSEEN_CONSTRAINT_GRACE_PERIOD_MS;1482 Clock.fixed(Instant.ofEpochMilli(DEFAULT_UNSEEN_CONSTRAINT_GRACE_PERIOD_MS - 1), in testHasEnoughSatisfiedConstraints_unseenConstraints_soonAfterBoot()1492 Clock.fixed(Instant.ofEpochMilli(DEFAULT_UNSEEN_CONSTRAINT_GRACE_PERIOD_MS), in testHasEnoughSatisfiedConstraints_unseenConstraints_soonAfterBoot()1509 2 * DEFAULT_UNSEEN_CONSTRAINT_GRACE_PERIOD_MS / 10); in testHasEnoughSatisfiedConstraints_unseenConstraints_longAfterBoot()1512 3 * DEFAULT_UNSEEN_CONSTRAINT_GRACE_PERIOD_MS / 10); in testHasEnoughSatisfiedConstraints_unseenConstraints_longAfterBoot()1515 4 * DEFAULT_UNSEEN_CONSTRAINT_GRACE_PERIOD_MS / 10); in testHasEnoughSatisfiedConstraints_unseenConstraints_longAfterBoot()1518 5 * DEFAULT_UNSEEN_CONSTRAINT_GRACE_PERIOD_MS / 10); in testHasEnoughSatisfiedConstraints_unseenConstraints_longAfterBoot()1523 Clock.fixed(Instant.ofEpochMilli(DEFAULT_UNSEEN_CONSTRAINT_GRACE_PERIOD_MS), in testHasEnoughSatisfiedConstraints_unseenConstraints_longAfterBoot()1533 6 * DEFAULT_UNSEEN_CONSTRAINT_GRACE_PERIOD_MS / 10); in testHasEnoughSatisfiedConstraints_unseenConstraints_longAfterBoot()1536 7 * DEFAULT_UNSEEN_CONSTRAINT_GRACE_PERIOD_MS / 10); in testHasEnoughSatisfiedConstraints_unseenConstraints_longAfterBoot()[all …]
130 FcConfig.DEFAULT_UNSEEN_CONSTRAINT_GRACE_PERIOD_MS;1227 static final long DEFAULT_UNSEEN_CONSTRAINT_GRACE_PERIOD_MS = 3 * DAY_IN_MILLIS; field in FlexibilityController.FcConfig1250 public long UNSEEN_CONSTRAINT_GRACE_PERIOD_MS = DEFAULT_UNSEEN_CONSTRAINT_GRACE_PERIOD_MS;1394 properties.getLong(key, DEFAULT_UNSEEN_CONSTRAINT_GRACE_PERIOD_MS); in processConstantLocked()