Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java5967 appendContactStatusUpdateJoin(tableBuilder, projection, in queryLocal()
6001 appendContactStatusUpdateJoin(tableBuilder, projection, in queryLocal()
7926 appendContactStatusUpdateJoin(sb, projection, ContactsColumns.LAST_STATUS_UPDATE_ID); in setTablesAndProjectionMapForContacts()
7951 appendContactStatusUpdateJoin(sb, projection, ContactsColumns.LAST_STATUS_UPDATE_ID); in setTablesAndProjectionMapForContactsWithSnippet()
8198 appendContactStatusUpdateJoin(sb, projection, ContactsColumns.LAST_STATUS_UPDATE_ID); in setTablesAndProjectionMapForData()
8263 appendContactStatusUpdateJoin(sb, projection, ContactsColumns.LAST_STATUS_UPDATE_ID); in setTablesAndProjectionMapForEntities()
8274 private void appendContactStatusUpdateJoin( in appendContactStatusUpdateJoin() method in ContactsProvider2