Lines Matching refs:PinDialogFragment
105 import com.android.tv.dialog.PinDialogFragment;
106 import com.android.tv.dialog.PinDialogFragment.OnPinCheckedListener;
791 if (currentDialog instanceof PinDialogFragment) { in getDesiredBlockScreenType()
792 int type = ((PinDialogFragment) currentDialog).getType(); in getDesiredBlockScreenType()
793 if (type == PinDialogFragment.PIN_DIALOG_TYPE_UNLOCK_CHANNEL in getDesiredBlockScreenType()
794 || type == PinDialogFragment.PIN_DIALOG_TYPE_UNLOCK_PROGRAM) { in getDesiredBlockScreenType()
973 case PinDialogFragment.PIN_DIALOG_TYPE_UNLOCK_CHANNEL: in onPinChecked()
977 case PinDialogFragment.PIN_DIALOG_TYPE_UNLOCK_PROGRAM: in onPinChecked()
982 case PinDialogFragment.PIN_DIALOG_TYPE_ENTER_PIN: in onPinChecked()
987 case PinDialogFragment.PIN_DIALOG_TYPE_NEW_PIN: in onPinChecked()
992 } else if (type == PinDialogFragment.PIN_DIALOG_TYPE_ENTER_PIN) { in onPinChecked()
2356 PinDialogFragment dialog = null;
2358 dialog = PinDialogFragment.create(PinDialogFragment.PIN_DIALOG_TYPE_UNLOCK_CHANNEL);
2361 PinDialogFragment.create(
2362 PinDialogFragment.PIN_DIALOG_TYPE_UNLOCK_PROGRAM,
2366 mOverlayManager.showDialogFragment(PinDialogFragment.DIALOG_TAG, dialog, false);