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.java56 private static final String[] CONTACT_PROJECTION = {Contacts._ID, Contacts.DISPLAY_NAME}; field in SmsMmsContacts
59 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()