Searched refs:contactKey (Results 1 – 2 of 2) sorted by relevance
79 E2eeContactKeysManager.E2eeContactKey contactKey = in testInsertAndGetContactKey() local88 assertEquals(expectedContactKey, contactKey); in testInsertAndGetContactKey()94 E2eeContactKeysManager.E2eeContactKey contactKey = in testInsertContactKeyNoBasicContactInfo() local102 assertEquals(expectedContactKey, contactKey); in testInsertContactKeyNoBasicContactInfo()118 E2eeContactKeysManager.E2eeContactKey contactKey = in testUpdateContactKey() local126 assertEquals(expectedContactKey, contactKey); in testUpdateContactKey()138 E2eeContactKeysManager.E2eeContactKey contactKey = in testRemoveContactKey() local141 assertNull(contactKey); in testRemoveContactKey()151 E2eeContactKeysManager.E2eeContactKey contactKey = in testUpdateLocalVerificationStateContactKey() local160 assertEquals(expectedContactKey, contactKey); in testUpdateLocalVerificationStateContactKey()[all …]
160 E2eeContactKeysManager.E2eeContactKey contactKey = mDbHelper.getContactKey(lookupKey, in getE2eeContactKey() local164 response.putParcelable(E2eeContactKeys.KEY_CONTACT_KEY, contactKey); in getE2eeContactKey()566 for (E2eeContactKeysManager.E2eeContactKey contactKey : contactKeys) { in filterVisibleContactKeys()568 String targetPackageName = contactKey.getOwnerPackageName(); in filterVisibleContactKeys()570 visibleContactKeys.add(contactKey); in filterVisibleContactKeys()