Home
last modified time | relevance | path

Searched refs:execSingleAction (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
DBackStackRecord.java631 mManager.execSingleAction(this, false); in commitNow()
637 mManager.execSingleAction(this, true); in commitNowAllowingStateLoss()
DFragmentManager.java1618 public void execSingleAction(Runnable action, boolean allowStateLoss) { in execSingleAction() method in FragmentManagerImpl
/frameworks/base/core/java/android/app/
DBackStackRecord.java681 mManager.execSingleAction(this, false); in commitNow()
687 mManager.execSingleAction(this, true); in commitNowAllowingStateLoss()
DFragmentManager.java1525 public void execSingleAction(Runnable action, boolean allowStateLoss) { in execSingleAction() method in FragmentManagerImpl