Searched refs:appendContactPresenceJoin (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 5964 appendContactPresenceJoin(tableBuilder, projection, RawContacts.CONTACT_ID); in queryLocal() 5998 appendContactPresenceJoin(tableBuilder, projection, RawContacts.CONTACT_ID); in queryLocal() 7970 appendContactPresenceJoin(sb, projection, Contacts._ID); in setTablesAndProjectionMapForContacts() 7995 appendContactPresenceJoin(sb, projection, Contacts._ID); in setTablesAndProjectionMapForContactsWithSnippet() 8242 appendContactPresenceJoin(sb, projection, RawContacts.CONTACT_ID); in setTablesAndProjectionMapForData() 8307 appendContactPresenceJoin(sb, projection, Contacts.Entity.CONTACT_ID); in setTablesAndProjectionMapForEntities() 8376 private void appendContactPresenceJoin( in appendContactPresenceJoin() method in ContactsProvider2
|