Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DRestrictedListPreference.java142 private RestrictedItem getRestrictedItemForEntryValue(CharSequence entryValue) { in getRestrictedItemForEntryValue()
234 String entryValue = preference.getEntryValues()[which].toString(); in getOnItemClickListener() local
/packages/apps/Car/Settings/src/com/android/car/settings/datausage/
DDataUsageCycleBasePreferenceController.java127 CharSequence entryValue = String.valueOf(i); in updateCycle() local
/packages/apps/Settings/src/com/android/settings/notification/
DShowOnLockScreenNotificationPreferenceController.java137 CharSequence entry, CharSequence entryValue, int keyguardNotificationFeatures) { in setRestrictedIfNotificationFeaturesDisabled()
DLockScreenNotificationPreferenceController.java257 CharSequence entryValue, int keyguardNotificationFeatures) { in setRestrictedIfNotificationFeaturesDisabled()
/packages/apps/Settings/src/com/android/settings/notification/app/
DVisibilityPreferenceController.java137 CharSequence entry, CharSequence entryValue, int keyguardNotificationFeatures) { in setRestrictedIfNotificationFeaturesDisabled()
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/table/packed/read/
DPackedTableReader.java193 long entryValue = getLongValueFromEntryBytes(entryBytes); in binarySearch() local