Searched refs:mFcConfig (Results 1 – 2 of 2) sorted by relevance
131 private FlexibilityController.FcConfig mFcConfig; field in FlexibilityControllerTest210 mFcConfig = mFlexibilityController.getFcConfig(); in setup()260 mFcConfig.processConstantLocked(mDeviceConfigPropertiesBuilder.build(), key); in updateDeviceConfig()453 mFlexibilityController.mFcConfig.PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS in testOnConstantsUpdated_PercentsToDropConstraints()457 mFlexibilityController.mFcConfig.PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS in testOnConstantsUpdated_PercentsToDropConstraints()461 mFlexibilityController.mFcConfig.PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS in testOnConstantsUpdated_PercentsToDropConstraints()465 mFlexibilityController.mFcConfig.PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS in testOnConstantsUpdated_PercentsToDropConstraints()469 mFlexibilityController.mFcConfig.PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS in testOnConstantsUpdated_PercentsToDropConstraints()489 mFlexibilityController.mFcConfig.PERCENTS_TO_DROP_FLEXIBLE_CONSTRAINTS; in testOnConstantsUpdated_PercentsToDropConstraintsInvalidValues()853 assertEquals(mFcConfig.RESCHEDULED_JOB_DEADLINE_MS, in testGetLifeCycleEndElapsedLocked_Rescheduled()[all …]
174 final FcConfig mFcConfig; field in FlexibilityController349 mFcConfig = new FcConfig(); in FlexibilityController()792 if (mFcConfig.mShouldReevaluateConstraints) { in onConstantsUpdatedLocked()821 mFcConfig.mShouldReevaluateConstraints = false; in prepareForUpdatedConstantsLocked()827 mFcConfig.processConstantLocked(properties, key); in processConstantLocked()1620 return mFcConfig; in getFcConfig()1948 mAppliedConstraints = mFcConfig.APPLIED_CONSTRAINTS; in setLocalPolicyForTesting()1959 mFcConfig.dump(pw); in dumpConstants()