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