Searched refs:MSG_TOGGLE_NOTIFICATION_PANEL (Results 1 – 1 of 1) sorted by relevance
137 private static final int MSG_TOGGLE_NOTIFICATION_PANEL = 35 << MSG_SHIFT; field in CommandQueue725 mHandler.removeMessages(MSG_TOGGLE_NOTIFICATION_PANEL); in toggleNotificationsPanel()726 mHandler.obtainMessage(MSG_TOGGLE_NOTIFICATION_PANEL, 0, 0).sendToTarget(); in toggleNotificationsPanel()1528 case MSG_TOGGLE_NOTIFICATION_PANEL: in handleMessage()