Home
last modified time | relevance | path

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

/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/support/fragment/src/main/java/androidx/fragment/app/
DBackStackRecord.java219 boolean mCommitted; field in BackStackRecord
258 writer.print(" mCommitted="); writer.println(mCommitted); in dump()
669 if (mCommitted) throw new IllegalStateException("commit already called"); in commitInternal()
677 mCommitted = true; in commitInternal()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java208 private boolean mCommitted = false; field in PackageInstallerSession
488 if (mCommitted) { in assertPreparedAndNotCommittedOrDestroyedLocked()
828 mCommitted = true; in commit()