Searched defs:disabled (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DAppViewHolder.java20 public TextView disabled; field in class:AppViewHolder
34 holder.disabled = (TextView) convertView.findViewById(R.id.app_disabled);
/packages/apps/Settings/src/com/android/settings/
H A DChooseLockGeneric.java177 * @param disabled
179 private void maybeEnableEncryption(int quality, boolean disabled) { argument
182 mEncryptionRequestDisabled = disabled;
193 updateUnlockMethodAndFinish(quality, disabled);
438 * @param disabled whether or not to show LockScreen at all. Only meaningful when quality is
441 void updateUnlockMethodAndFinish(int quality, boolean disabled) { argument
486 mChooseLockSettingsHelper.utils().setLockScreenDisabled(disabled);
525 DevicePolicyManager.PASSWORD_QUALITY_UNSPECIFIED, true /* disabled */ );
528 DevicePolicyManager.PASSWORD_QUALITY_UNSPECIFIED, false /* disabled */ );

Completed in 42 milliseconds