Searched refs:unlockMethod (Results 1 – 1 of 1) sorted by relevance
1027 private boolean isUnlockMethodSecure(String unlockMethod) { in isUnlockMethodSecure() argument1028 return !(ScreenLockType.SWIPE.preferenceKey.equals(unlockMethod) || in isUnlockMethodSecure()1029 ScreenLockType.NONE.preferenceKey.equals(unlockMethod)); in isUnlockMethodSecure()1032 private boolean setUnlockMethod(String unlockMethod) { in setUnlockMethod() argument1033 EventLog.writeEvent(EventLogTags.LOCK_SCREEN_TYPE, unlockMethod); in setUnlockMethod()1035 ScreenLockType lock = ScreenLockType.fromKey(unlockMethod); in setUnlockMethod()1051 Log.e(TAG, "Encountered unknown unlock method to set: " + unlockMethod); in setUnlockMethod()1116 String unlockMethod = args.getString(ARG_UNLOCK_METHOD_TO_SET); in onCreateDialog()1118 .setUnlockMethod(unlockMethod); in onCreateDialog()