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