Searched refs:findFragmentByTag (Results 1 – 7 of 7) sorted by relevance
58 assertThat(manager.findFragmentByTag("tag1"), sameInstance((Fragment) fragment)); in shouldFindFragmentByTag()212 assertNull(manager.findFragmentByTag("fragment1")); in executePendingTransactions_shouldRunPendingCommitsAsIfTheMainLooperWereNotPaused()213 assertNull(manager.findFragmentByTag("fragment2")); in executePendingTransactions_shouldRunPendingCommitsAsIfTheMainLooperWereNotPaused()217 assertSame(fragment, manager.findFragmentByTag("fragment1")); in executePendingTransactions_shouldRunPendingCommitsAsIfTheMainLooperWereNotPaused()218 assertSame(fragment2, manager.findFragmentByTag("fragment2")); in executePendingTransactions_shouldRunPendingCommitsAsIfTheMainLooperWereNotPaused()
84 assertSame(dialogFragment, fragmentManager.findFragmentByTag("this is a tag")); in show_shouldShowDialogThatWasReturnedFromOnCreateDialog_whenOnCreateDialogReturnsADialog()95 assertSame(dialogFragment, fragmentManager.findFragmentByTag("this is a tag")); in show_shouldShowDialogThatWasAutomaticallyCreated_whenOnCreateDialogReturnsNull()
33 … fragment = (TestFragment) activity.getSupportFragmentManager().findFragmentByTag("fragment_tag"); in setUp()
163 RequestManagerFragment current = (RequestManagerFragment) fm.findFragmentByTag(TAG); in fragmentGet()183 … SupportRequestManagerFragment current = (SupportRequestManagerFragment) fm.findFragmentByTag(TAG); in supportFragmentGet()
62 public Fragment findFragmentByTag(String tag) { in findFragmentByTag() method in TestFragmentManager
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...