Searched refs:unlockMethod (Results 1 – 1 of 1) sorted by relevance
789 private boolean isUnlockMethodSecure(String unlockMethod) { in isUnlockMethodSecure() argument790 return !(KEY_UNLOCK_SET_OFF.equals(unlockMethod) || in isUnlockMethodSecure()791 KEY_UNLOCK_SET_NONE.equals(unlockMethod)); in isUnlockMethodSecure()794 private boolean setUnlockMethod(String unlockMethod) { in setUnlockMethod() argument795 EventLog.writeEvent(EventLogTags.LOCK_SCREEN_TYPE, unlockMethod); in setUnlockMethod()797 if (KEY_UNLOCK_SET_OFF.equals(unlockMethod)) { in setUnlockMethod()800 } else if (KEY_UNLOCK_SET_NONE.equals(unlockMethod)) { in setUnlockMethod()803 } else if (KEY_UNLOCK_SET_MANAGED.equals(unlockMethod)) { in setUnlockMethod()805 } else if (KEY_UNLOCK_SET_PATTERN.equals(unlockMethod)) { in setUnlockMethod()808 } else if (KEY_UNLOCK_SET_PIN.equals(unlockMethod)) { in setUnlockMethod()[all …]