Searched refs:PinDialogFragment (Results 1 - 2 of 2) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DRestrictedProfileActivity.java53 import com.android.tv.dialog.PinDialogFragment;
68 public static class RestrictedProfilePinDialogFragment extends PinDialogFragment {
304 if (getFragmentManager().findFragmentByTag(PinDialogFragment.DIALOG_TAG) != null) {
307 new RestrictedProfilePinDialogFragment(PinDialogFragment.PIN_DIALOG_TYPE_ENTER_PIN,
308 new PinDialogFragment.ResultListener() {
317 PinDialogFragment.DIALOG_TAG);
319 if (getFragmentManager().findFragmentByTag(PinDialogFragment.DIALOG_TAG) != null) {
322 new RestrictedProfilePinDialogFragment(PinDialogFragment.PIN_DIALOG_TYPE_NEW_PIN,
323 new PinDialogFragment.ResultListener() {
329 PinDialogFragment
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DPinDialogFragment.java45 public abstract class PinDialogFragment extends SafeDismissDialogFragment { class in inherits:SafeDismissDialogFragment
46 private static final String TAG = "PinDialogFragment";
83 public static final String DIALOG_TAG = PinDialogFragment.class.getName();
107 public PinDialogFragment(int type, ResultListener listener) { method in class:PinDialogFragment
322 private PinDialogFragment mDialog;
518 void setPinDialogFragment(PinDialogFragment dlg) {

Completed in 222 milliseconds