Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java110 private static final int MSG_PRELOAD_RECENT_APPS = 10 << MSG_SHIFT; field in CommandQueue
747 mHandler.removeMessages(MSG_PRELOAD_RECENT_APPS); in preloadRecentApps()
748 mHandler.obtainMessage(MSG_PRELOAD_RECENT_APPS, 0, 0, null).sendToTarget(); in preloadRecentApps()
1456 case MSG_PRELOAD_RECENT_APPS: in handleMessage()