Home
last modified time | relevance | path

Searched refs:setLatestAlertDialog (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAlertDialog.java49 shadowApplication.setLatestAlertDialog(null); in reset()
95 shadowApplication.setLatestAlertDialog(this); in show()
DShadowApplication.java164 protected void setLatestAlertDialog(ShadowAlertDialog latestAlertDialog) { in setLatestAlertDialog() method in ShadowApplication