Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/
DDisplayPowerController.java159 private static final int MSG_STATSD_HBM_BRIGHTNESS = 11; field in DisplayPowerController
2811 mHandler.removeMessages(MSG_STATSD_HBM_BRIGHTNESS); in reportStats()
2818 msg.what = MSG_STATSD_HBM_BRIGHTNESS; in reportStats()
3022 case MSG_STATSD_HBM_BRIGHTNESS: in handleMessage()