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

/frameworks/base/core/java/android/app/
H A DAlertDialog.java612 public Builder setItems(int itemsId, final OnClickListener listener) { argument
613 P.mItems = P.mContext.getResources().getTextArray(itemsId);
674 * @param itemsId the resource id of an array i.e. R.array.foo
684 public Builder setMultiChoiceItems(int itemsId, boolean[] checkedItems, argument
686 P.mItems = P.mContext.getResources().getTextArray(itemsId);
755 * @param itemsId the resource id of an array i.e. R.array.foo
763 public Builder setSingleChoiceItems(int itemsId, int checkedItem, argument
765 P.mItems = P.mContext.getResources().getTextArray(itemsId);

Completed in 49 milliseconds