HomeSort by relevance Sort by last modified time
    Searched refs:firstDialog (Results 1 - 2 of 2) sorted by null

  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ActivityTest.java 240 Dialog firstDialog = ShadowDialog.getLatestDialog();
246 assertSame("dialogs should be the same instance", firstDialog, secondDialog);
277 Dialog firstDialog = ShadowDialog.getLatestDialog();
285 assertNotSame("dialogs should not be the same instance", firstDialog, secondDialog);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowActivityTest.java 342 Dialog firstDialog = ShadowDialog.getLatestDialog();
346 assertSame("dialogs should be the same instance", firstDialog, secondDialog);
376 Dialog firstDialog = ShadowDialog.getLatestDialog();
384 assertNotSame("dialogs should not be the same instance", firstDialog, secondDialog);
    [all...]

Completed in 356 milliseconds