Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrGuidedStepFragment.java102 SafeDismissDialogFragment currentDialog = in dismissDialog() local
104 if (currentDialog instanceof DvrHalfSizedDialogFragment) { in dismissDialog()
105 currentDialog.dismiss(); in dismissDialog()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java771 SafeDismissDialogFragment currentDialog = mOverlayManager.getCurrentDialog(); in getDesiredBlockScreenType() local
772 if (currentDialog != null) { in getDesiredBlockScreenType()
775 if (currentDialog instanceof PinDialogFragment) { in getDesiredBlockScreenType()
776 int type = ((PinDialogFragment) currentDialog).getType(); in getDesiredBlockScreenType()