Lines Matching refs:StructuredName
41 import android.provider.ContactsContract.CommonDataKinds.StructuredName;
1164 String SELECTION = Data.MIMETYPE + " = '" + StructuredName.CONTENT_ITEM_TYPE + "'" +
1165 " AND " + StructuredName.DISPLAY_NAME + "=" + Contacts.DISPLAY_NAME +
1166 " AND " + StructuredName.DISPLAY_NAME + " IS NOT NULL " +
1167 " AND " + StructuredName.DISPLAY_NAME + " != '' ";