Searched defs:stringArrayResId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java228 * @param stringArrayResId the resource id for a string array containing the possible values.
231 public void setChoiceValues(Context context, int stringArrayResId) { argument
232 values = context.getResources().getStringArray(stringArrayResId);
259 * @param stringArrayResId the resource id of a string array containing the possible entries.
261 public void setChoiceEntries(Context context, int stringArrayResId) { argument
262 choices = context.getResources().getStringArray(stringArrayResId);

Completed in 6 milliseconds