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

/packages/apps/Settings/src/com/android/settings/
H A DConfirmLockPassword.java50 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, ConfirmLockPasswordFragment.class.getName());
57 if (ConfirmLockPasswordFragment.class.getName().equals(fragmentName)) return true;
71 public static class ConfirmLockPasswordFragment extends Fragment implements OnClickListener, class in class:ConfirmLockPassword
84 public ConfirmLockPasswordFragment() { method in class:ConfirmLockPassword.ConfirmLockPasswordFragment

Completed in 27 milliseconds