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.java6045 appendContactStatusUpdateJoin(tableBuilder, projection, in queryLocal()
6079 appendContactStatusUpdateJoin(tableBuilder, projection, in queryLocal()
8052 appendContactStatusUpdateJoin(sb, projection, ContactsColumns.LAST_STATUS_UPDATE_ID); in setTablesAndProjectionMapForContacts()
8077 appendContactStatusUpdateJoin(sb, projection, ContactsColumns.LAST_STATUS_UPDATE_ID); in setTablesAndProjectionMapForContactsWithSnippet()
8324 appendContactStatusUpdateJoin(sb, projection, ContactsColumns.LAST_STATUS_UPDATE_ID); in setTablesAndProjectionMapForData()
8389 appendContactStatusUpdateJoin(sb, projection, ContactsColumns.LAST_STATUS_UPDATE_ID); in setTablesAndProjectionMapForEntities()
8400 private void appendContactStatusUpdateJoin( in appendContactStatusUpdateJoin() method in ContactsProvider2