Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java2997 private static final int MSG_DISPLAY_STATE_CHANGE = 2; field in CarPowerManagementService.PowerHandler
3023 HandlerHelper.removeEqualMessages(this, MSG_DISPLAY_STATE_CHANGE, displayId); in handleDisplayStateChange()
3024 Message msg = obtainMessage(MSG_DISPLAY_STATE_CHANGE, displayId); in handleDisplayStateChange()
3052 removeMessages(MSG_DISPLAY_STATE_CHANGE); in cancelAll()
3072 case MSG_DISPLAY_STATE_CHANGE: in handleMessage()