Home
last modified time | relevance | path

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

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