Searched refs:mUpdatedRawContacts (Results 1 – 1 of 1) sorted by relevance
37 private ArraySet<Long> mUpdatedRawContacts; field in TransactionContext66 if (mUpdatedRawContacts == null) mUpdatedRawContacts = new ArraySet<>(); in rawContactUpdated()67 mUpdatedRawContacts.add(rawContactId); in rawContactUpdated()125 if (mUpdatedRawContacts == null) mUpdatedRawContacts = new ArraySet<>(); in getUpdatedRawContactIds()126 return mUpdatedRawContacts; in getUpdatedRawContactIds()176 mUpdatedRawContacts = null; in clearExceptSearchIndexUpdates()