Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DDialogFragment.java291 void dismissInternal(boolean allowStateLoss) { in dismissInternal() argument
309 if (allowStateLoss) { in dismissInternal()
DFragmentManager.java1903 public void enqueueAction(OpGenerator action, boolean allowStateLoss) { in enqueueAction() argument
1904 if (!allowStateLoss) { in enqueueAction()
1909 if (allowStateLoss) { in enqueueAction()
2003 private void ensureExecReady(boolean allowStateLoss) { in ensureExecReady() argument
2012 if (!allowStateLoss) { in ensureExecReady()
2028 public void execSingleAction(OpGenerator action, boolean allowStateLoss) { in execSingleAction() argument
2029 if (allowStateLoss && (mHost == null || mDestroyed)) { in execSingleAction()
2033 ensureExecReady(allowStateLoss); in execSingleAction()
DBackStackRecord.java671 int commitInternal(boolean allowStateLoss) { in commitInternal() argument
688 mManager.enqueueAction(this, allowStateLoss); in commitInternal()