Home
last modified time | relevance | path

Searched defs:getChoices (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoActionPopup.java73 public static ArrayList<ChoiceListItem> getChoices(Context context, int mode) { in getChoices() method in PhotoActionPopup
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothActionFragment.java186 private int[] getChoices() { in getChoices() method in BluetoothActionFragment
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomVariable.h57 const std::vector<int>& getChoices() const { return mChoices; } in getChoices() function