Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DBaseRawContactEditorView.java123 public boolean hasSetPhoto() { in hasSetPhoto() method in BaseRawContactEditorView
124 return mPhoto.hasSetPhoto(); in hasSetPhoto()
DContactEditorFragment.java352 if (editor.hasSetPhoto()) { in bindPhotoHandler()
359 } else if (editor.hasSetPhoto() && hasMoreThanOnePhoto()) { in bindPhotoHandler()
DPhotoEditorView.java166 public boolean hasSetPhoto() { in hasSetPhoto() method in PhotoEditorView