Searched defs:mCommitted (Results 1 - 3 of 3) sorted by last modified time

/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java211 boolean mCommitted; field in class:BackStackRecord
244 writer.print(" mCommitted="); writer.println(mCommitted);
582 if (mCommitted) throw new IllegalStateException("commit already called");
589 mCommitted = true;
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java211 boolean mCommitted; field in class:BackStackRecord
244 writer.print(" mCommitted="); writer.println(mCommitted);
582 if (mCommitted) throw new IllegalStateException("commit already called");
589 mCommitted = true;
/frameworks/base/core/java/android/webkit/
H A DBrowserFrame.java82 private boolean mCommitted = true; field in class:BrowserFrame
372 mCommitted = true;
377 return mCommitted;
415 mCommitted = false;
455 mCommitted = true;

Completed in 205 milliseconds