Searched refs:MSG_DISPLAY_BRIGHTNESS_CHANGE (Results 1 – 1 of 1) sorted by relevance
693 private final int MSG_DISPLAY_BRIGHTNESS_CHANGE = 1; field in CarPowerManagementService.PowerHandler711 Message msg = obtainMessage(MSG_DISPLAY_BRIGHTNESS_CHANGE, brightness, 0); in handleDisplayBrightnessChange()733 removeMessages(MSG_DISPLAY_BRIGHTNESS_CHANGE); in cancelAll()744 case MSG_DISPLAY_BRIGHTNESS_CHANGE: in handleMessage()