Home
last modified time | relevance | path

Searched refs:TestDialogFragment (Results 1 – 4 of 4) sorted by relevance

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/app/
DTestDialogFragment.java31 public class TestDialogFragment extends DialogFragment { class
33 public TestDialogFragment() { in TestDialogFragment() method in TestDialogFragment
37 public static TestDialogFragment newInstance() { in newInstance()
38 return new TestDialogFragment(); in newInstance()
DAppCompatDialogFragmentTest.java51 () -> mFragment = new TestDialogFragment() in testDialogFragmentShows()
84 public static class TestDialogFragment extends AppCompatDialogFragment { class in AppCompatDialogFragmentTest
DNightModeForegroundDialogTestCase.kt48 val frag = TestDialogFragment.newInstance() in testNightModeChangeWithForegroundDialog()
DLocalesForegroundDialogTestCase.kt57 val frag = TestDialogFragment.newInstance() in testLocalesChangeWithForegroundDialog()