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