Home
last modified time | relevance | path

Searched refs:getChoices (Results 1 – 6 of 6) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothActionFragment.java83 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
/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoActionPopup.java73 public static ArrayList<ChoiceListItem> getChoices(Context context, int mode) { in getChoices() method in PhotoActionPopup
99 final ArrayList<ChoiceListItem> choices = getChoices(context, mode); in createPopupMenu()
DPhotoSourceDialogFragment.java68 PhotoActionPopup.getChoices(getActivity(), photoMode); in onCreateDialog()
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomVariable.cpp160 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()
DRandomVariable.h57 const std::vector<int>& getChoices() const { return mChoices; } in getChoices() function
DRandomGraphGeneratorUtils.h205 return os << "[" + joinStr(", ", 20, range.getChoices()) + "]";