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

/packages/apps/Settings/src/com/android/settings/
H A DConfirmLockPassword.java71 modIntent.putExtra(EXTRA_SHOW_FRAGMENT, ConfirmLockPasswordFragment.class.getName());
77 if (ConfirmLockPasswordFragment.class.getName().equals(fragmentName)) return true;
85 if (fragment != null && fragment instanceof ConfirmLockPasswordFragment) {
86 ((ConfirmLockPasswordFragment)fragment).onWindowFocusChanged(hasFocus);
90 public static class ConfirmLockPasswordFragment extends ConfirmDeviceCredentialBaseFragment class in class:ConfirmLockPassword
111 public ConfirmLockPasswordFragment() { method in class:ConfirmLockPassword.ConfirmLockPasswordFragment

Completed in 92 milliseconds