Searched refs:MSG_SHOW_GLOBAL_ACTIONS (Results 1 – 1 of 1) sorted by relevance
83 private static final int MSG_SHOW_GLOBAL_ACTIONS = 34 << MSG_SHIFT; field in CommandQueue478 mHandler.removeMessages(MSG_SHOW_GLOBAL_ACTIONS); in showGlobalActionsMenu()479 mHandler.obtainMessage(MSG_SHOW_GLOBAL_ACTIONS).sendToTarget(); in showGlobalActionsMenu()735 case MSG_SHOW_GLOBAL_ACTIONS: in handleMessage()