Searched refs:UNSEEN_CONSTRAINT_GRACE_PERIOD_MS (Results 1 – 1 of 1) sorted by relevance
1250 public long UNSEEN_CONSTRAINT_GRACE_PERIOD_MS = DEFAULT_UNSEEN_CONSTRAINT_GRACE_PERIOD_MS; field in FlexibilityController.FcConfig1393 UNSEEN_CONSTRAINT_GRACE_PERIOD_MS = in processConstantLocked()1395 if (mUnseenConstraintGracePeriodMs != UNSEEN_CONSTRAINT_GRACE_PERIOD_MS) { in processConstantLocked()1396 mUnseenConstraintGracePeriodMs = UNSEEN_CONSTRAINT_GRACE_PERIOD_MS; in processConstantLocked()1610 pw.print(KEY_UNSEEN_CONSTRAINT_GRACE_PERIOD_MS, UNSEEN_CONSTRAINT_GRACE_PERIOD_MS) in dump()