Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactContactEditorFragment.java304 ? PhotoActionPopup.Modes.MULTIPLE_WRITE_ABLE_PHOTOS in getPhotoMode()
305 : PhotoActionPopup.Modes.WRITE_ABLE_PHOTO; in getPhotoMode()
307 return PhotoActionPopup.Modes.NO_PHOTO; in getPhotoMode()
DContactEditorFragment.java353 mode = PhotoActionPopup.Modes.WRITE_ABLE_PHOTO; in bindPhotoHandler()
356 mode = PhotoActionPopup.Modes.NO_PHOTO; in bindPhotoHandler()
360 mode = PhotoActionPopup.Modes.READ_ONLY_PHOTO; in bindPhotoHandler()
DPhotoActionPopup.java57 public static final class Modes { class in PhotoActionPopup