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.java166 protected SQLiteStatement mPinnedUpdate; field in AbstractContactAggregator
357 mPinnedUpdate = db.compileStatement("UPDATE " + Tables.CONTACTS + " SET " in AbstractContactAggregator()
1953 mPinnedUpdate.bindLong(1, contactId); in updatePinned()
1954 mPinnedUpdate.execute(); in updatePinned()