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