Searched refs:mCommitted (Results 1 – 4 of 4) sorted by relevance
217 boolean mCommitted; field in BackStackRecord260 writer.println(mCommitted); in dump()672 if (mCommitted) { in commitInternal()682 mCommitted = true; in commitInternal()
342 private boolean mCommitted = false; field in PackageInstallerSession685 boolean isCommitted = mCommitted; in abandon()1061 mCommitted = committed; in PackageInstallerSession()1131 info.isCommitted = mCommitted; in generateInfoInternal()1188 return mCommitted; in isCommitted()1227 if (mCommitted) { in assertPreparedAndNotCommittedOrDestroyedLocked()1268 if (!isIncrementalInstallation() || !mCommitted) { in computeProgressLocked()1994 if (mCommitted) { in streamValidateAndCommit()2027 mCommitted = true; in streamValidateAndCommit()4062 && !mCommitted && !mDestroyed; in canBeAddedAsChild()[all …]
1343 size_t mCommitted __unused; // end of committed section
4091 Landroid/app/BackStackRecord;->mCommitted:Z