Searched refs:mPhotoId (Results 1 – 3 of 3) sorted by relevance
53 private final long mPhotoId; field in Contact96 mPhotoId = -1; in Contact()140 mPhotoId = photoId; in Contact()165 mPhotoId = from.mPhotoId; in Contact()266 return mPhotoId; in getPhotoId()337 if (mPhotoId == 0 && mPhotoBinaryData != null) { in getContentValues()
68 private final long mPhotoId; field in Contact118 mPhotoId = -1; in Contact()158 mPhotoId = photoId; in Contact()182 mPhotoId = from.mPhotoId; in Contact()321 return mPhotoId; in getPhotoId()431 if (mPhotoId == 0 && mPhotoBinaryData != null) { in getContentValues()
159 protected long mPhotoId; field in ShortcutIntentBuilder.LoadingAsyncTask176 if (mPhotoId == 0) { in loadPhoto()182 new String[] { String.valueOf(mPhotoId) }, null); in loadPhoto()208 mPhotoId = cursor.getLong(CONTACT_PHOTO_ID_COLUMN_INDEX); in loadData()241 mPhotoId = cursor.getLong(PHONE_PHOTO_ID_COLUMN_INDEX); in loadData()