Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInstallShortcutReceiver.java69 private static final int MSG_FLUSH_QUEUE = 2; field in InstallShortcutReceiver
119 case MSG_FLUSH_QUEUE: {
307 Message.obtain(sHandler, MSG_FLUSH_QUEUE, context.getApplicationContext()).sendToTarget(); in flushInstallQueue()