Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java104 private static final int MSG_CANCEL_PRELOAD_RECENT_APPS = 11 << MSG_SHIFT; field in CommandQueue
648 mHandler.removeMessages(MSG_CANCEL_PRELOAD_RECENT_APPS); in cancelPreloadRecentApps()
649 mHandler.obtainMessage(MSG_CANCEL_PRELOAD_RECENT_APPS, 0, 0, null).sendToTarget(); in cancelPreloadRecentApps()
1203 case MSG_CANCEL_PRELOAD_RECENT_APPS: in handleMessage()