Searched refs:firstDialog (Results 1 – 1 of 1) sorted by relevance
384 Dialog firstDialog = ShadowDialog.getLatestDialog(); in showDialog_shouldReuseDialogs() local388 assertSame("dialogs should be the same instance", firstDialog, secondDialog); in showDialog_shouldReuseDialogs()418 Dialog firstDialog = ShadowDialog.getLatestDialog(); in removeDialog_shouldCreateDialogAgain() local426 assertNotSame("dialogs should not be the same instance", firstDialog, secondDialog); in removeDialog_shouldCreateDialogAgain()