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.java6451 appendContactStatusUpdateJoin(tableBuilder, projection, in queryLocal()
6485 appendContactStatusUpdateJoin(tableBuilder, projection, in queryLocal()
8438 appendContactStatusUpdateJoin(sb, projection, ContactsColumns.LAST_STATUS_UPDATE_ID); in setTablesAndProjectionMapForContacts()
8463 appendContactStatusUpdateJoin(sb, projection, ContactsColumns.LAST_STATUS_UPDATE_ID); in setTablesAndProjectionMapForContactsWithSnippet()
8710 appendContactStatusUpdateJoin(sb, projection, ContactsColumns.LAST_STATUS_UPDATE_ID); in setTablesAndProjectionMapForData()
8775 appendContactStatusUpdateJoin(sb, projection, ContactsColumns.LAST_STATUS_UPDATE_ID); in setTablesAndProjectionMapForEntities()
8786 private void appendContactStatusUpdateJoin( in appendContactStatusUpdateJoin() method in ContactsProvider2