Home
last modified time | relevance | path

Searched refs:getChoiceValues (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java553 entry.getChoiceValues(), (String) newValue); in onPreferenceChange()
706 p.setSummary(findInArray(entry.getChoiceEntries(), entry.getChoiceValues(), in onRestrictionsReceived()
708 ((ListPreference)p).setEntryValues(entry.getChoiceValues()); in onRestrictionsReceived()
716 ((MultiSelectListPreference)p).setEntryValues(entry.getChoiceValues()); in onRestrictionsReceived()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DAppRestrictionsFragment.java634 entry.getChoiceValues(), (String) newValue); in onPreferenceChange()
740 p.setSummary(findInArray(entry.getChoiceEntries(), entry.getChoiceValues(), in onRestrictionsReceived()
742 ((ListPreference)p).setEntryValues(entry.getChoiceValues()); in onRestrictionsReceived()
750 ((MultiSelectListPreference)p).setEntryValues(entry.getChoiceValues()); in onRestrictionsReceived()
/aosp12/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java379 public String[] getChoiceValues() { in getChoiceValues() method in RestrictionEntry
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt11582 method public String[] getChoiceValues();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt8041 method public java.lang.String[] getChoiceValues();