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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java170 protected SQLiteStatement mResetPinnedForRawContact; field in class:AbstractContactAggregator
381 mResetPinnedForRawContact = db.compileStatement(
932 mResetPinnedForRawContact.bindLong(1, rawContactId);
933 mResetPinnedForRawContact.execute();

Completed in 32 milliseconds