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

/packages/apps/Settings/src/com/android/settings/
H A DChooseLockGeneric.java575 FactoryResetProtectionWarningDialog dialog =
576 FactoryResetProtectionWarningDialog.newInstance(message, unlockMethodToSet);
580 public static class FactoryResetProtectionWarningDialog extends DialogFragment { class in class:ChooseLockGeneric.ChooseLockGenericFragment
585 public static FactoryResetProtectionWarningDialog newInstance(int messageRes,
587 FactoryResetProtectionWarningDialog frag =
588 new FactoryResetProtectionWarningDialog();

Completed in 36 milliseconds