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

/packages/apps/Settings/src/com/android/settings/password/
H A DChooseLockGeneric.java825 private boolean isUnlockMethodSecure(String unlockMethod) { argument
826 return !(ScreenLockType.SWIPE.preferenceKey.equals(unlockMethod) ||
827 ScreenLockType.NONE.preferenceKey.equals(unlockMethod));
830 private boolean setUnlockMethod(String unlockMethod) { argument
831 EventLog.writeEvent(EventLogTags.LOCK_SCREEN_TYPE, unlockMethod);
833 ScreenLockType lock = ScreenLockType.fromKey(unlockMethod);
851 Log.e(TAG, "Encountered unknown unlock method to set: " + unlockMethod);
899 String unlockMethod = args.getString(ARG_UNLOCK_METHOD_TO_SET);
901 .setUnlockMethod(unlockMethod);

Completed in 49 milliseconds