Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java171 protected SQLiteStatement mResetPinnedForRawContact; field in AbstractContactAggregator
383 mResetPinnedForRawContact = db.compileStatement( in AbstractContactAggregator()
938 mResetPinnedForRawContact.bindLong(1, rawContactId); in unpinRawContact()
939 mResetPinnedForRawContact.execute(); in unpinRawContact()