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.java91 private static final String KEY_UNLOCK_SET_NONE = "unlock_set_none"; field in ChooseLockGeneric.ChooseLockGenericFragment
354 findPreference(KEY_UNLOCK_SET_NONE).setViewId(R.id.lock_none); in addPreferences()
406 return KEY_UNLOCK_SET_NONE; in getKeyForCurrent()
466 } else if (KEY_UNLOCK_SET_NONE.equals(key)) { in disableUnusablePreferencesImpl()
791 KEY_UNLOCK_SET_NONE.equals(unlockMethod)); in isUnlockMethodSecure()
800 } else if (KEY_UNLOCK_SET_NONE.equals(unlockMethod)) { in setUnlockMethod()