Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DTransactionContext.java36 private HashSet<Long> mUpdatedRawContacts; field in TransactionContext
65 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()