Searched refs:getChoices (Results 1 – 6 of 6) sorted by relevance
83 int[] choices = getChoices(); in onCreateActions()107 final int[] choices = getChoices(); in onGuidedActionClicked()129 if (defaultChoice < getChoices().length) { in onViewCreated()185 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()
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()
57 const std::vector<int>& getChoices() const { return mChoices; } in getChoices() function
205 return os << "[" + joinStr(", ", 20, range.getChoices()) + "]";