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

/frameworks/base/core/java/android/app/
H A DFragmentController.java401 public boolean execPendingActions() { method in class:FragmentController
402 return mHost.mFragmentManager.execPendingActions();
H A DFragmentManager.java719 execPendingActions();
799 boolean updates = execPendingActions();
851 execPendingActions();
2036 public boolean execPendingActions() { method in class:FragmentManagerImpl
2685 execPendingActions();
3006 execPendingActions();
3032 execPendingActions();
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentController.java378 public boolean execPendingActions() { method in class:FragmentController
379 return mHost.mFragmentManager.execPendingActions();
H A DFragmentManager.java700 execPendingActions();
781 boolean updates = execPendingActions();
819 execPendingActions();
834 execPendingActions();
2223 public boolean execPendingActions() { method in class:FragmentManagerImpl
2896 execPendingActions();
3208 execPendingActions();
3222 execPendingActions();

Completed in 117 milliseconds