Searched defs:isWritablePhotoSet (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DPhotoEditorView.java172 public boolean isWritablePhotoSet() { method in class:PhotoEditorView
H A DRawContactEditorView.java370 * Pass through to {@link PhotoEditorView#isWritablePhotoSet}.
372 public boolean isWritablePhotoSet() { method in class:RawContactEditorView
373 return mPhotoView.isWritablePhotoSet();

Completed in 111 milliseconds