Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java5905 appendContactPresenceJoin(tableBuilder, projection, RawContacts.CONTACT_ID); in queryLocal()
5939 appendContactPresenceJoin(tableBuilder, projection, RawContacts.CONTACT_ID); in queryLocal()
7864 appendContactPresenceJoin(sb, projection, Contacts._ID); in setTablesAndProjectionMapForContacts()
7889 appendContactPresenceJoin(sb, projection, Contacts._ID); in setTablesAndProjectionMapForContactsWithSnippet()
8136 appendContactPresenceJoin(sb, projection, RawContacts.CONTACT_ID); in setTablesAndProjectionMapForData()
8201 appendContactPresenceJoin(sb, projection, Contacts.Entity.CONTACT_ID); in setTablesAndProjectionMapForEntities()
8261 private void appendContactPresenceJoin( in appendContactPresenceJoin() method in ContactsProvider2