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

  /packages/apps/Contacts/src/com/android/contacts/detail/
PhotoSelectionHandler.java 41 import com.android.contacts.editor.PhotoActionPopup;
94 mPopup = PhotoActionPopup.createPopupMenu(
286 public abstract class PhotoActionListener implements PhotoActionPopup.Listener {
  /packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java 40 import com.android.contacts.editor.PhotoActionPopup;
489 int mode = (mPhotoUri == null) ? PhotoActionPopup.Modes.NO_PHOTO
490 : PhotoActionPopup.Modes.PHOTO_DISALLOW_PRIMARY;
494 mode &= ~PhotoActionPopup.Flags.REMOVE_PHOTO;
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhotoActionPopup.java 34 public class PhotoActionPopup {
35 public static final String TAG = "PhotoActionPopup";
ContactEditorFragment.java 805 mode = PhotoActionPopup.Modes.PHOTO_ALLOW_PRIMARY;
807 mode = PhotoActionPopup.Modes.PHOTO_DISALLOW_PRIMARY;
810 mode = PhotoActionPopup.Modes.NO_PHOTO;
814 mode = PhotoActionPopup.Modes.READ_ONLY_ALLOW_PRIMARY;
    [all...]

Completed in 642 milliseconds