Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java2499 final Set<Long> updatedRawContacts = mTransactionContext.get().getUpdatedRawContactIds(); in flushTransactionalChanges() local
2500 if (!updatedRawContacts.isEmpty()) { in flushTransactionalChanges()
2503 appendIds(mSb, updatedRawContacts); in flushTransactionalChanges()