Searched refs:mStaleSearchIndexRawContacts (Results 1 – 1 of 1) sorted by relevance
45 private HashSet<Long> mStaleSearchIndexRawContacts; field in TransactionContext109 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()