Searched refs:getChoices (Results 1 – 7 of 7) sorted by relevance
84 int[] choices = getChoices(); in onCreateActions()108 final int[] choices = getChoices(); in onGuidedActionClicked()130 if (defaultChoice < getChoices().length) { in onViewCreated()186 private int[] getChoices() { in getChoices() method in BluetoothActionFragment
73 public static ArrayList<ChoiceListItem> getChoices(Context context, int mode) { in getChoices() method in PhotoActionPopup99 final ArrayList<ChoiceListItem> choices = getChoices(context, mode); in createPopupMenu()
68 PhotoActionPopup.getChoices(getActivity(), photoMode); in onCreateDialog()
57 const std::vector<int>& getChoices() const { return mChoices; } in getChoices() function
160 for (auto i : lhs.getChoices()) { in getInitRange()161 for (auto j : rhs.getChoices()) { in getInitRange()700 committed(var->range.getChoices().begin(), var->range.getChoices().end()), in EvalInfo()
205 return os << "[" + joinStr(", ", 20, range.getChoices()) + "]";
399 String[] entryValues = getResourcesForSubId().getStringArray(uiOptions.getChoices()); in setPreferenceEntries()