Searched refs:KEY_UNLOCK_SET_OR_CHANGE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DSecuritySettings.java96 private static final String KEY_UNLOCK_SET_OR_CHANGE = "unlock_set_or_change"; field in class:SecuritySettings
280 disableIfPasswordQualityManaged(KEY_UNLOCK_SET_OR_CHANGE, MY_USER_ID);
301 disableIfPasswordQualityManaged(KEY_UNLOCK_SET_OR_CHANGE, mProfileChallengeUserId);
310 Preference unlockSetOrChange = findPreference(KEY_UNLOCK_SET_OR_CHANGE);
576 if (KEY_UNLOCK_SET_OR_CHANGE.equals(p.getKey())) {
622 if (KEY_UNLOCK_SET_OR_CHANGE.equals(key)) {

Completed in 26 milliseconds