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.java6626 setTablesAndProjectionMapForRawContacts(qb, uri); in queryLocal()
6633 setTablesAndProjectionMapForRawContacts(qb, uri); in queryLocal()
8157 private void setTablesAndProjectionMapForRawContacts(SQLiteQueryBuilder qb, Uri uri) { in setTablesAndProjectionMapForRawContacts() method in ContactsProvider2