Searched defs:mMarkAggregatedUpdate (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java159 private SQLiteStatement mMarkAggregatedUpdate; field in class:ContactAggregator
356 mMarkAggregatedUpdate = db.compileStatement(
1098 mMarkAggregatedUpdate.bindLong(1, rawContactId);
1099 mMarkAggregatedUpdate.execute();

Completed in 52 milliseconds