Searched refs:getLatestDialog (Results 1 – 6 of 6) sorted by relevance
130 assertNull(ShadowDialog.getLatestDialog()); in show_setsLatestDialog()134 assertSame(dialog, ShadowDialog.getLatestDialog()); in show_setsLatestDialog()140 assertThat(ShadowDialog.getLatestDialog()).isNull(); in getLatestDialog_shouldReturnARealDialog()144 assertThat(ShadowDialog.getLatestDialog()).isSameAs(dialog); in getLatestDialog_shouldReturnARealDialog()176 assertEquals(TestDialog.class, ShadowDialog.getLatestDialog().getClass()); in shouldPopulateListOfRecentDialogsInCorrectOrder()
244 assertNull(ShadowDialog.getLatestDialog()); in show_setsLatestAlertDialogAndLatestDialog()249 assertEquals(alertDialog, ShadowDialog.getLatestDialog()); in show_setsLatestAlertDialogAndLatestDialog()310 assertThat(ShadowDialog.getLatestDialog()).isEqualTo(dialog); in shouldNotExplodeWhenNestingAlerts()313 assertThat(ShadowDialog.getLatestDialog()).isEqualTo(nestedDialog); in shouldNotExplodeWhenNestingAlerts()
384 Dialog firstDialog = ShadowDialog.getLatestDialog(); in showDialog_shouldReuseDialogs()387 Dialog secondDialog = ShadowDialog.getLatestDialog(); in showDialog_shouldReuseDialogs()395 Dialog dialog = ShadowDialog.getLatestDialog(); in showDialog_shouldShowDialog()404 Dialog dialog = ShadowDialog.getLatestDialog(); in dismissDialog_shouldDismissPreviouslyShownDialog()418 Dialog firstDialog = ShadowDialog.getLatestDialog(); in removeDialog_shouldCreateDialogAgain()424 Dialog secondDialog = ShadowDialog.getLatestDialog(); in removeDialog_shouldCreateDialogAgain()434 assertThat(ShadowDialog.getLatestDialog()).isNotNull(); in shouldCallOnCreateDialogFromShowDialog()
88 Dialog dialog = ShadowDialog.getLatestDialog(); in show_shouldShowDialogThatWasReturnedFromOnCreateDialog_whenOnCreateDialogReturnsADialog()98 Dialog dialog = ShadowDialog.getLatestDialog(); in show_shouldShowDialogThatWasAutomaticallyCreated_whenOnCreateDialogReturnsNull()113 Dialog dialog = ShadowDialog.getLatestDialog(); in removeUsingTransaction_shouldDismissTheDialog()
50 public static Dialog getLatestDialog() { in getLatestDialog() method in ShadowDialog51 ShadowDialog dialog = ShadowApplication.getInstance().getLatestDialog(); in getLatestDialog()
172 public ShadowDialog getLatestDialog() { in getLatestDialog() method in ShadowApplication