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.java1456 private final ThreadLocal<TransactionContext> mTransactionContext = field in ContactsProvider2
2222 mTransactionContext.set(mProfileTransactionContext); in switchToProfileMode()
2237 mTransactionContext.set(mContactTransactionContext); in switchToContactMode()
2442 mAggregator.get().aggregateInTransaction(mTransactionContext.get(), db); in onCommitTransactionInternal()
2477 Set<Long> staleContacts = mTransactionContext.get().getStaleSearchIndexContactIds(); in updateSearchIndexInTransaction()
2478 Set<Long> staleRawContacts = mTransactionContext.get().getStaleSearchIndexRawContactIds(); in updateSearchIndexInTransaction()
2481 mTransactionContext.get().clearSearchIndexUpdates(); in updateSearchIndexInTransaction()
2491 for (long rawContactId : mTransactionContext.get().getInsertedRawContactIds()) { in flushTransactionalChanges()
2493 mAggregator.get().onRawContactInsert(mTransactionContext.get(), db, rawContactId); in flushTransactionalChanges()
2499 for (long rawContactId : mTransactionContext.get().getBackupIdChangedRawContacts()) { in flushTransactionalChanges()
[all …]