Searched refs:latestDialog (Results 1 - 10 of 10) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowDialog.java55 public static void setLatestDialog(ShadowDialog latestDialog) { argument
57 if (shadowApplication != null) shadowApplication.setLatestDialog(latestDialog);
H A DShadowApplication.java75 private ShadowDialog latestDialog; field in class:ShadowApplication
655 return latestDialog;
658 public void setLatestDialog(ShadowDialog latestDialog) { argument
659 this.latestDialog = latestDialog;
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowApplication.java87 private ShadowDialog latestDialog; field in class:ShadowApplication
499 return latestDialog;
502 public void setLatestDialog(ShadowDialog latestDialog) { argument
503 this.latestDialog = latestDialog;
H A DShadowDialog.java56 public static void setLatestDialog(ShadowDialog latestDialog) { argument
57 Robolectric.getShadowApplication().setLatestDialog(latestDialog);
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 132 milliseconds