Searched refs:accountKeys (Results 1 – 2 of 2) sorted by relevance
119 Set<byte[]> accountKeys = new ArraySet<>(); in accountKeyMatches() local124 accountKeys.add(requestedDe.getValue()); in accountKeyMatches()131 for (byte[] key : accountKeys) { in accountKeyMatches()
176 public void advertiseAccountKeys(List<AccountKey> accountKeys, Callbacks callback) { in advertiseAccountKeys() argument178 Slogf.d(TAG, "advertiseAccountKeys(keys=%s)", accountKeys); in advertiseAccountKeys()184 if (accountKeys != null && accountKeys.size() > 0) { in advertiseAccountKeys()187 accountKeyFilter = getAccountKeyFilter(accountKeys, salt[0]); in advertiseAccountKeys()