Searched refs:mClamperType (Results 1 – 1 of 1) sorted by relevance
87 private Type mClamperType = null; field in BrightnessClamperController176 if (mClamperType != null) { in clamp()212 if (mClamperType == null) { in getBrightnessMaxReason()214 } else if (mClamperType == Type.THERMAL) { in getBrightnessMaxReason()216 } else if (mClamperType == Type.POWER) { in getBrightnessMaxReason()218 } else if (mClamperType == Type.WEAR_BEDTIME_MODE) { in getBrightnessMaxReason()221 Slog.wtf(TAG, "BrightnessMaxReason not mapped for type=" + mClamperType); in getBrightnessMaxReason()232 writer.println(" mClamperType: " + mClamperType); in dump()271 || mClamperType != clamperType in recalculateBrightnessCap()274 mClamperType = clamperType; in recalculateBrightnessCap()