Searched refs:mInsertedRawContactsAccounts (Results 1 – 1 of 1) sorted by relevance
36 private ArrayMap<Long, Long> mInsertedRawContactsAccounts; field in TransactionContext59 if (mInsertedRawContactsAccounts == null) mInsertedRawContactsAccounts = new ArrayMap<>(); in rawContactInserted()60 mInsertedRawContactsAccounts.put(rawContactId, accountId); in rawContactInserted()120 if (mInsertedRawContactsAccounts == null) mInsertedRawContactsAccounts = new ArrayMap<>(); in getInsertedRawContactIds()121 return mInsertedRawContactsAccounts.keySet(); in getInsertedRawContactIds()165 if (mInsertedRawContactsAccounts == null) mInsertedRawContactsAccounts = new ArrayMap<>(); in getAccountIdOrNullForRawContact()166 return mInsertedRawContactsAccounts.get(rawContactId); in getAccountIdOrNullForRawContact()170 if (mInsertedRawContactsAccounts == null) mInsertedRawContactsAccounts = new ArrayMap<>(); in isNewRawContact()171 return mInsertedRawContactsAccounts.containsKey(rawContactId); in isNewRawContact()175 mInsertedRawContactsAccounts = null; in clearExceptSearchIndexUpdates()