Searched refs:mStaleSearchIndexRawContacts (Results 1 – 1 of 1) sorted by relevance
45 private ArraySet<Long> mStaleSearchIndexRawContacts; field in TransactionContext93 if (mStaleSearchIndexRawContacts == null) mStaleSearchIndexRawContacts = new ArraySet<>(); in invalidateSearchIndexForRawContact()94 mStaleSearchIndexRawContacts.add(rawContactId); in invalidateSearchIndexForRawContact()123 if (mStaleSearchIndexRawContacts == null) mStaleSearchIndexRawContacts = new ArraySet<>(); in getStaleSearchIndexRawContactIds()124 return mStaleSearchIndexRawContacts; in getStaleSearchIndexRawContactIds()157 mStaleSearchIndexRawContacts = null; in clearSearchIndexUpdates()