Searched refs:allowStateLoss (Results 1 – 8 of 8) sorted by relevance
34 allowStateLoss: Boolean = false, in transaction()40 if (allowStateLoss) { in transaction()46 if (allowStateLoss) { in transaction()
40 fragmentManager.transaction(allowStateLoss = true) { in transactionAllowingStateLoss()51 fragmentManager.transaction(now = true, allowStateLoss = true) { in transactionNowAllowingStateLoss()
204 void dismissInternal(boolean allowStateLoss) { in dismissInternal() argument221 if (allowStateLoss) { in dismissInternal()
2104 public void enqueueAction(OpGenerator action, boolean allowStateLoss) { in enqueueAction() argument2105 if (!allowStateLoss) { in enqueueAction()2110 if (allowStateLoss) { in enqueueAction()2204 private void ensureExecReady(boolean allowStateLoss) { in ensureExecReady() argument2217 if (!allowStateLoss) { in ensureExecReady()2233 public void execSingleAction(OpGenerator action, boolean allowStateLoss) { in execSingleAction() argument2234 if (allowStateLoss && (mHost == null || mDestroyed)) { in execSingleAction()2238 ensureExecReady(allowStateLoss); in execSingleAction()
668 int commitInternal(boolean allowStateLoss) { in commitInternal() argument683 mManager.enqueueAction(this, allowStateLoss); in commitInternal()
285 void dismissInternal(boolean allowStateLoss) { in dismissInternal() argument303 if (allowStateLoss) { in dismissInternal()
1898 public void enqueueAction(OpGenerator action, boolean allowStateLoss) { in enqueueAction() argument1899 if (!allowStateLoss) { in enqueueAction()1904 if (allowStateLoss) { in enqueueAction()1998 private void ensureExecReady(boolean allowStateLoss) { in ensureExecReady() argument2007 if (!allowStateLoss) { in ensureExecReady()2023 public void execSingleAction(OpGenerator action, boolean allowStateLoss) { in execSingleAction() argument2024 if (allowStateLoss && (mHost == null || mDestroyed)) { in execSingleAction()2028 ensureExecReady(allowStateLoss); in execSingleAction()
671 int commitInternal(boolean allowStateLoss) { in commitInternal() argument688 mManager.enqueueAction(this, allowStateLoss); in commitInternal()