Searched refs:observedScans (Results 1 – 2 of 2) sorted by relevance
62 val observedScans: MutableSet<String> = ConcurrentHashMap.newKeySet() in call() constant69 observedScans.add(Base64.encodeToString(result.scanRecord!!.bytes, 0)) in call()99 when (observedScans.size) { in call()
62 final Set<String> observedScans = ConcurrentHashMap.newKeySet(); in call() local69 observedScans.add(Base64.encodeToString(result.getScanRecord().getBytes(), 0)); in call()95 switch (observedScans.size()) { in call()