Searched refs:mPcConstants (Results 1 – 2 of 2) sorted by relevance
64 private final PcConstants mPcConstants; field in PrefetchController132 mPcConstants = new PcConstants(); in PrefetchController()392 mPcConstants.mShouldReevaluateConstraints = false; in prepareForUpdatedConstantsLocked()398 mPcConstants.processConstantLocked(properties, key); in processConstantLocked()404 if (mPcConstants.mShouldReevaluateConstraints) { in onConstantsUpdatedLocked()617 return mPcConstants; in getPcConstants()667 mPcConstants.dump(pw); in dumpConstants()
91 private PcConstants mPcConstants; field in PrefetchControllerTest162 mPcConstants = mPrefetchController.getPcConstants(); in setUp()224 mPcConstants.processConstantLocked(mDeviceConfigPropertiesBuilder.build(), key); in setDeviceConfigLong()