Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowActivityTest.java387 Dialog secondDialog = ShadowDialog.getLatestDialog(); in showDialog_shouldReuseDialogs() local
388 assertSame("dialogs should be the same instance", firstDialog, secondDialog); in showDialog_shouldReuseDialogs()
424 Dialog secondDialog = ShadowDialog.getLatestDialog(); in removeDialog_shouldCreateDialogAgain() local
426 assertNotSame("dialogs should not be the same instance", firstDialog, secondDialog); in removeDialog_shouldCreateDialogAgain()