Home | History | Annotate | Download | only in app

Lines Matching defs:commit

345      * Schedules a commit of this transaction.  The commit does
350 * prior to its containing activity saving its state. If the commit is
352 * because the state after the commit can be lost if the activity needs to
354 * situations where it may be okay to lose the commit.</p>
360 public abstract int commit();
363 * Like {@link #commit} but allows the commit to be executed after an
364 * activity's state is saved. This is dangerous because the commit can
382 * {@link #commit()} followed by {@link FragmentManager#executePendingTransactions()}
383 * as the latter will have the side effect of attempting to commit <em>all</em>
395 * prior to its containing activity saving its state. If the commit is
397 * because the state after the commit can be lost if the activity needs to
399 * situations where it may be okay to lose the commit.</p>
404 * Like {@link #commitNow} but allows the commit to be executed after an
405 * activity's state is saved. This is dangerous because the commit can