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.java5965 appendContactStatusUpdateJoin(tableBuilder, projection, in queryLocal()
5999 appendContactStatusUpdateJoin(tableBuilder, projection, in queryLocal()
7971 appendContactStatusUpdateJoin(sb, projection, ContactsColumns.LAST_STATUS_UPDATE_ID); in setTablesAndProjectionMapForContacts()
7996 appendContactStatusUpdateJoin(sb, projection, ContactsColumns.LAST_STATUS_UPDATE_ID); in setTablesAndProjectionMapForContactsWithSnippet()
8243 appendContactStatusUpdateJoin(sb, projection, ContactsColumns.LAST_STATUS_UPDATE_ID); in setTablesAndProjectionMapForData()
8308 appendContactStatusUpdateJoin(sb, projection, ContactsColumns.LAST_STATUS_UPDATE_ID); in setTablesAndProjectionMapForEntities()
8319 private void appendContactStatusUpdateJoin( in appendContactStatusUpdateJoin() method in ContactsProvider2