Searched refs:mPowerThrottlingDataFromDDC (Results 1 – 1 of 1) sorted by relevance
61 private PowerThrottlingData mPowerThrottlingDataFromDDC = null; field in BrightnessPowerClamper147 pw.println(" mPowerThrottlingDataFromDDC=" + (mPowerThrottlingDataFromDDC == null ? "null" in dump()148 : mPowerThrottlingDataFromDDC.toString())); in dump()158 mPowerThrottlingDataFromDDC); in recalculateActiveData()181 mPowerThrottlingDataFromDDC = data.getPowerThrottlingData(); in setDisplayData()182 if (mPowerThrottlingDataFromDDC == null && !DEFAULT_ID.equals(mDataId)) { in setDisplayData()