Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DBackStackRecord.java656 mManager.execSingleAction(this, false); in commitNow()
662 mManager.execSingleAction(this, true); in commitNowAllowingStateLoss()
DFragmentManager.java2023 public void execSingleAction(OpGenerator action, boolean allowStateLoss) { in execSingleAction() method in FragmentManagerImpl
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
DBackStackRecord.java648 mManager.execSingleAction(this, false); in commitNow()
654 mManager.execSingleAction(this, true); in commitNowAllowingStateLoss()
DFragmentManager.java2233 public void execSingleAction(OpGenerator action, boolean allowStateLoss) { in execSingleAction() method in FragmentManagerImpl