Searched refs:mTransactionContext (Results 1 – 1 of 1) sorted by relevance
1430 private final ThreadLocal<TransactionContext> mTransactionContext = field in ContactsProvider22339 mTransactionContext.set(mProfileTransactionContext); in switchToProfileMode()2354 mTransactionContext.set(mContactTransactionContext); in switchToContactMode()2771 mAggregator.get().aggregateInTransaction(mTransactionContext.get(), db); in onCommitTransactionInternal()2806 Set<Long> staleContacts = mTransactionContext.get().getStaleSearchIndexContactIds(); in updateSearchIndexInTransaction()2807 Set<Long> staleRawContacts = mTransactionContext.get().getStaleSearchIndexRawContactIds(); in updateSearchIndexInTransaction()2810 mTransactionContext.get().clearSearchIndexUpdates(); in updateSearchIndexInTransaction()2820 for (long rawContactId : mTransactionContext.get().getInsertedRawContactIds()) { in flushTransactionalChanges()2822 mAggregator.get().onRawContactInsert(mTransactionContext.get(), db, rawContactId); in flushTransactionalChanges()2825 final Set<Long> dirtyRawContacts = mTransactionContext.get().getDirtyRawContactIds(); in flushTransactionalChanges()[all …]