/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DataRowHandlerForIdentity.java | 36 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, in insert() 49 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, in update() 64 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) { in delete()
|
D | DataRowHandlerForNickname.java | 40 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, in insert() 55 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, in update() 76 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) { in delete()
|
D | DataRowHandlerForEmail.java | 38 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, in insert() 53 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, in update() 74 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) { in delete()
|
D | DataRowHandlerForOrganization.java | 42 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, in insert() 54 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, in update() 96 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) { in delete()
|
D | DataRowHandler.java | 109 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, in insert() 149 public boolean update(SQLiteDatabase db, TransactionContext txContext, in update() 248 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) { in delete() 302 protected void fixRawContactDisplayName(SQLiteDatabase db, TransactionContext txContext, in fixRawContactDisplayName() 310 private boolean isNewRawContact(TransactionContext txContext, long rawContactId) { in isNewRawContact() 350 public void triggerAggregation(TransactionContext txContext, long rawContactId) { in triggerAggregation()
|
D | DataRowHandlerForPhoto.java | 58 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()
|
D | DataRowHandlerForPhoneNumber.java | 42 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()
|
D | DataRowHandlerForCommonDataKind.java | 44 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, in insert() 51 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, in update()
|
D | DataRowHandlerForStructuredName.java | 47 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()
|
D | DataRowHandlerForStructuredPostal.java | 55 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, in insert() 62 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, in update()
|
D | DataRowHandlerForGroupMembership.java | 76 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, in insert() 88 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, in update()
|
D | ContactsDatabaseHelper.java | 4809 public boolean updateContactVisibleOnlyIfChanged(TransactionContext txContext, long contactId) { in updateContactVisibleOnlyIfChanged() 4817 public void updateContactVisible(TransactionContext txContext, long contactId) { in updateContactVisible() 4822 TransactionContext txContext, long contactId, boolean onlyIfChanged) { in updateContactVisible()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ProfileAggregator.java | 62 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()
|
D | ContactAggregator.java | 430 public void aggregateInTransaction(TransactionContext txContext, SQLiteDatabase db) { in aggregateInTransaction() 504 public void triggerAggregation(TransactionContext txContext, long rawContactId) { in triggerAggregation() 644 TransactionContext txContext, SQLiteDatabase db, long rawContactId) { in onRawContactInsert() 672 TransactionContext txContext, SQLiteDatabase db, long rawContactId) { in aggregateContact() 699 public void updateAggregateData(TransactionContext txContext, long contactId) { in updateAggregateData() 733 private synchronized void aggregateContact(TransactionContext txContext, SQLiteDatabase db, in aggregateContact() 1148 private void reAggregateRawContacts(TransactionContext txContext, SQLiteDatabase db, in reAggregateRawContacts() 1266 private void createContactForRawContacts(SQLiteDatabase db, TransactionContext txContext, in createContactForRawContacts()
|