Searched defs:execPendingActions (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
H A DFragmentController.java370 public boolean execPendingActions() { method in class:FragmentController
371 return mHost.mFragmentManager.execPendingActions();
H A DFragmentManager.java483 execPendingActions();
563 return execPendingActions();
1548 public boolean execPendingActions() { method in class:FragmentManagerImpl
1793 execPendingActions();
2066 execPendingActions();
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentController.java387 public boolean execPendingActions() { method in class:FragmentController
388 return mHost.mFragmentManager.execPendingActions();
H A DFragmentManager.java532 execPendingActions();
585 return execPendingActions();
1641 public boolean execPendingActions() { method in class:FragmentManagerImpl
1887 execPendingActions();
2179 execPendingActions();

Completed in 161 milliseconds