Searched refs:sSnapshotCorked (Results 1 – 1 of 1) sorted by relevance
1332 sSnapshotCorked.incrementAndGet(); in disablePackageCaches()1339 int corking = sSnapshotCorked.decrementAndGet(); in enablePackageCaches()5598 private static AtomicInteger sSnapshotCorked = new AtomicInteger(0); field in PackageManagerService5675 } else if (sSnapshotCorked.get() > 0) { in snapshotComputer()5738 int corking = sSnapshotCorked.getAndIncrement(); in corkSnapshots()6143 int corking = sSnapshotCorked.decrementAndGet(); in doHandleMessage()7170 sSnapshotCorked.set(1); in PackageManagerService()25161 int level = sSnapshotCorked.get();