Home
last modified time | relevance | path

Searched refs:mTransactionContext (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1454 private final ThreadLocal<TransactionContext> mTransactionContext = field in ContactsProvider2
2213 mTransactionContext.set(mProfileTransactionContext); in switchToProfileMode()
2228 mTransactionContext.set(mContactTransactionContext); in switchToContactMode()
2426 mAggregator.get().aggregateInTransaction(mTransactionContext.get(), db); in onCommitTransactionInternal()
2463 Set<Long> staleContacts = mTransactionContext.get().getStaleSearchIndexContactIds(); in updateSearchIndexInTransaction()
2464 Set<Long> staleRawContacts = mTransactionContext.get().getStaleSearchIndexRawContactIds(); in updateSearchIndexInTransaction()
2467 mTransactionContext.get().clearSearchIndexUpdates(); in updateSearchIndexInTransaction()
2477 for (long rawContactId : mTransactionContext.get().getInsertedRawContactIds()) { in flushTransactionalChanges()
2479 mAggregator.get().onRawContactInsert(mTransactionContext.get(), db, rawContactId); in flushTransactionalChanges()
2485 for (long rawContactId : mTransactionContext.get().getBackupIdChangedRawContacts()) { in flushTransactionalChanges()
[all …]