Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInstallShortcutReceiver.java116 private static void flushQueueInBackground(Context context) { in flushQueueInBackground() method in InstallShortcutReceiver
298 MODEL_EXECUTOR.post(() -> flushQueueInBackground(context)); in flushInstallQueue()