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

/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java90 /** The user-visible set of choices used for single-select and multi-select lists. */
91 private String [] choices; field in class:RestrictionEntry
93 /** The values corresponding to the user-visible choices. The value(s) of this entry will
102 /* List of selected choices in the multi-select case. */
244 * Sets a list of strings that will be presented as choices to the user. When the
245 * user selects one or more of these choices, the corresponding value from the possible values
249 * @param choiceEntries the list of user-visible choices.
253 choices = choiceEntries;
256 /** Sets a list of strings that will be presented as choices to the user. This is similar to
262 choices
[all...]

Completed in 51 milliseconds