Home
last modified time | relevance | path

Searched refs:executePendingTransactions (Results 1 – 14 of 14) sorted by relevance

/cts/tests/fragment/src/android/fragment/cts/
DFragmentViewTests.java58 FragmentTestUtil.executePendingTransactions(mActivityRule); in addFragments()
64 FragmentTestUtil.executePendingTransactions(mActivityRule); in addFragments()
75 FragmentTestUtil.executePendingTransactions(mActivityRule); in addFragments()
79 FragmentTestUtil.executePendingTransactions(mActivityRule); in addFragments()
83 FragmentTestUtil.executePendingTransactions(mActivityRule); in addFragments()
88 FragmentTestUtil.executePendingTransactions(mActivityRule); in addFragments()
105 FragmentTestUtil.executePendingTransactions(mActivityRule); in addTwoContainers()
110 FragmentTestUtil.executePendingTransactions(mActivityRule); in addTwoContainers()
120 FragmentTestUtil.executePendingTransactions(mActivityRule); in addTwoContainers()
126 FragmentTestUtil.executePendingTransactions(mActivityRule); in addTwoContainers()
[all …]
DPrimaryNavFragmentTest.java28 import static android.fragment.cts.FragmentTestUtil.executePendingTransactions;
46 executePendingTransactions(mActivityRule, fm); in delegateBackToPrimaryNav()
54 executePendingTransactions(mActivityRule, cfm); in delegateBackToPrimaryNav()
73 executePendingTransactions(mActivityRule, fm); in popPrimaryNav()
79 executePendingTransactions(mActivityRule, fm); in popPrimaryNav()
92 executePendingTransactions(mActivityRule, fm); in popPrimaryNav()
104 executePendingTransactions(mActivityRule, fm); in popPrimaryNav()
121 executePendingTransactions(mActivityRule, fm); in replacePrimaryNav()
130 executePendingTransactions(mActivityRule, fm); in replacePrimaryNav()
141 executePendingTransactions(mActivityRule, fm); in replacePrimaryNav()
[all …]
DFragmentReorderingTest.java64 mFM.executePendingTransactions(); in addReplace()
75 mFM.executePendingTransactions(); in addReplace()
89 FragmentTestUtil.executePendingTransactions(mActivityRule); in startWithPop()
101 mFM.executePendingTransactions(); in startWithPop()
129 mFM.executePendingTransactions(); in middlePop()
156 mFM.executePendingTransactions(); in removeRedundantRemove()
184 FragmentTestUtil.executePendingTransactions(mActivityRule); in removeRedundantAdd()
198 mFM.executePendingTransactions(); in removeRedundantAdd()
207 FragmentTestUtil.executePendingTransactions(mActivityRule); in removeRedundantAdd()
221 FragmentTestUtil.executePendingTransactions(mActivityRule); in removeRedundantAttach()
[all …]
DFragmentTransactionTest.java97 mActivity.getFragmentManager().executePendingTransactions(); in testAddTransactionWithValidFragment()
117 mActivity.getFragmentManager().executePendingTransactions(); in testAddTransactionWithPrivateFragment()
142 mActivity.getFragmentManager().executePendingTransactions(); in testAddTransactionWithPackagePrivateFragment()
167 mActivity.getFragmentManager().executePendingTransactions(); in testAddTransactionWithAnonymousFragment()
192 mActivity.getFragmentManager().executePendingTransactions(); in testAddTransactionWithNonStaticFragment()
218 fm.executePendingTransactions(); in testRunOnCommit()
237 fm.executePendingTransactions(); in testRunOnCommit()
259 FragmentTestUtil.executePendingTransactions(mActivityRule); in getFragmentsOffThread()
270 FragmentTestUtil.executePendingTransactions(mActivityRule); in getFragmentsOffThread()
281 FragmentTestUtil.executePendingTransactions(mActivityRule); in getFragmentsOffThread()
[all …]
DFragmentLifecycleTest.java77 executePendingTransactions(fm); in basicLifecycle()
85 executePendingTransactions(fm); in basicLifecycle()
103 executePendingTransactions(fm); in detachment()
110 executePendingTransactions(fm); in detachment()
119 executePendingTransactions(fm); in detachment()
127 executePendingTransactions(fm); in detachment()
143 executePendingTransactions(fm); in basicBackStack()
152 executePendingTransactions(fm); in basicBackStack()
159 executePendingTransactions(fm); in basicBackStack()
173 executePendingTransactions(fm); in attachBackStack()
[all …]
DFragmentTestUtil.java66 public static boolean executePendingTransactions( in executePendingTransactions() method in FragmentTestUtil
68 return executePendingTransactions(rule, rule.getActivity().getFragmentManager()); in executePendingTransactions()
71 public static boolean executePendingTransactions( in executePendingTransactions() method in FragmentTestUtil
77 ret[0] = fm.executePendingTransactions(); in executePendingTransactions()
DLoaderTest.java69 FragmentTestUtil.executePendingTransactions(mActivityRule, fm); in testLeak()
76 FragmentTestUtil.executePendingTransactions(mActivityRule, fm); in testLeak()
DNestedInflatedFragmentTest.java59 fm.executePendingTransactions(); in inflatedChildFragment()
DFragmentExecuteTests.java65 assertTrue(fm.executePendingTransactions()); in executeAndPopNormal()
89 assertFalse(FragmentTestUtil.executePendingTransactions(mActivityRule)); in executeAndPopNothing()
DFragmentAnimatorTest.java413 mActivityRule.runOnUiThread(fm1::executePendingTransactions); in saveWhileAnimatingAway()
418 mActivityRule.runOnUiThread(fm1::executePendingTransactions); in saveWhileAnimatingAway()
DPostponedTransitionTest.java749 fm.executePendingTransactions(); in postponeDoesNotAllowReentrancy()
DFragmentTransitionTest.java779 FragmentTestUtil.executePendingTransactions(mActivityRule); in noSharedElementTransition()
/cts/tests/app/src/android/app/cts/
DFragmentTransactionTest.java62 mActivity.getFragmentManager().executePendingTransactions(); in testAddTransactionWithValidFragment()
81 mActivity.getFragmentManager().executePendingTransactions(); in testAddTransactionWithPrivateFragment()
105 mActivity.getFragmentManager().executePendingTransactions(); in testAddTransactionWithPackagePrivateFragment()
129 mActivity.getFragmentManager().executePendingTransactions(); in testAddTransactionWithAnonymousFragment()
153 mActivity.getFragmentManager().executePendingTransactions(); in testAddTransactionWithNonStaticFragment()
DFragmentReceiveResultTest.java111 mActivity.getFragmentManager().executePendingTransactions(); in attachTestFragment()