Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/password/
DChooseLockGeneric.java943 private boolean isUnlockMethodSecure(String unlockMethod) { in isUnlockMethodSecure() argument
944 return !(ScreenLockType.SWIPE.preferenceKey.equals(unlockMethod) || in isUnlockMethodSecure()
945 ScreenLockType.NONE.preferenceKey.equals(unlockMethod)); in isUnlockMethodSecure()
948 private boolean setUnlockMethod(String unlockMethod) { in setUnlockMethod() argument
949 EventLog.writeEvent(EventLogTags.LOCK_SCREEN_TYPE, unlockMethod); in setUnlockMethod()
951 ScreenLockType lock = ScreenLockType.fromKey(unlockMethod); in setUnlockMethod()
967 Log.e(TAG, "Encountered unknown unlock method to set: " + unlockMethod); in setUnlockMethod()
1015 String unlockMethod = args.getString(ARG_UNLOCK_METHOD_TO_SET); in onCreateDialog()
1017 .setUnlockMethod(unlockMethod); in onCreateDialog()