Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoActionPopup.java44 public static final int REMOVE_PHOTO = 2; field in PhotoActionPopup.Flags
62 Flags.REMOVE_PHOTO |
78 if ((mode & Flags.REMOVE_PHOTO) > 0) { in getChoices()