Searched refs:MSG_DISPLAY_BRIGHTNESS_CHANGE (Results 1 – 1 of 1) sorted by relevance
1489 private static final int MSG_DISPLAY_BRIGHTNESS_CHANGE = 1; field in CarPowerManagementService.PowerHandler1510 Message msg = obtainMessage(MSG_DISPLAY_BRIGHTNESS_CHANGE, brightness, 0); in handleDisplayBrightnessChange()1532 removeMessages(MSG_DISPLAY_BRIGHTNESS_CHANGE); in cancelAll()1548 case MSG_DISPLAY_BRIGHTNESS_CHANGE: in handleMessage()