Searched refs:updateStatement (Results 1 – 1 of 1) sorted by relevance
225 try (SQLiteStatement updateStatement = getWritableDatabase().compileStatement( in updateContactKeyLocalVerificationState() argument234 updateStatement.bindLong(1, localVerificationState); in updateContactKeyLocalVerificationState()235 updateStatement.bindLong(2, timeUpdated); in updateContactKeyLocalVerificationState()236 updateStatement.bindString(3, lookupKey); in updateContactKeyLocalVerificationState()237 updateStatement.bindString(4, ownerPackageName); in updateContactKeyLocalVerificationState()238 updateStatement.bindString(5, deviceId); in updateContactKeyLocalVerificationState()239 updateStatement.bindString(6, accountId); in updateContactKeyLocalVerificationState()240 return updateStatement.executeUpdateDelete(); in updateContactKeyLocalVerificationState()250 try (SQLiteStatement updateStatement = getWritableDatabase().compileStatement( in updateContactKeyRemoteVerificationState() argument259 updateStatement.bindLong(1, remoteVerificationState); in updateContactKeyRemoteVerificationState()[all …]