Searched refs:mTransactionLock (Results 1 – 1 of 1) sorted by relevance
297 private final AtomicBoolean mTransactionLock = new AtomicBoolean(false); field in PackageInstallerSession4067 if (!mTransactionLock.compareAndSet(false, true)) { in acquireTransactionLock()4073 mTransactionLock.compareAndSet(true, false); in releaseTransactionLock()