Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DTransactionContext.java45 private HashSet<Long> mStaleSearchIndexRawContacts; field in TransactionContext
109 if (mStaleSearchIndexRawContacts == null) mStaleSearchIndexRawContacts = Sets.newHashSet(); in invalidateSearchIndexForRawContact()
110 mStaleSearchIndexRawContacts.add(rawContactId); in invalidateSearchIndexForRawContact()
149 if (mStaleSearchIndexRawContacts == null) mStaleSearchIndexRawContacts = Sets.newHashSet(); in getStaleSearchIndexRawContactIds()
150 return mStaleSearchIndexRawContacts; in getStaleSearchIndexRawContactIds()
184 mStaleSearchIndexRawContacts = null; in clearSearchIndexUpdates()