Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java2542 final Set<Long> dirtyRawContacts = mTransactionContext.get().getDirtyRawContactIds(); in flushTransactionalChanges() local
2543 if (!dirtyRawContacts.isEmpty()) { in flushTransactionalChanges()
2546 appendIds(mSb, dirtyRawContacts); in flushTransactionalChanges()