Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoActionPopup.java46 public static final int TAKE_OR_PICK_PHOTO = 4; field in PhotoActionPopup.Flags
59 Flags.TAKE_OR_PICK_PHOTO;
63 Flags.TAKE_OR_PICK_PHOTO |
69 Flags.TAKE_OR_PICK_PHOTO |
83 if ((mode & Flags.TAKE_OR_PICK_PHOTO) > 0) { in getChoices()