Searched refs:mPinnedUpdate (Results 1 – 1 of 1) sorted by relevance
165 protected SQLiteStatement mPinnedUpdate; field in AbstractContactAggregator355 mPinnedUpdate = db.compileStatement("UPDATE " + Tables.CONTACTS + " SET " in AbstractContactAggregator()1941 mPinnedUpdate.bindLong(1, contactId); in updatePinned()1942 mPinnedUpdate.execute(); in updatePinned()