Searched refs:MSG_CANCEL_PRELOAD_RECENT_APPS (Results 1 - 2 of 2) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java132 protected static final int MSG_CANCEL_PRELOAD_RECENT_APPS = 1023; field in class:BaseStatusBar
1061 int msg = MSG_CANCEL_PRELOAD_RECENT_APPS;
1244 case MSG_CANCEL_PRELOAD_RECENT_APPS:
H A DCommandQueue.java54 private static final int MSG_CANCEL_PRELOAD_RECENT_APPS = 11 << MSG_SHIFT; field in class:CommandQueue
224 mHandler.removeMessages(MSG_CANCEL_PRELOAD_RECENT_APPS);
225 mHandler.obtainMessage(MSG_CANCEL_PRELOAD_RECENT_APPS, 0, 0, null).sendToTarget();
370 case MSG_CANCEL_PRELOAD_RECENT_APPS:

Completed in 69 milliseconds