Home
last modified time | relevance | path

Searched refs: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
99 final ArrayList<ChoiceListItem> choices = getChoices(context, mode); in createPopupMenu()
DPhotoSourceDialogFragment.java68 PhotoActionPopup.getChoices(getActivity(), photoMode); in onCreateDialog()
/packages/modules/ExtServices/src/android/ext/services/notification/
DSmartActionsHelper.java222 hasAppGeneratedReplies = !ArrayUtils.isEmpty(freeformRemoteInput.getChoices()); in suggestionsMightBeUsedInNotification()