Home | History | Annotate | Download | only in contacts

Lines Matching refs:getPhotoUri

354         public String getPhotoUri() {
764 String photoUri = contactData.getPhotoUri();
1153 if (mContact.getPhotoBinaryData() == null && mContact.getPhotoUri() != null) {
1155 new AsyncPhotoLoader().execute(mContact.getPhotoUri());