HomeSort by relevance Sort by last modified time
    Searched defs:mContactIdAndMarkAggregatedUpdate (Results 1 - 2 of 2) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 517 mContactIdAndMarkAggregatedUpdate.bindLong(1, contactId);
518 mContactIdAndMarkAggregatedUpdate.bindLong(2, rawContactId);
519 mContactIdAndMarkAggregatedUpdate.execute();
    [all...]
AbstractContactAggregator.java 166 protected SQLiteStatement mContactIdAndMarkAggregatedUpdate;
362 mContactIdAndMarkAggregatedUpdate = db.compileStatement(
    [all...]

Completed in 46 milliseconds