Searched refs:mPcConstants (Results 1 – 2 of 2) sorted by relevance
64 private final PcConstants mPcConstants; field in PrefetchController132 mPcConstants = new PcConstants(); in PrefetchController()389 mPcConstants.mShouldReevaluateConstraints = false; in prepareForUpdatedConstantsLocked()395 mPcConstants.processConstantLocked(properties, key); in processConstantLocked()401 if (mPcConstants.mShouldReevaluateConstraints) { in onConstantsUpdatedLocked()611 return mPcConstants; in getPcConstants()661 mPcConstants.dump(pw); in dumpConstants()
91 private PcConstants mPcConstants; field in PrefetchControllerTest161 mPcConstants = mPrefetchController.getPcConstants(); in setUp()223 mPcConstants.processConstantLocked(mDeviceConfigPropertiesBuilder.build(), key); in setDeviceConfigLong()