Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DChooseLockGeneric.java77 private static final String KEY_UNLOCK_SET_NONE = "unlock_set_none"; field in ChooseLockGeneric.ChooseLockGenericFragment
314 return KEY_UNLOCK_SET_NONE; in getKeyForCurrent()
368 } else if (KEY_UNLOCK_SET_NONE.equals(key)) { in disableUnusablePreferencesImpl()
557 KEY_UNLOCK_SET_NONE.equals(unlockMethod)); in isUnlockMethodSecure()
566 } else if (KEY_UNLOCK_SET_NONE.equals(unlockMethod)) { in setUnlockMethod()