Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DChooseLockGeneric.java90 private static final String KEY_UNLOCK_SET_OFF = "unlock_set_off"; field in ChooseLockGeneric.ChooseLockGenericFragment
391 return KEY_UNLOCK_SET_OFF; in getKeyForCurrent()
458 if (KEY_UNLOCK_SET_OFF.equals(key)) { in disableUnusablePreferencesImpl()
790 return !(KEY_UNLOCK_SET_OFF.equals(unlockMethod) || in isUnlockMethodSecure()
797 if (KEY_UNLOCK_SET_OFF.equals(unlockMethod)) { in setUnlockMethod()