Searched refs:selfKey (Results 1 – 2 of 2) sorted by relevance
248 E2eeContactKeysManager.E2eeSelfKey selfKey = in testInsertAndGetSelfKey() local255 assertEquals(expectedSelfKey, selfKey); in testInsertAndGetSelfKey()309 E2eeContactKeysManager.E2eeSelfKey selfKey = in testUpdateSelfKey() local317 assertEquals(expectedSelfKey, selfKey); in testUpdateSelfKey()328 E2eeContactKeysManager.E2eeSelfKey selfKey = in testUpdateRemoteVerificationStateSelfKey() local335 assertEquals(expectedSelfKey, selfKey); in testUpdateRemoteVerificationStateSelfKey()343 E2eeContactKeysManager.E2eeSelfKey selfKey = in testRemoveSelfKey() local346 assertNull(selfKey); in testRemoveSelfKey()
399 E2eeContactKeysManager.E2eeSelfKey selfKey = mDbHelper.getSelfKey(deviceId, accountId, in getE2eeSelfKey() local403 response.putParcelable(E2eeContactKeys.KEY_CONTACT_KEY, selfKey); in getE2eeSelfKey()607 for (E2eeContactKeysManager.E2eeSelfKey selfKey : selfKeys) { in filterVisibleSelfKeys()609 String targetPackageName = selfKey.getOwnerPackageName(); in filterVisibleSelfKeys()611 visibleSelfKeys.add(selfKey); in filterVisibleSelfKeys()