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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 52 private static final int MSG_CANCEL_PRELOAD_RECENT_APPS = 11 << MSG_SHIFT;
209 mHandler.removeMessages(MSG_CANCEL_PRELOAD_RECENT_APPS);
210 mHandler.obtainMessage(MSG_CANCEL_PRELOAD_RECENT_APPS, 0, 0, null).sendToTarget();
305 case MSG_CANCEL_PRELOAD_RECENT_APPS:
BaseStatusBar.java 119 protected static final int MSG_CANCEL_PRELOAD_RECENT_APPS = 1023;
    [all...]

Completed in 37 milliseconds