Searched refs: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.java61 private static final int MSG_CANCEL_PRELOAD_RECENT_APPS = 11 << MSG_SHIFT; field in class:CommandQueue
310 mHandler.removeMessages(MSG_CANCEL_PRELOAD_RECENT_APPS);
311 mHandler.obtainMessage(MSG_CANCEL_PRELOAD_RECENT_APPS, 0, 0, null).sendToTarget();
550 case MSG_CANCEL_PRELOAD_RECENT_APPS:
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java288 protected static final int MSG_CANCEL_PRELOAD_RECENT_APPS = 1023; field in class:StatusBar
6613 int msg = MSG_CANCEL_PRELOAD_RECENT_APPS;

Completed in 1189 milliseconds