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.java988 private boolean isUnlockMethodSecure(String unlockMethod) { in isUnlockMethodSecure() argument
989 return !(ScreenLockType.SWIPE.preferenceKey.equals(unlockMethod) || in isUnlockMethodSecure()
990 ScreenLockType.NONE.preferenceKey.equals(unlockMethod)); in isUnlockMethodSecure()
993 private boolean setUnlockMethod(String unlockMethod) { in setUnlockMethod() argument
994 EventLog.writeEvent(EventLogTags.LOCK_SCREEN_TYPE, unlockMethod); in setUnlockMethod()
996 ScreenLockType lock = ScreenLockType.fromKey(unlockMethod); in setUnlockMethod()
1014 Log.e(TAG, "Encountered unknown unlock method to set: " + unlockMethod); in setUnlockMethod()
1062 String unlockMethod = args.getString(ARG_UNLOCK_METHOD_TO_SET); in onCreateDialog()
1064 .setUnlockMethod(unlockMethod); in onCreateDialog()