Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java164 protected SQLiteStatement mPinnedUpdate; field in AbstractContactAggregator
353 mPinnedUpdate = db.compileStatement("UPDATE " + Tables.CONTACTS + " SET " in AbstractContactAggregator()
1944 mPinnedUpdate.bindLong(1, contactId); in updatePinned()
1945 mPinnedUpdate.execute(); in updatePinned()