Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInstallShortcutReceiver.java195 flushInstallQueue(context); in queuePendingShortcutInfo()
204 flushInstallQueue(context); in disableAndFlushInstallQueue()
206 static void flushInstallQueue(Context context) { in flushInstallQueue() method in InstallShortcutReceiver
/packages/apps/Launcher2/src/com/android/launcher2/
DInstallShortcutReceiver.java220 flushInstallQueue(context); in disableAndFlushInstallQueue()
222 static void flushInstallQueue(Context context) { in flushInstallQueue() method in InstallShortcutReceiver
DLauncher.java794 InstallShortcutReceiver.flushInstallQueue(this); in onResume()