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.java5906 appendContactStatusUpdateJoin(tableBuilder, projection, in queryLocal()
5940 appendContactStatusUpdateJoin(tableBuilder, projection, in queryLocal()
7865 appendContactStatusUpdateJoin(sb, projection, ContactsColumns.LAST_STATUS_UPDATE_ID); in setTablesAndProjectionMapForContacts()
7890 appendContactStatusUpdateJoin(sb, projection, ContactsColumns.LAST_STATUS_UPDATE_ID); in setTablesAndProjectionMapForContactsWithSnippet()
8137 appendContactStatusUpdateJoin(sb, projection, ContactsColumns.LAST_STATUS_UPDATE_ID); in setTablesAndProjectionMapForData()
8202 appendContactStatusUpdateJoin(sb, projection, ContactsColumns.LAST_STATUS_UPDATE_ID); in setTablesAndProjectionMapForEntities()
8213 private void appendContactStatusUpdateJoin( in appendContactStatusUpdateJoin() method in ContactsProvider2