Home
last modified time | relevance | path

Searched defs:txContext (Results 1 – 16 of 16) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandlerForIdentity.java35 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, in insert()
48 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, in update()
63 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) { in delete()
DDataRowHandlerForNickname.java39 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, in insert()
54 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, in update()
75 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) { in delete()
DDataRowHandler.java112 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, in insert()
156 public boolean update(SQLiteDatabase db, TransactionContext txContext, in update()
253 private void handlePrimaryAndSuperPrimary(TransactionContext txContext, ContentValues values, in handlePrimaryAndSuperPrimary()
318 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) { in delete()
373 protected void fixRawContactDisplayName(SQLiteDatabase db, TransactionContext txContext, in fixRawContactDisplayName()
381 private boolean isNewRawContact(TransactionContext txContext, long rawContactId) { in isNewRawContact()
421 public void triggerAggregation(TransactionContext txContext, long rawContactId) { in triggerAggregation()
DDataRowHandlerForEmail.java37 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, in insert()
52 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, in update()
73 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) { in delete()
DDataRowHandlerForOrganization.java41 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, in insert()
53 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, in update()
95 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) { in delete()
DDataRowHandlerForPhoto.java58 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, in insert()
78 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, in update()
131 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) { in delete()
DDataRowHandlerForCommonDataKind.java44 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, in insert()
51 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, in update()
DDataRowHandlerForPhoneNumber.java42 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, in insert()
60 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, in update()
101 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) { in delete()
DDataRowHandlerForStructuredName.java47 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, in insert()
65 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, in update()
94 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) { in delete()
DDataRowHandlerForStructuredPostal.java55 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, in insert()
62 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, in update()
DDataRowHandlerForGroupMembership.java75 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, in insert()
87 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, in update()
DContactsDatabaseHelper.java4045 public boolean updateContactVisibleOnlyIfChanged(TransactionContext txContext, long contactId) { in updateContactVisibleOnlyIfChanged()
4053 public void updateContactVisible(TransactionContext txContext, long contactId) { in updateContactVisible()
4058 TransactionContext txContext, long contactId, boolean onlyIfChanged) { in updateContactVisible()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DProfileAggregator.java62 public long onRawContactInsert(TransactionContext txContext, SQLiteDatabase db, in onRawContactInsert()
69 public void aggregateInTransaction(TransactionContext txContext, SQLiteDatabase db) { in aggregateInTransaction()
74 public void aggregateContact(TransactionContext txContext, SQLiteDatabase db, in aggregateContact()
DAbstractContactAggregator.java427 public void aggregateInTransaction(TransactionContext txContext, SQLiteDatabase db) { in aggregateInTransaction()
501 public final void triggerAggregation(TransactionContext txContext, long rawContactId) { in triggerAggregation()
643 TransactionContext txContext, SQLiteDatabase db, long rawContactId) { in onRawContactInsert()
672 TransactionContext txContext, SQLiteDatabase db, long rawContactId) { in aggregateContact()
698 public void updateAggregateData(TransactionContext txContext, long contactId) { in updateAggregateData()
732 abstract void aggregateContact(TransactionContext txContext, SQLiteDatabase db, in aggregateContact()
868 TransactionContext txContext, Set<Long> rawContactIds, Long contactId) { in createContactForRawContacts()
DContactAggregator.java79 synchronized void aggregateContact(TransactionContext txContext, SQLiteDatabase db, in aggregateContact()
416 private void reAggregateRawContacts(TransactionContext txContext, SQLiteDatabase db, in reAggregateRawContacts()
DContactAggregator2.java91 synchronized void aggregateContact(TransactionContext txContext, SQLiteDatabase db, in aggregateContact()
312 private void reAggregateRawContacts(TransactionContext txContext, SQLiteDatabase db, in reAggregateRawContacts()