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

/packages/apps/Settings/src/com/android/settings/
H A DChooseLockGeneric.java879 private void showFactoryResetProtectionWarningDialog(String unlockMethodToSet) { argument
884 title, message, unlockMethodToSet);
892 private static final String ARG_UNLOCK_METHOD_TO_SET = "unlockMethodToSet";
895 int titleRes, int messageRes, String unlockMethodToSet) {
901 args.putString(ARG_UNLOCK_METHOD_TO_SET, unlockMethodToSet);
894 newInstance( int titleRes, int messageRes, String unlockMethodToSet) argument

Completed in 1059 milliseconds