Searched refs:setChoiceValues (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java51 * {@link #setChoiceValues(String[])} to set the localized list entries to present to the user
59 * {@link #setChoiceValues(String[])} to set the localized list entries to present to the user
71 * {@link #setChoiceValues(String[])} to set the localized list entries to present to the user
220 public void setChoiceValues(String[] choiceValues) { method in class:RestrictionEntry
226 * {@link #setChoiceValues(String[])}.
229 * @see #setChoiceValues(String[])
231 public void setChoiceValues(Context context, int stringArrayResId) { method in class:RestrictionEntry
247 * set in {@link #setChoiceValues(String[])}. This method is not relevant for types other
250 * @see #setChoiceValues(String[])

Completed in 14 milliseconds