Searched refs:latestAlertDialog (Results 1 – 2 of 2) sorted by relevance
145 AlertDialog latestAlertDialog = (AlertDialog) ShadowDialog.getLatestDialog(); in allSecurityOptions_shouldBeShown_When_OptionsButtonIsClicked() local146 int count = latestAlertDialog.getListView().getCount(); in allSecurityOptions_shouldBeShown_When_OptionsButtonIsClicked()
416 AlertDialog latestAlertDialog = ShadowAlertDialogCompat.getLatestAlertDialog(); in displayPreference_clickToShowCorrectDialog() local417 if (latestAlertDialog != null) { in displayPreference_clickToShowCorrectDialog()418 latestAlertDialog.dismiss(); in displayPreference_clickToShowCorrectDialog()