Home
last modified time | relevance | path

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

/packages/providers/ContactsKeysProvider/tests/src/com/android/providers/contactkeys/
DE2eeContactKeysDatabaseHelperTest.java34 private static final String DEVICE_ID_2 = "device_id_value_2"; field in E2eeContactKeysDatabaseHelperTest
70 mDbHelper.removeContactKey(LOOKUP_KEY, DEVICE_ID_2, ACCOUNT_ID, OWNER_PACKAGE_NAME); in tearDown()
71 mDbHelper.removeContactKey(LOOKUP_KEY, DEVICE_ID_2, ACCOUNT_ID, OWNER_PACKAGE_NAME_2); in tearDown()
72 mDbHelper.removeContactKey(LOOKUP_KEY_2, DEVICE_ID_2, ACCOUNT_ID_2, OWNER_PACKAGE_NAME); in tearDown()
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()
201 new E2eeContactKeysManager.E2eeContactKey(DEVICE_ID_2, ACCOUNT_ID, in testGetAllContactKeys()
216 mDbHelper.updateOrInsertContactKey(LOOKUP_KEY, KEY_VALUE_2, DEVICE_ID_2, ACCOUNT_ID, in testGetContactKeysForOwnerPackageName()
218 mDbHelper.updateOrInsertContactKey(LOOKUP_KEY, KEY_VALUE_3, DEVICE_ID_2, ACCOUNT_ID, in testGetContactKeysForOwnerPackageName()
220 mDbHelper.updateOrInsertContactKey(LOOKUP_KEY_2, KEY_VALUE_3, DEVICE_ID_2, ACCOUNT_ID_2, in testGetContactKeysForOwnerPackageName()
[all …]