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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DCompactPhotoEditorView.java193 public boolean isWritablePhotoSet() { method in class:CompactPhotoEditorView
H A DCompactContactEditorFragment.java302 if (getContent().isWritablePhotoSet()) {
H A DCompactRawContactsEditorView.java501 * Pass through to {@link CompactPhotoEditorView#isWritablePhotoSet}.
503 public boolean isWritablePhotoSet() { method in class:CompactRawContactsEditorView
504 return mPhotoView.isWritablePhotoSet();

Completed in 78 milliseconds