Searched refs:currentDialog (Results 1 – 3 of 3) sorted by relevance
67 SafeDismissDialogFragment currentDialog =69 if (currentDialog instanceof DvrDialogFragment) {70 currentDialog.dismiss();
59 SafeDismissDialogFragment currentDialog = in onGuidedActionClicked() local61 if (currentDialog instanceof DvrDialogFragment) { in onGuidedActionClicked()62 FragmentManager fm = currentDialog.getChildFragmentManager(); in onGuidedActionClicked()
708 SafeDismissDialogFragment currentDialog = mOverlayManager.getCurrentDialog(); in getDesiredBlockScreenType() local709 if (currentDialog != null) { in getDesiredBlockScreenType()712 if (currentDialog instanceof PinDialogFragment) { in getDesiredBlockScreenType()713 int type = ((PinDialogFragment) currentDialog).getType(); in getDesiredBlockScreenType()