Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/app/
DBackStackRecord.java203 boolean mCommitted; field in BackStackRecord
214 writer.print(" mCommitted="); writer.println(mCommitted); in dump()
533 if (mCommitted) throw new IllegalStateException("commit already called"); in commitInternal()
535 mCommitted = true; in commitInternal()
/frameworks/base/core/java/android/app/
DBackStackRecord.java203 boolean mCommitted; field in BackStackRecord
214 writer.print(" mCommitted="); writer.println(mCommitted); in dump()
533 if (mCommitted) throw new IllegalStateException("commit already called"); in commitInternal()
535 mCommitted = true; in commitInternal()
/frameworks/base/core/java/android/webkit/
DBrowserFrame.java80 private boolean mCommitted = true; field in BrowserFrame
367 mCommitted = true; in resetLoadingStates()
372 return mCommitted; in committed()
410 mCommitted = false; in loadStarted()
449 mCommitted = true; in transitionToCommitted()