HomeSort by relevance Sort by last modified time
    Searched full:transactioncontext (Results 1 - 21 of 21) sorted by null

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
TransactionContextTest.java 27 * Unit tests for TransactionContext.
33 TransactionContext context = new TransactionContext(false);
55 TransactionContext context = new TransactionContext(false);
64 TransactionContext context = new TransactionContext(false);
73 TransactionContext context = new TransactionContext(false);
86 TransactionContext context = new TransactionContext(false)
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForIdentity.java 35 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId,
48 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values,
63 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) {
DataRowHandlerForEmail.java 37 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId,
52 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values,
73 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) {
DataRowHandlerForNickname.java 39 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId,
54 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values,
75 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) {
DataRowHandlerForOrganization.java 41 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId,
53 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values,
95 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) {
DataRowHandlerForCommonDataKind.java 44 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId,
51 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values,
DataRowHandlerForGroupMembership.java 76 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId,
88 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values,
124 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) {
136 private void updateVisibility(TransactionContext txContext, long rawContactId) {
147 private void resolveGroupSourceIdInValues(TransactionContext txContext,
DataRowHandlerForStructuredPostal.java 55 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId,
62 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values,
DataRowHandlerForPhoneNumber.java 42 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId,
60 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values,
101 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) {
DataRowHandlerForPhoto.java 58 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId,
78 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values,
131 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) {
DataRowHandler.java 112 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId,
156 public boolean update(SQLiteDatabase db, TransactionContext txContext,
253 private void handlePrimaryAndSuperPrimary(TransactionContext txContext, ContentValues values,
318 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) {
373 protected void fixRawContactDisplayName(SQLiteDatabase db, TransactionContext txContext,
381 private boolean isNewRawContact(TransactionContext txContext, long rawContactId) {
421 public void triggerAggregation(TransactionContext txContext, long rawContactId) {
DataRowHandlerForStructuredName.java 47 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId,
65 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values,
94 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) {
TransactionContext.java 32 public class TransactionContext {
50 public TransactionContext(boolean forProfile) {
ContactsProvider2.java     [all...]
ContactsDatabaseHelper.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ProfileAggregator.java 29 import com.android.providers.contacts.TransactionContext;
62 public long onRawContactInsert(TransactionContext txContext, SQLiteDatabase db,
69 public void aggregateInTransaction(TransactionContext txContext, SQLiteDatabase db) {
74 public void aggregateContact(TransactionContext txContext, SQLiteDatabase db,
AbstractContactAggregator.java 40 import com.android.providers.contacts.TransactionContext;
427 public void aggregateInTransaction(TransactionContext txContext, SQLiteDatabase db) {
501 public final void triggerAggregation(TransactionContext txContext, long rawContactId) {
643 TransactionContext txContext, SQLiteDatabase db, long rawContactId) {
672 TransactionContext txContext, SQLiteDatabase db, long rawContactId) {
698 public void updateAggregateData(TransactionContext txContext, long contactId) {
732 abstract void aggregateContact(TransactionContext txContext, SQLiteDatabase db,
    [all...]
ContactAggregator.java 39 import com.android.providers.contacts.TransactionContext;
79 synchronized void aggregateContact(TransactionContext txContext, SQLiteDatabase db,
416 private void reAggregateRawContacts(TransactionContext txContext, SQLiteDatabase db,
    [all...]
ContactAggregator2.java 46 import com.android.providers.contacts.TransactionContext;
91 synchronized void aggregateContact(TransactionContext txContext, SQLiteDatabase db,
312 private void reAggregateRawContacts(TransactionContext txContext, SQLiteDatabase db,
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-entitymanager.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comsvcs.h 654 typedef class TransactionContext TransactionContext;
656 typedef struct TransactionContext TransactionContext;
    [all...]

Completed in 346 milliseconds