Searched refs:mUpdatedRawContacts (Results 1 – 1 of 1) sorted by relevance
37 private ArraySet<Long> mUpdatedRawContacts; field in TransactionContext65 if (mUpdatedRawContacts == null) mUpdatedRawContacts = new ArraySet<>(); in rawContactUpdated()66 mUpdatedRawContacts.add(rawContactId); in rawContactUpdated()108 if (mUpdatedRawContacts == null) mUpdatedRawContacts = new ArraySet<>(); in getUpdatedRawContactIds()109 return mUpdatedRawContacts; in getUpdatedRawContactIds()149 mUpdatedRawContacts = null; in clearExceptSearchIndexUpdates()