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

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowAlertDialogTest.java 58 assertThat(shadowOf(ShadowAlertDialog.getLatestAlertDialog())).isSameAs(shadowAlertDialog);
59 assertThat(ShadowAlertDialog.getLatestAlertDialog()).isSameAs(alert);
74 assertThat(ShadowAlertDialog.getLatestAlertDialog()).isNull();
77 assertThat(ShadowAlertDialog.getLatestAlertDialog()).isSameAs(dialog);
213 assertThat(shadowOf(ShadowAlertDialog.getLatestAlertDialog())).isSameAs(shadowAlertDialog);
214 assertThat(ShadowAlertDialog.getLatestAlertDialog()).isSameAs(alert);
245 assertNull(ShadowAlertDialog.getLatestAlertDialog());
250 assertEquals(alertDialog, ShadowAlertDialog.getLatestAlertDialog());
ShadowDialogTest.java 135 assertNull(ShadowAlertDialog.getLatestAlertDialog());
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAlertDialog.java 31 public static AlertDialog getLatestAlertDialog() {
33 ShadowAlertDialog dialog = shadowApplication.getLatestAlertDialog();
ShadowApplication.java 157 * @deprecated Use {@link ShadowAlertDialog#getLatestAlertDialog()} instead.
160 public ShadowAlertDialog getLatestAlertDialog() {

Completed in 60 milliseconds