Searched refs:mCommitted (Results 1 – 3 of 3) sorted by relevance
217 boolean mCommitted; field in BackStackRecord260 writer.println(mCommitted); in dump()672 if (mCommitted) { in commitInternal()682 mCommitted = true; in commitInternal()
219 boolean mCommitted; field in BackStackRecord258 writer.print(" mCommitted="); writer.println(mCommitted); in dump()669 if (mCommitted) throw new IllegalStateException("commit already called"); in commitInternal()677 mCommitted = true; in commitInternal()
208 private boolean mCommitted = false; field in PackageInstallerSession488 if (mCommitted) { in assertPreparedAndNotCommittedOrDestroyedLocked()828 mCommitted = true; in commit()