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.java57 private static final int MSG_CANCEL_PRELOAD_RECENT_APPS = 15 << MSG_SHIFT; field in class:CommandQueue
223 mHandler.removeMessages(MSG_CANCEL_PRELOAD_RECENT_APPS);
224 mHandler.obtainMessage(MSG_CANCEL_PRELOAD_RECENT_APPS, 0, 0, null).sendToTarget();
309 case MSG_CANCEL_PRELOAD_RECENT_APPS:
H A DBaseStatusBar.java93 protected static final int MSG_CANCEL_PRELOAD_RECENT_APPS = 1023; field in class:BaseStatusBar
404 int msg = MSG_CANCEL_PRELOAD_RECENT_APPS;
657 case MSG_CANCEL_PRELOAD_RECENT_APPS:

Completed in 70 milliseconds