Home
last modified time | relevance | path

Searched defs:entryValue (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRestrictedListPreference.java148 private RestrictedItem getRestrictedItemForEntryValue(CharSequence entryValue) { in getRestrictedItemForEntryValue()
243 String entryValue = preference.getEntryValues()[which].toString(); in getOnItemClickListener() local
/packages/apps/Settings/src/com/android/settings/
DRestrictedListPreference.java148 private RestrictedItem getRestrictedItemForEntryValue(CharSequence entryValue) { in getRestrictedItemForEntryValue()
243 String entryValue = preference.getEntryValues()[which].toString(); in getOnItemClickListener() local
/packages/apps/Settings/src/com/android/settings/notification/
DVisibilityPreferenceController.java130 CharSequence entry, CharSequence entryValue, int keyguardNotificationFeatures) { in setRestrictedIfNotificationFeaturesDisabled()
DShowOnLockScreenNotificationPreferenceController.java135 CharSequence entry, CharSequence entryValue, int keyguardNotificationFeatures) { in setRestrictedIfNotificationFeaturesDisabled()
DLockScreenNotificationPreferenceController.java248 CharSequence entryValue, int keyguardNotificationFeatures) { in setRestrictedIfNotificationFeaturesDisabled()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DVisibilityPreferenceController.java130 CharSequence entry, CharSequence entryValue, int keyguardNotificationFeatures) { in setRestrictedIfNotificationFeaturesDisabled()
DLockScreenNotificationPreferenceController.java248 CharSequence entryValue, int keyguardNotificationFeatures) { in setRestrictedIfNotificationFeaturesDisabled()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java2669 final Object entryValue = entry.getValue(); in callAccountSendSaveMethod() local