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