Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DSmsMmsContacts.java67 static final String[] CONTACT_PROJECTION = {Contacts._ID, Contacts.DISPLAY_NAME}; field in SmsMmsContacts
71 Arrays.asList(CONTACT_PROJECTION).indexOf(Contacts._ID);
73 Arrays.asList(CONTACT_PROJECTION).indexOf(Contacts.DISPLAY_NAME);
220 resolver, uri, CONTACT_PROJECTION, selection, selectionArgs, null); in getContactNameFromPhone()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java1318 any(), any(), eq(SmsMmsContacts.CONTACT_PROJECTION), any(), any(), any()); in convoListing_withNonNullFilterRecipient()