Home | History | Annotate | Download | only in settings

Lines Matching full:disabled

205          * @param disabled
207 // TODO: why does this take disabled, its always called with a quality higher than
208 // what makes sense with disabled == true
209 private void maybeEnableEncryption(int quality, boolean disabled) {
214 mEncryptionRequestDisabled = disabled;
227 updateUnlockMethodAndFinish(quality, disabled);
332 * @param hideDisabledPrefs if false preferences show why they were disabled; otherwise
452 * @param disabled whether or not to show LockScreen at all. Only meaningful when quality is
455 void updateUnlockMethodAndFinish(int quality, boolean disabled) {
491 mChooseLockSettingsHelper.utils().setLockScreenDisabled(disabled,
553 DevicePolicyManager.PASSWORD_QUALITY_UNSPECIFIED, true /* disabled */ );
556 DevicePolicyManager.PASSWORD_QUALITY_UNSPECIFIED, false /* disabled */ );