Home
last modified time | relevance | path

Searched refs:CONTACT_PROJECTION (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DSmsMmsContacts.java55 private static final String[] CONTACT_PROJECTION = {Contacts._ID, Contacts.DISPLAY_NAME}; field in SmsMmsContacts
58 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()