Searched refs:allowStateLoss (Results 1 – 3 of 3) sorted by relevance
291 void dismissInternal(boolean allowStateLoss) { in dismissInternal() argument309 if (allowStateLoss) { in dismissInternal()
1903 public void enqueueAction(OpGenerator action, boolean allowStateLoss) { in enqueueAction() argument1904 if (!allowStateLoss) { in enqueueAction()1909 if (allowStateLoss) { in enqueueAction()2003 private void ensureExecReady(boolean allowStateLoss) { in ensureExecReady() argument2012 if (!allowStateLoss) { in ensureExecReady()2028 public void execSingleAction(OpGenerator action, boolean allowStateLoss) { in execSingleAction() argument2029 if (allowStateLoss && (mHost == null || mDestroyed)) { in execSingleAction()2033 ensureExecReady(allowStateLoss); in execSingleAction()
671 int commitInternal(boolean allowStateLoss) { in commitInternal() argument688 mManager.enqueueAction(this, allowStateLoss); in commitInternal()