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