Searched refs:sInstallQueueDisabledFlags (Results 1 – 1 of 1) sorted by relevance
78 private static int sInstallQueueDisabledFlags = 0; field in InstallShortcutReceiver296 sInstallQueueDisabledFlags |= flag; in enableInstallQueue()299 sInstallQueueDisabledFlags &= ~flag; in disableAndFlushInstallQueue()304 if (sInstallQueueDisabledFlags != 0) { in flushInstallQueue()