HomeSort by relevance Sort by last modified time
    Searched refs:MSG_PRELOAD_RECENT_APPS (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 56 private static final int MSG_PRELOAD_RECENT_APPS = 14 << MSG_SHIFT;
216 mHandler.removeMessages(MSG_PRELOAD_RECENT_APPS);
217 mHandler.obtainMessage(MSG_PRELOAD_RECENT_APPS, 0, 0, null).sendToTarget();
306 case MSG_PRELOAD_RECENT_APPS:
BaseStatusBar.java 93 protected static final int MSG_PRELOAD_RECENT_APPS = 1022;
418 int msg = MSG_PRELOAD_RECENT_APPS;
679 case MSG_PRELOAD_RECENT_APPS:
    [all...]

Completed in 225 milliseconds