Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DTransactionContext.java37 private HashSet<Long> mDirtyRawContacts; field in TransactionContext
69 if (mDirtyRawContacts == null) { in markRawContactDirtyAndChanged()
70 mDirtyRawContacts = Sets.newHashSet(); in markRawContactDirtyAndChanged()
72 mDirtyRawContacts.add(rawContactId); in markRawContactDirtyAndChanged()
111 if (mDirtyRawContacts == null) mDirtyRawContacts = Sets.newHashSet(); in getDirtyRawContactIds()
112 return mDirtyRawContacts; in getDirtyRawContactIds()
149 mDirtyRawContacts = null; in clearExceptSearchIndexUpdates()