Home
last modified time | relevance | path

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

/packages/providers/ContactsKeysProvider/src/com/android/providers/contactkeys/
DE2eeContactKeysDatabaseHelper.java124 int remoteVerificationState = c.getInt(c.getColumnIndexOrThrow( in getAllContactKeys() local
128 remoteVerificationState, displayName, number, emailAddress)); in getAllContactKeys()
168 int remoteVerificationState = c.getInt(c.getColumnIndexOrThrow( in getContactKeysForOwnerPackageName() local
172 remoteVerificationState, displayName, number, emailAddress)); in getContactKeysForOwnerPackageName()
208 int remoteVerificationState = c.getInt(c.getColumnIndexOrThrow( in getContactKey() local
212 remoteVerificationState, displayName, number, emailAddress); in getContactKey()
249 String deviceId, String accountId, int remoteVerificationState, long timeUpdated) { in updateContactKeyRemoteVerificationState() argument
259 updateStatement.bindLong(1, remoteVerificationState); in updateContactKeyRemoteVerificationState()
379 int remoteVerificationState = c.getInt(c.getColumnIndexOrThrow( in getSelfKey() local
382 ownerPackageName, timeUpdated, keyValue, remoteVerificationState); in getSelfKey()
[all …]
DE2eeContactKeysProvider.java277 final int remoteVerificationState = in updateE2eeContactKeyRemoteVerificationState() local
290 ownerPackageName, deviceId, accountId, remoteVerificationState, timeUpdated); in updateE2eeContactKeyRemoteVerificationState()
293 callerPackageName, deviceId, accountId, remoteVerificationState, timeUpdated); in updateE2eeContactKeyRemoteVerificationState()
362 final int remoteVerificationState = in updateE2eeSelfKeyRemoteVerificationState() local
375 deviceId, accountId, remoteVerificationState, timeUpdated); in updateE2eeSelfKeyRemoteVerificationState()
378 deviceId, accountId, remoteVerificationState, timeUpdated); in updateE2eeSelfKeyRemoteVerificationState()
/packages/providers/ContactsKeysProvider/tests/src/com/android/providers/contactkeys/
DE2eeContactKeysDatabaseHelperTest.java109 int remoteVerificationState = E2eeContactKeysManager.VERIFICATION_STATE_VERIFIED; in testUpdateContactKey() local
113 ACCOUNT_ID, remoteVerificationState, TIME_UPDATED + 2); in testUpdateContactKey()
123 timeUpdated, KEY_VALUE_2, localVerificationState, remoteVerificationState, in testUpdateContactKey()