Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoActionPopup.java51 public static final int TAKE_OR_PICK_PHOTO_REPLACE_WORDING = 8; field in PhotoActionPopup.Flags
64 Flags.TAKE_OR_PICK_PHOTO_REPLACE_WORDING;
70 Flags.TAKE_OR_PICK_PHOTO_REPLACE_WORDING;
84 boolean replace = (mode & Flags.TAKE_OR_PICK_PHOTO_REPLACE_WORDING) > 0; in getChoices()