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

/packages/apps/Settings/src/com/android/settings/password/
H A DChooseLockGeneric.java855 private void showFactoryResetProtectionWarningDialog(String unlockMethodToSet) { argument
860 title, message, unlockMethodToSet);
868 private static final String ARG_UNLOCK_METHOD_TO_SET = "unlockMethodToSet";
871 int titleRes, int messageRes, String unlockMethodToSet) {
877 args.putString(ARG_UNLOCK_METHOD_TO_SET, unlockMethodToSet);
870 newInstance( int titleRes, int messageRes, String unlockMethodToSet) argument

Completed in 33 milliseconds