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