Searched defs:MSG_CANCEL_PRELOAD_RECENT_APPS (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java52 private static final int MSG_CANCEL_PRELOAD_RECENT_APPS = 11 << MSG_SHIFT; field in class:CommandQueue
211 mHandler.removeMessages(MSG_CANCEL_PRELOAD_RECENT_APPS);
212 mHandler.obtainMessage(MSG_CANCEL_PRELOAD_RECENT_APPS, 0, 0, null).sendToTarget();
313 case MSG_CANCEL_PRELOAD_RECENT_APPS:
H A DBaseStatusBar.java123 protected static final int MSG_CANCEL_PRELOAD_RECENT_APPS = 1023; field in class:BaseStatusBar
1015 int msg = MSG_CANCEL_PRELOAD_RECENT_APPS;
1244 case MSG_CANCEL_PRELOAD_RECENT_APPS:

Completed in 51 milliseconds