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

/packages/apps/Settings/src/com/android/settings/applications/
H A DAppViewHolder.java36 public TextView disabled; field in class:AppViewHolder
51 holder.disabled = (TextView) convertView.findViewById(R.id.widget_text2);
/packages/services/Telephony/src/com/android/phone/
H A DRestrictedSwitchPreference.java86 public void setDisabledByAdmin(boolean disabled) { argument
87 if (mDisabledByAdmin != disabled) {
88 mDisabledByAdmin = disabled;
89 setWidgetLayoutResource(disabled ? R.layout.restricted_icon : mSwitchWidgetResId);
90 setEnabled(!disabled);
/packages/apps/Settings/src/com/android/settings/
H A DChooseLockGeneric.java259 * @param disabled
261 // TODO: why does this take disabled, its always called with a quality higher than
262 // what makes sense with disabled == true
263 private void maybeEnableEncryption(int quality, boolean disabled) { argument
271 mEncryptionRequestDisabled = disabled;
274 Intent unlockMethodIntent = getIntentForUnlockMethod(quality, disabled);
301 updateUnlockMethodAndFinish(quality, disabled);
479 * @param hideDisabledPrefs if false preferences show why they were disabled; otherwise
650 * @param disabled whether or not to show LockScreen at all. Only meaningful when quality is
653 void updateUnlockMethodAndFinish(int quality, boolean disabled) { argument
680 getIntentForUnlockMethod(int quality, boolean disabled) argument
[all...]
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 210 milliseconds