Searched refs:POSTAL_PHOTO_ID (Results 1 – 1 of 1) sorted by relevance
65 public static final int POSTAL_PHOTO_ID = 4; field in PostalAddressListAdapter.PostalQuery164 if (!cursor.isNull(PostalQuery.POSTAL_PHOTO_ID)) { in bindPhoto()165 photoId = cursor.getLong(PostalQuery.POSTAL_PHOTO_ID); in bindPhoto()