Searched refs:MSG_SHOW_RECENT_APPS (Results 1 – 2 of 2) sorted by relevance
63 private static final int MSG_SHOW_RECENT_APPS = 13 << MSG_SHIFT; field in CommandQueue270 mHandler.removeMessages(MSG_SHOW_RECENT_APPS); in showRecentApps()271 mHandler.obtainMessage(MSG_SHOW_RECENT_APPS, in showRecentApps()530 case MSG_SHOW_RECENT_APPS: in handleMessage()
287 protected static final int MSG_SHOW_RECENT_APPS = 1019; field in StatusBar