Searched refs:Pin2LockedDialogFragment (Results 1 – 3 of 3) sorted by relevance
47 implements Pin2LockedDialogFragment.Listener {190 Pin2LockedDialogFragment dialogFragment = (Pin2LockedDialogFragment) fragmentManager in showPin2LockedDialog()191 .findFragmentByTag(Pin2LockedDialogFragment.TAG_PIN2_LOCKED_DIALOG); in showPin2LockedDialog()193 dialogFragment = new Pin2LockedDialogFragment(); in showPin2LockedDialog()195 args.putInt(Pin2LockedDialogFragment.KEY_DIALOG_ID, in showPin2LockedDialog()196 Pin2LockedDialogFragment.DIALOG_ID_PUK2_REQUESTED_ON_PIN_ENTRY); in showPin2LockedDialog()198 dialogFragment.show(fragmentManager, Pin2LockedDialogFragment.TAG_PIN2_LOCKED_DIALOG); in showPin2LockedDialog()
47 implements EditPinPreference.OnPinEnteredListener, Pin2LockedDialogFragment.Listener {286 showPin2OrPuk2LockedDialog(Pin2LockedDialogFragment321 showPin2OrPuk2LockedDialog(Pin2LockedDialogFragment325 showPin2OrPuk2LockedDialog(Pin2LockedDialogFragment496 showPin2OrPuk2LockedDialog(Pin2LockedDialogFragment.DIALOG_ID_PUK2_LOCKED_OUT); in updateChangePIN2()610 (id == Pin2LockedDialogFragment.DIALOG_ID_PUK2_REQUESTED_ON_PIN_CHANGED) in onRequestPuk2()617 Pin2LockedDialogFragment dialogFragment = (Pin2LockedDialogFragment) fragmentManager in showPin2OrPuk2LockedDialog()618 .findFragmentByTag(Pin2LockedDialogFragment.TAG_PIN2_LOCKED_DIALOG); in showPin2OrPuk2LockedDialog()620 dialogFragment = new Pin2LockedDialogFragment(); in showPin2OrPuk2LockedDialog()622 args.putInt(Pin2LockedDialogFragment.KEY_DIALOG_ID, id); in showPin2OrPuk2LockedDialog()[all …]
37 public class Pin2LockedDialogFragment extends DialogFragment { class