/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/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,
|
ContactAggregator.java | 63 import com.android.providers.contacts.TransactionContext; 413 public void aggregateInTransaction(TransactionContext txContext, SQLiteDatabase db) { 487 public void triggerAggregation(TransactionContext txContext, long rawContactId) { 627 TransactionContext txContext, SQLiteDatabase db, long rawContactId) { 655 TransactionContext txContext, SQLiteDatabase db, long rawContactId) { 682 public void updateAggregateData(TransactionContext txContext, long contactId) { 716 private synchronized void aggregateContact(TransactionContext txContext, SQLiteDatabase db, [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
DataRowHandlerForIdentity.java | 36 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, 49 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, 64 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,
|
DataRowHandlerForEmail.java | 38 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, 53 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, 74 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) {
|
DataRowHandlerForNickname.java | 40 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, 55 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, 76 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) {
|
DataRowHandlerForOrganization.java | 42 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, 54 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, 96 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) {
|
DataRowHandlerForStructuredPostal.java | 55 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, 62 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,
|
DataRowHandler.java | 109 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, 149 public boolean update(SQLiteDatabase db, TransactionContext txContext, 248 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) { 302 protected void fixRawContactDisplayName(SQLiteDatabase db, TransactionContext txContext, 310 private boolean isNewRawContact(TransactionContext txContext, long rawContactId) { 350 public void triggerAggregation(TransactionContext txContext, long rawContactId) {
|
TransactionContext.java | 31 public class TransactionContext { 47 public TransactionContext(boolean forProfile) {
|
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) {
|
DataRowHandlerForStructuredName.java | 47 public long insert(SQLiteDatabase db, TransactionContext txContext, long rawContactId, 66 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, 99 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) {
|
ContactsProvider2.java | [all...] |
ContactsDatabaseHelper.java | [all...] |