Searched refs:mDirtyRawContacts (Results 1 – 1 of 1) sorted by relevance
37 private HashSet<Long> mDirtyRawContacts; field in TransactionContext69 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()