Home
last modified time | relevance | path

Searched refs:mCommitted (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerHistoricalSession.java59 private final boolean mCommitted; field in PackageInstallerHistoricalSession
107 this.mCommitted = committed; in PackageInstallerHistoricalSession()
167 pw.printPair("mCommitted", mCommitted); in dump()
203 info.isCommitted = mCommitted; in generateInfo()
DPackageInstallerSession.java475 private final AtomicBoolean mCommitted = new AtomicBoolean(false); field in PackageInstallerSession
1212 mCommitted.set(committed); in PackageInstallerSession()
1406 return mCommitted.get(); in isCommitted()
2486 if (!mCommitted.compareAndSet(false /*expect*/, true /*update*/)) { in streamValidateAndCommit()
5408 pw.printPair("mCommitted", mCommitted);
/frameworks/base/services/core/java/com/android/server/pm/pkg/mutate/
DPackageStateMutator.java149 private final boolean mCommitted; field in PackageStateMutator.Result
156 mCommitted = committed; in Result()
163 return mCommitted; in isCommitted()
/frameworks/base/core/java/android/app/
DBackStackRecord.java217 boolean mCommitted; field in BackStackRecord
260 writer.println(mCommitted); in dump()
672 if (mCommitted) { in commitInternal()
682 mCommitted = true; in commitInternal()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h1338 size_t mCommitted __unused; // end of committed section
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt4091 Landroid/app/BackStackRecord;->mCommitted:Z