Home
last modified time | relevance | path

Searched refs:mWasShortTermModelActive (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/brightness/
DBrightnessEvent.java65 private boolean mWasShortTermModelActive; field in BrightnessEvent
108 mWasShortTermModelActive = that.wasShortTermModelActive(); in copyFrom()
140 mWasShortTermModelActive = false; in reset()
181 && mWasShortTermModelActive == that.mWasShortTermModelActive in equalsMainData()
213 + ", wasShortTermModelActive=" + mWasShortTermModelActive in toString()
366 return this.mWasShortTermModelActive = wasShortTermModelActive; in setWasShortTermModelActive()
373 return this.mWasShortTermModelActive; in wasShortTermModelActive()