Home
last modified time | relevance | path

Searched refs:updateStatement (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsKeysProvider/src/com/android/providers/contactkeys/
DE2eeContactKeysDatabaseHelper.java225 try (SQLiteStatement updateStatement = getWritableDatabase().compileStatement( in updateContactKeyLocalVerificationState() argument
234 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() argument
259 updateStatement.bindLong(1, remoteVerificationState); in updateContactKeyRemoteVerificationState()
[all …]