HomeSort by relevance Sort by last modified time
    Searched defs:PinDialogFragment (Results 1 - 2 of 2) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
PinDialogFragment.java 43 public abstract class PinDialogFragment extends SafeDismissDialogFragment {
44 private static final String TAG = "PinDialogFragment";
83 public static final String DIALOG_TAG = PinDialogFragment.class.getName();
106 public PinDialogFragment() {
330 private PinDialogFragment mDialog;
526 void setPinDialogFragment(PinDialogFragment dlg) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
RestrictedProfileDialogFragment.java 46 import com.android.tv.settings.dialog.PinDialogFragment;
203 if (getFragmentManager().findFragmentByTag(PinDialogFragment.DIALOG_TAG) != null) {
209 PinDialogFragment.PIN_DIALOG_TYPE_ENTER_PIN);
212 PinDialogFragment.DIALOG_TAG);
214 if (getFragmentManager().findFragmentByTag(PinDialogFragment.DIALOG_TAG) != null) {
220 PinDialogFragment.PIN_DIALOG_TYPE_NEW_PIN);
223 PinDialogFragment.DIALOG_TAG);
237 if (getFragmentManager().findFragmentByTag(PinDialogFragment.DIALOG_TAG) != null) {
243 PinDialogFragment.PIN_DIALOG_TYPE_ENTER_PIN);
246 PinDialogFragment.DIALOG_TAG)
    [all...]

Completed in 44 milliseconds