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