HomeSort by relevance Sort by last modified time
    Searched refs:REMOVE_PHOTO (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/editor/
PhotoActionPopup.java 46 public static final int REMOVE_PHOTO = 2;
65 Flags.REMOVE_PHOTO |
70 Flags.REMOVE_PHOTO |
86 if ((mode & Flags.REMOVE_PHOTO) > 0) {
  /packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java 493 mode &= ~PhotoActionPopup.Flags.REMOVE_PHOTO;

Completed in 444 milliseconds