Searched refs:latestAlertDialog (Results 1 - 8 of 8) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAlertDialog.java436 ShadowAlertDialog latestAlertDialog = shadowOf(realDialog);
437 latestAlertDialog.context = context;
438 latestAlertDialog.items = items;
439 latestAlertDialog.adapter = adapter;
440 latestAlertDialog.setTitle(title);
441 latestAlertDialog.message = message;
442 latestAlertDialog.clickListener = clickListener;
443 latestAlertDialog.setOnCancelListener(cancelListener);
444 latestAlertDialog.isMultiItem = isMultiItem;
445 latestAlertDialog
[all...]
H A DShadowApplication.java86 private ShadowAlertDialog latestAlertDialog; field in class:ShadowApplication
491 return latestAlertDialog;
494 public void setLatestAlertDialog(ShadowAlertDialog latestAlertDialog) { argument
495 this.latestAlertDialog = latestAlertDialog;
/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 144 milliseconds