Home
last modified time | relevance | path

Searched refs:MSG_CANCEL_PRELOAD_RECENT_APPS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java85 private static final int MSG_CANCEL_PRELOAD_RECENT_APPS = 11 << MSG_SHIFT; field in CommandQueue
540 mHandler.removeMessages(MSG_CANCEL_PRELOAD_RECENT_APPS); in cancelPreloadRecentApps()
541 mHandler.obtainMessage(MSG_CANCEL_PRELOAD_RECENT_APPS, 0, 0, null).sendToTarget(); in cancelPreloadRecentApps()
916 case MSG_CANCEL_PRELOAD_RECENT_APPS: in handleMessage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java259 protected static final int MSG_CANCEL_PRELOAD_RECENT_APPS = 1023; field in StatusBar
4413 int msg = MSG_CANCEL_PRELOAD_RECENT_APPS; in cancelPreloadRecentApps()