Home
last modified time | relevance | path

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

/packages/providers/ContactsKeysProvider/tests/src/com/android/providers/contactkeys/
DE2eeContactKeysDatabaseHelperTest.java80 mDbHelper.getContactKey(LOOKUP_KEY, OWNER_PACKAGE_NAME, DEVICE_ID, ACCOUNT_ID); in testInsertAndGetContactKey()
95 mDbHelper.getContactKey(LOOKUP_KEY, OWNER_PACKAGE_NAME, DEVICE_ID, ACCOUNT_ID); in testInsertContactKeyNoBasicContactInfo()
119 mDbHelper.getContactKey(LOOKUP_KEY, OWNER_PACKAGE_NAME, DEVICE_ID, ACCOUNT_ID); in testUpdateContactKey()
139 mDbHelper.getContactKey(LOOKUP_KEY, OWNER_PACKAGE_NAME, DEVICE_ID, ACCOUNT_ID); in testRemoveContactKey()
152 mDbHelper.getContactKey(LOOKUP_KEY, OWNER_PACKAGE_NAME, DEVICE_ID, ACCOUNT_ID); in testUpdateLocalVerificationStateContactKey()
171 mDbHelper.getContactKey(LOOKUP_KEY, OWNER_PACKAGE_NAME, DEVICE_ID, ACCOUNT_ID); in testUpdateRemoteVerificationStateContactKey()
/packages/providers/ContactsKeysProvider/src/com/android/providers/contactkeys/
DE2eeContactKeysDatabaseHelper.java181 public E2eeContactKeysManager.E2eeContactKey getContactKey(String lookupKey, in getContactKey() method in E2eeContactKeysDatabaseHelper
DE2eeContactKeysProvider.java160 E2eeContactKeysManager.E2eeContactKey contactKey = mDbHelper.getContactKey(lookupKey, in getE2eeContactKey()