HomeSort by relevance Sort by last modified time
    Searched defs:popBackStackImmediate (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /cts/tests/fragment/src/android/fragment/cts/
PrimaryNavFragmentTest.java 29 import static android.fragment.cts.FragmentTestUtil.popBackStackImmediate;
59 assertTrue("popBackStackImmediate returned no action performed",
60 popBackStackImmediate(mActivityRule, fm));
84 popBackStackImmediate(mActivityRule, fm);
97 popBackStackImmediate(mActivityRule, fm);
108 popBackStackImmediate(mActivityRule, fm);
135 popBackStackImmediate(mActivityRule, fm);
153 popBackStackImmediate(mActivityRule, fm);
FragmentReorderingTest.java 107 FragmentTestUtil.popBackStackImmediate(mActivityRule);
136 FragmentTestUtil.popBackStackImmediate(mActivityRule);
166 FragmentTestUtil.popBackStackImmediate(mActivityRule, id[0],
347 FragmentTestUtil.popBackStackImmediate(mActivityRule, id, 0);
368 FragmentTestUtil.popBackStackImmediate(mActivityRule, id, 0);
389 FragmentTestUtil.popBackStackImmediate(mActivityRule, id, 0);
425 FragmentTestUtil.popBackStackImmediate(mActivityRule, id,
463 FragmentTestUtil.popBackStackImmediate(mActivityRule, id, 0);
FragmentTestUtil.java 83 public static boolean popBackStackImmediate(final ActivityTestRule<? extends Activity> rule) {
84 return popBackStackImmediate(rule, rule.getActivity().getFragmentManager());
87 public static boolean popBackStackImmediate(final ActivityTestRule<? extends Activity> rule,
93 ret[0] = fm.popBackStackImmediate();
99 public static boolean popBackStackImmediate(final ActivityTestRule<FragmentTestActivity> rule,
101 return popBackStackImmediate(rule, rule.getActivity().getFragmentManager(), id, flags);
104 public static boolean popBackStackImmediate(final ActivityTestRule<FragmentTestActivity> rule,
110 ret[0] = fm.popBackStackImmediate(id, flags);
116 public static boolean popBackStackImmediate(final ActivityTestRule<FragmentTestActivity> rule,
118 return popBackStackImmediate(rule, rule.getActivity().getFragmentManager(), name, flags)
    [all...]
FragmentExecuteTests.java 74 assertTrue(FragmentTestUtil.popBackStackImmediate(mActivityRule));
91 assertFalse(FragmentTestUtil.popBackStackImmediate(mActivityRule));
95 // Test that when popBackStackImmediate is called when something is in the queue and
109 assertTrue(FragmentTestUtil.popBackStackImmediate(mActivityRule));
117 // Test that when popBackStackImmediate is called when something is in the queue and
131 assertFalse(FragmentTestUtil.popBackStackImmediate(mActivityRule));
139 // Test popBackStackImmediate(int, int)
164 assertTrue(FragmentTestUtil.popBackStackImmediate(mActivityRule, commit1, 0));
170 assertFalse(FragmentTestUtil.popBackStackImmediate(mActivityRule, commit1, 0));
189 assertTrue(FragmentTestUtil.popBackStackImmediate(mActivityRule, commit4
    [all...]
FragmentViewTests.java     [all...]
PostponedTransitionTest.java 93 FragmentTestUtil.popBackStackImmediate(mActivityRule);
122 FragmentTestUtil.popBackStackImmediate(mActivityRule);
146 FragmentTestUtil.popBackStackImmediate(mActivityRule);
201 FragmentTestUtil.popBackStackImmediate(mActivityRule, commit[0],
255 FragmentTestUtil.popBackStackImmediate(mActivityRule);
262 FragmentTestUtil.popBackStackImmediate(mActivityRule);
303 FragmentTestUtil.popBackStackImmediate(mActivityRule);
379 FragmentTestUtil.popBackStackImmediate(mActivityRule);
384 FragmentTestUtil.popBackStackImmediate(mActivityRule);
471 FragmentTestUtil.popBackStackImmediate(mActivityRule)
    [all...]
  /frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
PrimaryNavFragmentTest.java 62 assertTrue("popBackStackImmediate returned no action performed",
63 popBackStackImmediate(fm));
87 popBackStackImmediate(fm);
100 popBackStackImmediate(fm);
111 popBackStackImmediate(fm);
138 popBackStackImmediate(fm);
156 popBackStackImmediate(fm);
171 private boolean popBackStackImmediate(final FragmentManager fm) throws Throwable {
176 result[0] = fm.popBackStackImmediate();
NestedInflatedFragmentTest.java 60 fm.popBackStackImmediate();
FragmentTestUtil.java 89 public static boolean popBackStackImmediate(final ActivityTestRule<FragmentTestActivity> rule) {
95 ret[0] = rule.getActivity().getSupportFragmentManager().popBackStackImmediate();
101 public static boolean popBackStackImmediate(final ActivityTestRule<FragmentTestActivity> rule,
108 ret[0] = rule.getActivity().getSupportFragmentManager().popBackStackImmediate(id,
115 public static boolean popBackStackImmediate(final ActivityTestRule<FragmentTestActivity> rule,
122 ret[0] = rule.getActivity().getSupportFragmentManager().popBackStackImmediate(name,
FragmentReorderingTest.java 126 FragmentTestUtil.popBackStackImmediate(mActivityRule);
157 FragmentTestUtil.popBackStackImmediate(mActivityRule);
196 FragmentTestUtil.popBackStackImmediate(mActivityRule, id[0],
411 FragmentTestUtil.popBackStackImmediate(mActivityRule, id, 0);
440 FragmentTestUtil.popBackStackImmediate(mActivityRule, id, 0);
477 FragmentTestUtil.popBackStackImmediate(mActivityRule, id, 0);
530 FragmentTestUtil.popBackStackImmediate(mActivityRule, id,
571 FragmentTestUtil.popBackStackImmediate(mActivityRule, id, 0);
FragmentViewTests.java     [all...]
PostponedTransitionTest.java 101 FragmentTestUtil.popBackStackImmediate(mActivityRule);
130 FragmentTestUtil.popBackStackImmediate(mActivityRule);
154 FragmentTestUtil.popBackStackImmediate(mActivityRule);
211 FragmentTestUtil.popBackStackImmediate(mActivityRule, commit[0],
267 FragmentTestUtil.popBackStackImmediate(mActivityRule);
274 FragmentTestUtil.popBackStackImmediate(mActivityRule);
316 FragmentTestUtil.popBackStackImmediate(mActivityRule);
398 FragmentTestUtil.popBackStackImmediate(mActivityRule);
403 FragmentTestUtil.popBackStackImmediate(mActivityRule);
496 FragmentTestUtil.popBackStackImmediate(mActivityRule)
    [all...]
FragmentLifecycleTest.java 489 fm.popBackStackImmediate();
    [all...]
  /frameworks/support/lifecycle/extensions/src/androidTest/java/androidx/lifecycle/
FragmentOperationsLifecycleTest.java 92 assertThat(fm.popBackStackImmediate(), is(true));
96 assertThat(fm.popBackStackImmediate(), is(true));
  /frameworks/opt/car/setupwizard/library/src/com/android/car/setupwizardlib/
BaseActivity.java 171 protected boolean popBackStackImmediate() {
173 getSupportFragmentManager().popBackStackImmediate();
206 return popBackStackImmediate();
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/
TestFragmentManager.java 71 public boolean popBackStackImmediate() {
80 public boolean popBackStackImmediate(String name, int flags) {
89 public boolean popBackStackImmediate(int id, int flags) {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupFinal.java 628 fm.popBackStackImmediate(CREDENTIALS_BACKSTACK_TAG, 0);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneController.java 437 fragmentManager.popBackStackImmediate(mMiscellaneousViewTransactionId,
    [all...]
  /frameworks/base/core/java/android/app/
FragmentManager.java 235 public abstract boolean popBackStackImmediate();
258 public abstract boolean popBackStackImmediate(String name, int flags);
282 public abstract boolean popBackStackImmediate(int id, int flags);
433 * {@link #popBackStackImmediate()} or any FragmentTransaction using
829 public boolean popBackStackImmediate() {
831 return popBackStackImmediate(null, -1, 0);
    [all...]
  /frameworks/support/fragment/src/main/java/androidx/fragment/app/
FragmentManager.java 250 public abstract boolean popBackStackImmediate();
273 public abstract boolean popBackStackImmediate(@Nullable String name, int flags);
297 public abstract boolean popBackStackImmediate(int id, int flags);
453 * {@link #popBackStackImmediate()} or any FragmentTransaction using
825 public boolean popBackStackImmediate()
    [all...]
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 

Completed in 452 milliseconds

1 2 3 4