Searched defs:mTransactionContext (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1340 private final ThreadLocal<TransactionContext> mTransactionContext = field in class:ContactsProvider2
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
[all...]

Completed in 26 milliseconds