HomeSort by relevance Sort by last modified time
    Searched defs:ViewModelFragment (Results 1 - 2 of 2) sorted by null

  /frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/test/
ViewModelActivity.java 42 .add(R.id.fragment_container, new ViewModelFragment(), FRAGMENT_TAG_1)
43 .add(new ViewModelFragment(), FRAGMENT_TAG_2)
53 public static class ViewModelFragment extends Fragment {
  /frameworks/support/lifecycle/extensions/src/androidTest/java/androidx/lifecycle/viewmodeltest/
ViewModelActivity.java 42 .add(R.id.fragment_container, new ViewModelFragment(), FRAGMENT_TAG_1)
43 .add(new ViewModelFragment(), FRAGMENT_TAG_2)
50 public static class ViewModelFragment extends Fragment {

Completed in 187 milliseconds