Searched refs:mCommitted (Results 1 – 4 of 4) sorted by relevance
148 private final boolean mCommitted; field in PackageStateMutator.Result155 mCommitted = committed; in Result()162 return mCommitted; in isCommitted()
217 boolean mCommitted; field in BackStackRecord260 writer.println(mCommitted); in dump()672 if (mCommitted) { in commitInternal()682 mCommitted = true; in commitInternal()
432 private final AtomicBoolean mCommitted = new AtomicBoolean(false); field in PackageInstallerSession1087 mCommitted.set(committed); in PackageInstallerSession()1248 return mCommitted.get(); in isCommitted()2201 if (!mCommitted.compareAndSet(false /*expect*/, true /*update*/)) { in streamValidateAndCommit()4854 pw.printPair("mCommitted", mCommitted);
4091 Landroid/app/BackStackRecord;->mCommitted:Z