Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInstallShortcutReceiver.java80 private static int sInstallQueueDisabledFlags = 0; field in InstallShortcutReceiver
287 sInstallQueueDisabledFlags |= flag; in enableInstallQueue()
290 sInstallQueueDisabledFlags &= ~flag; in disableAndFlushInstallQueue()
295 if (sInstallQueueDisabledFlags != 0) { in flushInstallQueue()