Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java6089 setTablesAndProjectionMapForRawContacts(qb, uri); in queryLocal()
6096 setTablesAndProjectionMapForRawContacts(qb, uri); in queryLocal()
7375 private void setTablesAndProjectionMapForRawContacts(SQLiteQueryBuilder qb, Uri uri) { in setTablesAndProjectionMapForRawContacts() method in ContactsProvider2