Searched refs:mContactIdAndMarkAggregatedUpdate (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java517 mContactIdAndMarkAggregatedUpdate.bindLong(1, contactId);
518 mContactIdAndMarkAggregatedUpdate.bindLong(2, rawContactId);
519 mContactIdAndMarkAggregatedUpdate.execute();
H A DAbstractContactAggregator.java166 protected SQLiteStatement mContactIdAndMarkAggregatedUpdate; field in class:AbstractContactAggregator
362 mContactIdAndMarkAggregatedUpdate = db.compileStatement(
920 mContactIdAndMarkAggregatedUpdate.bindLong(1, contactId);
921 mContactIdAndMarkAggregatedUpdate.bindLong(2, rawContactId);
922 mContactIdAndMarkAggregatedUpdate.execute();

Completed in 123 milliseconds