Searched refs:localVerificationState (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsKeysProvider/src/com/android/providers/contactkeys/ |
D | E2eeContactKeysDatabaseHelper.java | 122 int localVerificationState = c.getInt(c.getColumnIndexOrThrow( in getAllContactKeys() local 127 ownerPackageName, timeUpdated, keyValue, localVerificationState, in getAllContactKeys() 166 int localVerificationState = c.getInt(c.getColumnIndexOrThrow( in getContactKeysForOwnerPackageName() local 171 ownerPackageName, timeUpdated, keyValue, localVerificationState, in getContactKeysForOwnerPackageName() 206 int localVerificationState = c.getInt(c.getColumnIndexOrThrow( in getContactKey() local 211 ownerPackageName, timeUpdated, keyValue, localVerificationState, in getContactKey() 224 String deviceId, String accountId, int localVerificationState, long timeUpdated) { in updateContactKeyLocalVerificationState() argument 234 updateStatement.bindLong(1, localVerificationState); in updateContactKeyLocalVerificationState()
|
D | E2eeContactKeysProvider.java | 239 final int localVerificationState = in updateE2eeContactKeyLocalVerificationState() local 252 ownerPackageName, deviceId, accountId, localVerificationState, timeUpdated); in updateE2eeContactKeyLocalVerificationState() 255 callerPackageName, deviceId, accountId, localVerificationState, timeUpdated); in updateE2eeContactKeyLocalVerificationState()
|
/packages/providers/ContactsKeysProvider/tests/src/com/android/providers/contactkeys/ |
D | E2eeContactKeysDatabaseHelperTest.java | 108 int localVerificationState = E2eeContactKeysManager.VERIFICATION_STATE_VERIFIED; in testUpdateContactKey() local 111 ACCOUNT_ID, localVerificationState, TIME_UPDATED + 1); in testUpdateContactKey() 123 timeUpdated, KEY_VALUE_2, localVerificationState, remoteVerificationState, in testUpdateContactKey()
|