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