Searched refs:CONTACT_PROJECTION (Results 1 – 1 of 1) sorted by relevance
56 private static final String[] CONTACT_PROJECTION = {Contacts._ID, Contacts.DISPLAY_NAME}; field in SmsMmsContacts59 Arrays.asList(CONTACT_PROJECTION).indexOf(Contacts._ID);61 Arrays.asList(CONTACT_PROJECTION).indexOf(Contacts.DISPLAY_NAME);187 Cursor c = resolver.query(uri, CONTACT_PROJECTION, selection, selectionArgs, null); in getContactNameFromPhone()