Searched refs:MSG_DISPLAY_STATE_CHANGE (Results 1 – 1 of 1) sorted by relevance
2997 private static final int MSG_DISPLAY_STATE_CHANGE = 2; field in CarPowerManagementService.PowerHandler3023 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()