Searched refs:mUpdatedRawContacts (Results 1 – 1 of 1) sorted by relevance
36 private HashSet<Long> mUpdatedRawContacts; field in TransactionContext65 if (mUpdatedRawContacts == null) mUpdatedRawContacts = Sets.newHashSet(); in rawContactUpdated()66 mUpdatedRawContacts.add(rawContactId); in rawContactUpdated()124 if (mUpdatedRawContacts == null) mUpdatedRawContacts = Sets.newHashSet(); in getUpdatedRawContactIds()125 return mUpdatedRawContacts; in getUpdatedRawContactIds()175 mUpdatedRawContacts = null; in clearExceptSearchIndexUpdates()