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.java46 private ArraySet<Long> mStaleSearchIndexRawContacts; field in TransactionContext
110 if (mStaleSearchIndexRawContacts == null) mStaleSearchIndexRawContacts = new ArraySet<>(); in invalidateSearchIndexForRawContact()
111 mStaleSearchIndexRawContacts.add(rawContactId); in invalidateSearchIndexForRawContact()
150 if (mStaleSearchIndexRawContacts == null) mStaleSearchIndexRawContacts = new ArraySet<>(); in getStaleSearchIndexRawContactIds()
151 return mStaleSearchIndexRawContacts; in getStaleSearchIndexRawContactIds()
185 mStaleSearchIndexRawContacts = null; in clearSearchIndexUpdates()