OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:latestDialog
(Results
1 - 2
of
2
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowApplication.java
43
private ShadowDialog
latestDialog
;
173
return
latestDialog
;
176
protected void setLatestDialog(ShadowDialog
latestDialog
) {
177
this.
latestDialog
=
latestDialog
;
ShadowDialog.java
55
public static void setLatestDialog(ShadowDialog
latestDialog
) {
57
if (shadowApplication != null) shadowApplication.setLatestDialog(
latestDialog
);
Completed in 222 milliseconds