/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | RestrictedListPreference.java | 148 private RestrictedItem getRestrictedItemForEntryValue(CharSequence entryValue) { in getRestrictedItemForEntryValue() argument 149 if (entryValue == null) { in getRestrictedItemForEntryValue() 153 if (entryValue.equals(item.entryValue)) { in getRestrictedItemForEntryValue() 243 String entryValue = preference.getEntryValues()[which].toString(); in getOnItemClickListener() local 244 RestrictedItem item = preference.getRestrictedItemForEntryValue(entryValue); in getOnItemClickListener() 288 public final CharSequence entryValue; 291 public RestrictedItem(CharSequence entry, CharSequence entryValue, 294 this.entryValue = entryValue;
|
/packages/apps/Settings/src/com/android/settings/ |
D | RestrictedListPreference.java | 148 private RestrictedItem getRestrictedItemForEntryValue(CharSequence entryValue) { in getRestrictedItemForEntryValue() argument 149 if (entryValue == null) { in getRestrictedItemForEntryValue() 153 if (entryValue.equals(item.entryValue)) { in getRestrictedItemForEntryValue() 243 String entryValue = preference.getEntryValues()[which].toString(); in getOnItemClickListener() local 244 RestrictedItem item = preference.getRestrictedItemForEntryValue(entryValue); in getOnItemClickListener() 288 public final CharSequence entryValue; 291 public RestrictedItem(CharSequence entry, CharSequence entryValue, 294 this.entryValue = entryValue;
|
/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/preference/ |
D | MultiSelectListPreferenceFragment.java | 116 String entryValue = entryValues[i].toString(); in onViewCreated() local 123 mNewValues.add(entryValue); in onViewCreated() 125 mNewValues.remove(entryValue); in onViewCreated()
|
D | ListPreferenceFragment.java | 135 String entryValue = entryValues[selectedIndex].toString(); in onViewCreated() local 137 if (mPreference.callChangeListener(entryValue)) { in onViewCreated() 138 mPreference.setValue(entryValue); in onViewCreated()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/ |
D | LockScreenNotificationPreferenceController.java | 248 CharSequence entryValue, int keyguardNotificationFeatures) { in setRestrictedIfNotificationFeaturesDisabled() argument 254 new RestrictedListPreference.RestrictedItem(entry, entryValue, admin); in setRestrictedIfNotificationFeaturesDisabled() 264 entry, entryValue, profileAdmin); in setRestrictedIfNotificationFeaturesDisabled()
|
D | VisibilityPreferenceController.java | 130 CharSequence entry, CharSequence entryValue, int keyguardNotificationFeatures) { in setRestrictedIfNotificationFeaturesDisabled() argument 136 new RestrictedListPreference.RestrictedItem(entry, entryValue, admin); in setRestrictedIfNotificationFeaturesDisabled()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | LockScreenNotificationPreferenceController.java | 248 CharSequence entryValue, int keyguardNotificationFeatures) { in setRestrictedIfNotificationFeaturesDisabled() argument 254 new RestrictedListPreference.RestrictedItem(entry, entryValue, admin); in setRestrictedIfNotificationFeaturesDisabled() 264 entry, entryValue, profileAdmin); in setRestrictedIfNotificationFeaturesDisabled()
|
D | ShowOnLockScreenNotificationPreferenceController.java | 135 CharSequence entry, CharSequence entryValue, int keyguardNotificationFeatures) { in setRestrictedIfNotificationFeaturesDisabled() argument 141 new RestrictedListPreference.RestrictedItem(entry, entryValue, admin); in setRestrictedIfNotificationFeaturesDisabled()
|
D | VisibilityPreferenceController.java | 130 CharSequence entry, CharSequence entryValue, int keyguardNotificationFeatures) { in setRestrictedIfNotificationFeaturesDisabled() argument 136 new RestrictedListPreference.RestrictedItem(entry, entryValue, admin); in setRestrictedIfNotificationFeaturesDisabled()
|