Searched refs:unlockMethod (Results 1 – 1 of 1) sorted by relevance
988 private boolean isUnlockMethodSecure(String unlockMethod) { in isUnlockMethodSecure() argument989 return !(ScreenLockType.SWIPE.preferenceKey.equals(unlockMethod) || in isUnlockMethodSecure()990 ScreenLockType.NONE.preferenceKey.equals(unlockMethod)); in isUnlockMethodSecure()993 private boolean setUnlockMethod(String unlockMethod) { in setUnlockMethod() argument994 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()