Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoEditorView.java172 public boolean isWritablePhotoSet() { in isWritablePhotoSet() method in PhotoEditorView
DRawContactEditorView.java372 public boolean isWritablePhotoSet() { in isWritablePhotoSet() method in RawContactEditorView
373 return mPhotoView.isWritablePhotoSet(); in isWritablePhotoSet()
DContactEditorFragment.java1787 return getContent().isWritablePhotoSet() ? PhotoActionPopup.Modes.WRITE_ABLE_PHOTO in getPhotoMode()