Searched refs:TestDialogFragment (Results 1 – 4 of 4) sorted by relevance
31 public class TestDialogFragment extends DialogFragment { class33 public TestDialogFragment() { in TestDialogFragment() method in TestDialogFragment37 public static TestDialogFragment newInstance() { in newInstance()38 return new TestDialogFragment(); in newInstance()
51 () -> mFragment = new TestDialogFragment() in testDialogFragmentShows()84 public static class TestDialogFragment extends AppCompatDialogFragment { class in AppCompatDialogFragmentTest
48 val frag = TestDialogFragment.newInstance() in testNightModeChangeWithForegroundDialog()
57 val frag = TestDialogFragment.newInstance() in testLocalesChangeWithForegroundDialog()