Searched refs:updateOrInsertContactKey (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsKeysProvider/tests/src/com/android/providers/contactkeys/ |
D | E2eeContactKeysDatabaseHelperTest.java | 77 mDbHelper.updateOrInsertContactKey(LOOKUP_KEY, KEY_VALUE, DEVICE_ID, ACCOUNT_ID, in testInsertAndGetContactKey() 92 mDbHelper.updateOrInsertContactKey(LOOKUP_KEY, KEY_VALUE, DEVICE_ID, ACCOUNT_ID, in testInsertContactKeyNoBasicContactInfo() 106 mDbHelper.updateOrInsertContactKey(LOOKUP_KEY, KEY_VALUE, DEVICE_ID, ACCOUNT_ID, in testUpdateContactKey() 116 mDbHelper.updateOrInsertContactKey(LOOKUP_KEY, KEY_VALUE_2, DEVICE_ID, ACCOUNT_ID, in testUpdateContactKey() 130 mDbHelper.updateOrInsertContactKey(LOOKUP_KEY, KEY_VALUE, DEVICE_ID, ACCOUNT_ID, in testRemoveContactKey() 145 mDbHelper.updateOrInsertContactKey(LOOKUP_KEY, KEY_VALUE, DEVICE_ID, ACCOUNT_ID, in testUpdateLocalVerificationStateContactKey() 164 mDbHelper.updateOrInsertContactKey(LOOKUP_KEY, KEY_VALUE, DEVICE_ID, ACCOUNT_ID, in testUpdateRemoteVerificationStateContactKey() 183 mDbHelper.updateOrInsertContactKey(LOOKUP_KEY, KEY_VALUE, DEVICE_ID, ACCOUNT_ID, in testGetAllContactKeys() 185 mDbHelper.updateOrInsertContactKey(LOOKUP_KEY, KEY_VALUE_2, DEVICE_ID_2, ACCOUNT_ID, in testGetAllContactKeys() 188 mDbHelper.updateOrInsertContactKey(LOOKUP_KEY_2, KEY_VALUE_3, DEVICE_ID_2, ACCOUNT_ID_2, in testGetAllContactKeys() [all …]
|
/packages/providers/ContactsKeysProvider/src/com/android/providers/contactkeys/ |
D | E2eeContactKeysDatabaseHelper.java | 273 public int updateOrInsertContactKey(String lookupKey, byte[] keyValue, String deviceId, in updateOrInsertContactKey() method in E2eeContactKeysDatabaseHelper
|
D | E2eeContactKeysProvider.java | 136 int rowsUpdateOrInserted = mDbHelper.updateOrInsertContactKey(lookupKey, keyValue, in updateOrInsertE2eeContactKey()
|