Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java2424 final Set<Long> dirtyRawContacts = mTransactionContext.get().getDirtyRawContactIds(); in flushTransactionalChanges() local
2425 if (!dirtyRawContacts.isEmpty()) { in flushTransactionalChanges()
2428 appendIds(mSb, dirtyRawContacts); in flushTransactionalChanges()