Home | History | Annotate | Download | only in ui

Lines Matching defs:PinDialogFragment

56 import com.android.tv.dialog.PinDialogFragment;
136 AVAILABLE_DIALOG_TAGS.add(PinDialogFragment.DIALOG_TAG);
566 if (mCurrentDialog instanceof PinDialogFragment) {
567 // The result listener of PinDialogFragment could call MenuView when
570 ((PinDialogFragment) mCurrentDialog).setResultListener(null);