Lines Matching defs:mTransactionContext

1340     private final ThreadLocal<TransactionContext> mTransactionContext =
2045 mTransactionContext.set(mProfileTransactionContext);
2057 mTransactionContext.set(mContactTransactionContext);
2257 mAggregator.get().aggregateInTransaction(mTransactionContext.get(), mActiveDb.get());
2277 Set<Long> staleContacts = mTransactionContext.get().getStaleSearchIndexContactIds();
2278 Set<Long> staleRawContacts = mTransactionContext.get().getStaleSearchIndexRawContactIds();
2281 mTransactionContext.get().clearSearchIndexUpdates();
2290 for (long rawContactId : mTransactionContext.get().getInsertedRawContactIds()) {
2292 mAggregator.get().onRawContactInsert(mTransactionContext.get(), mActiveDb.get(),
2296 Set<Long> dirtyRawContacts = mTransactionContext.get().getDirtyRawContactIds();
2305 Set<Long> updatedRawContacts = mTransactionContext.get().getUpdatedRawContactIds();
2315 for (Map.Entry<Long, Object> entry : mTransactionContext.get().getUpdatedSyncStates()) {
2323 mTransactionContext.get().clear();
2616 mTransactionContext.get().rawContactInserted(rawContactId, accountWithDataSet);
2712 id = rowHandler.insert(mActiveDb.get(), mTransactionContext.get(), rawContactId, mValues);
2714 mTransactionContext.get().markRawContactDirty(rawContactId);
2716 mTransactionContext.get().rawContactUpdated(rawContactId);
3037 count += rowHandler.delete(mActiveDb.get(), mTransactionContext.get(), c);
3039 mTransactionContext.get().markRawContactDirty(rawContactId);
3079 return rowHandler.delete(mActiveDb.get(), mTransactionContext.get(), c);
3146 mTransactionContext.get().markRawContactDirty(rawContactId);
3742 mAggregator.get().updateAggregateData(mTransactionContext.get(), contactId);
3852 mTransactionContext.get().syncStateUpdated(rowId, data);
4330 mTransactionContext.get().rawContactInserted(rawContactId,
4382 rowHandler.update(mActiveDb.get(), mTransactionContext.get(), values, c,
4514 mAggregator.get().aggregateContact(mTransactionContext.get(), db, rawContactId1);
4515 mAggregator.get().aggregateContact(mTransactionContext.get(), db, rawContactId2);
4673 mAggregator.get().updateAggregateData(mTransactionContext.get(), contactId);
7875 mContactAggregator.aggregateInTransaction(mTransactionContext.get(), db);