Searched refs:PostalQuery (Results 1 – 1 of 1) sorted by relevance
40 protected static class PostalQuery { class in PostalAddressListAdapter88 loader.setProjection(PostalQuery.PROJECTION_PRIMARY); in configureLoader()90 loader.setProjection(PostalQuery.PROJECTION_ALTERNATIVE); in configureLoader()102 return ((Cursor) getItem(position)).getString(PostalQuery.POSTAL_DISPLAY_NAME); in getContactDisplayName()110 long id = ((Cursor)getItem(position)).getLong(PostalQuery.POSTAL_ID); in getDataUri()130 bindViewId(view, cursor, PostalQuery.POSTAL_ID); in bindView()137 if (!cursor.isNull(PostalQuery.POSTAL_TYPE)) { in bindPostalAddress()138 final int type = cursor.getInt(PostalQuery.POSTAL_TYPE); in bindPostalAddress()139 final String customLabel = cursor.getString(PostalQuery.POSTAL_LABEL); in bindPostalAddress()145 view.showData(cursor, PostalQuery.POSTAL_ADDRESS); in bindPostalAddress()[all …]