Searched refs:currentDialog (Results 1 – 2 of 2) sorted by relevance
102 SafeDismissDialogFragment currentDialog = in dismissDialog() local104 if (currentDialog instanceof DvrHalfSizedDialogFragment) { in dismissDialog()105 currentDialog.dismiss(); in dismissDialog()
771 SafeDismissDialogFragment currentDialog = mOverlayManager.getCurrentDialog(); in getDesiredBlockScreenType() local772 if (currentDialog != null) { in getDesiredBlockScreenType()775 if (currentDialog instanceof PinDialogFragment) { in getDesiredBlockScreenType()776 int type = ((PinDialogFragment) currentDialog).getType(); in getDesiredBlockScreenType()